COLOR #19424A

HEX: #19424A
RGB: (25,66,74)

Color info

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

RGB color model

#19424A color RGB value is (25,66,74).

  • red value is 25;
  • green value is 66;
  • blue value is 74.
RGB:
(25,66,74)
(10%,26%,29%)

RGB channels and saturation

R 25 of 255 = 10%
G 66 of 255 = 26%
B 74 of 255 = 29%

25
66
74

R + G + B ~ 22%. #19424A is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 66 + 74 = 165 (100%)
R 25 of 165 ~ 15.15%
G 66 of 165 ~ 40%
B 74 of 165 ~ 44.85%

%15.15
%40
%44.85

CMYK color model

#19424A color CMYK value is (66,11,0,71).

  • cyan value is 66.22%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(66,11,0,71)
C66M11Y0K71 
(66%,11%,0%,71%)
(0.66/0.11/0.00/0.71)	

CMYK percentages

%66.22
%10.81
%0
%70.98

Codes

Color #19424A in popluar color models

19424A
RGB256674
HSL190°49.49%19.41%
HSB/HSV190°66.22%29.02%
CMYK66.22%10.81%0.00%
70.98%

Color #19424A in popluar number systems.

HEX19424A
Decimal256674
Binary1100110000101001010
Octal31102112

Shades and tints

Shades of #19424A

#19424A
(25,66,74)
#173C44
(23,60,68)
#15363E
(21,54,62)
#133038
(19,48,56)
#112A32
(17,42,50)
#0F242C
(15,36,44)
#0D1E26
(13,30,38)
#0B1820
(11,24,32)
#09121A
(9,18,26)
#070C14
(7,12,20)
#05060E
(5,6,14)
#000000
(0,0,0)

Tints of #19424A

#19424A
(25,66,74)
#2D535A
(45,83,90)
#41646A
(65,100,106)
#55757A
(85,117,122)
#69868A
(105,134,138)
#7D979A
(125,151,154)
#91A8AA
(145,168,170)
#A5B9BA
(165,185,186)
#B9CACA
(185,202,202)
#CDDBDA
(205,219,218)
#E1ECEA
(225,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19424A color. Also use rgb(25,66,74) instead hex code.

Text Font Color

.myTextColor { color: #19424A; }

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

This text font color is #19424A.


Background Color

.myBgColor { background-color: #19424A; }

<div style="background-color:#19424A">Inner text</div>

This div background color is #19424A.


Border color

.myBorderColor { border: 1px solid #19424A; }

<div style="border:3px solid #19424A">Div</div>

This div border color is #19424A.


Opacity

.myOpacity80 { color: #19424A; opacity: 0.8; }

<p style="color:#19424A;opacity:0.8;">80%</p>

Text with #19424A 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 #19424A;}

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

This text has shadow with #19424A color.

.textShadow {text-shadow: 3px 3px 1px #19424A, 3px 3px 1px red;}

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

This text has shadow with #19424A primary color and red secondary color.


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

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

This text has shadow with #19424A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19424A on black background.


Color preview on white background

This text has color #19424A on white background.



Black color preview on #19424A background

This text has black color on #19424A background.


White color preview on #19424A background

This text has white color on #19424A background.