COLOR #19363E

HEX: #19363E
RGB: (25,54,62)

Color info

#19363E contains red, green and blue colors in about the same proportion. Web safe color of #19363E is #003333 (or #033).

RGB color model

#19363E color RGB value is (25,54,62).

  • red value is 25;
  • green value is 54;
  • blue value is 62.
RGB:
(25,54,62)
(10%,21%,24%)

RGB channels and saturation

R 25 of 255 = 10%
G 54 of 255 = 21%
B 62 of 255 = 24%

25
54
62

R + G + B ~ 18%. #19363E is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 54 + 62 = 141 (100%)
R 25 of 141 ~ 17.73%
G 54 of 141 ~ 38.3%
B 62 of 141 ~ 43.97%

%17.73
%38.3
%43.97

CMYK color model

#19363E color CMYK value is (60,13,0,76).

  • cyan value is 59.68%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(60,13,0,76)
C60M13Y0K76 
(60%,13%,0%,76%)
(0.60/0.13/0.00/0.76)	

CMYK percentages

%59.68
%12.9
%0
%75.69

Codes

Color #19363E in popluar color models

19363E
RGB255462
HSL193°42.53%17.06%
HSB/HSV193°59.68%24.31%
CMYK59.68%12.90%0.00%
75.69%

Color #19363E in popluar number systems.

HEX19363E
Decimal255462
Binary11001110110111110
Octal316676

Shades and tints

Shades of #19363E

#19363E
(25,54,62)
#173239
(23,50,57)
#152E34
(21,46,52)
#132A2F
(19,42,47)
#11262A
(17,38,42)
#0F2225
(15,34,37)
#0D1E20
(13,30,32)
#0B1A1B
(11,26,27)
#091616
(9,22,22)
#071211
(7,18,17)
#050E0C
(5,14,12)
#000000
(0,0,0)

Tints of #19363E

#19363E
(25,54,62)
#2D484F
(45,72,79)
#415A60
(65,90,96)
#556C71
(85,108,113)
#697E82
(105,126,130)
#7D9093
(125,144,147)
#91A2A4
(145,162,164)
#A5B4B5
(165,180,181)
#B9C6C6
(185,198,198)
#CDD8D7
(205,216,215)
#E1EAE8
(225,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19363E color. Also use rgb(25,54,62) instead hex code.

Text Font Color

.myTextColor { color: #19363E; }

<p style="color:#19363E">This sample text font color is #19363E.</p>

This text font color is #19363E.


Background Color

.myBgColor { background-color: #19363E; }

<div style="background-color:#19363E">Inner text</div>

This div background color is #19363E.


Border color

.myBorderColor { border: 1px solid #19363E; }

<div style="border:3px solid #19363E">Div</div>

This div border color is #19363E.


Opacity

.myOpacity80 { color: #19363E; opacity: 0.8; }

<p style="color:#19363E;opacity:0.8;">80%</p>

Text with #19363E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #19363E;}

<p style="text-shadow: 3px 3px 1px #19363E">Text here.</p>

This text has shadow with #19363E color.

.textShadow {text-shadow: 3px 3px 1px #19363E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #19363E, 5px 5px 20px red">Text here.</p>

This text has shadow with #19363E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#19363E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#19363E, Direction=45, Strength=4)">Text</p>

This text has shadow with #19363E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #19363E;
  -webkit-box-shadow:	1px 1px 3px 2px #19363E;
  box-shadow:		1px 1px 3px 2px #19363E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #19363E;
-webkit-box-shadow: 1px 1px 3px 2px #19363E;
box-shadow:1px 1px 3px 2px #19363E;">
Div content here</div>
This div box has shadow with color #19363E.

Preview

Color preview on black background

This text has color #19363E on black background.


Color preview on white background

This text has color #19363E on white background.



Black color preview on #19363E background

This text has black color on #19363E background.


White color preview on #19363E background

This text has white color on #19363E background.