COLOR #19475E

HEX: #19475E
RGB: (25,71,94)

Color info

#19475E contains mainly green and blue colors. Web safe color of #19475E is #003366 (or #036).

RGB color model

#19475E color RGB value is (25,71,94).

  • red value is 25;
  • green value is 71;
  • blue value is 94.
RGB:
(25,71,94)
(10%,28%,37%)

RGB channels and saturation

R 25 of 255 = 10%
G 71 of 255 = 28%
B 94 of 255 = 37%

25
71
94

R + G + B ~ 25%. #19475E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 71 + 94 = 190 (100%)
R 25 of 190 ~ 13.16%
G 71 of 190 ~ 37.37%
B 94 of 190 ~ 49.47%

%13.16
%37.37
%49.47

CMYK color model

#19475E color CMYK value is (73,24,0,63).

  • cyan value is 73.40%
  • magenta value is 24.47%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(73,24,0,63)
C73M24Y0K63 
(73%,24%,0%,63%)
(0.73/0.24/0.00/0.63)	

CMYK percentages

%73.4
%24.47
%0
%63.14

Codes

Color #19475E in popluar color models

19475E
RGB257194
HSL200°57.98%23.33%
HSB/HSV200°73.40%36.86%
CMYK73.40%24.47%0.00%
63.14%

Color #19475E in popluar number systems.

HEX19475E
Decimal257194
Binary1100110001111011110
Octal31107136

Shades and tints

Shades of #19475E

#19475E
(25,71,94)
#174156
(23,65,86)
#153B4E
(21,59,78)
#133546
(19,53,70)
#112F3E
(17,47,62)
#0F2936
(15,41,54)
#0D232E
(13,35,46)
#0B1D26
(11,29,38)
#09171E
(9,23,30)
#071116
(7,17,22)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #19475E

#19475E
(25,71,94)
#2D576C
(45,87,108)
#41677A
(65,103,122)
#557788
(85,119,136)
#698796
(105,135,150)
#7D97A4
(125,151,164)
#91A7B2
(145,167,178)
#A5B7C0
(165,183,192)
#B9C7CE
(185,199,206)
#CDD7DC
(205,215,220)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19475E color. Also use rgb(25,71,94) instead hex code.

Text Font Color

.myTextColor { color: #19475E; }

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

This text font color is #19475E.


Background Color

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

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

This div background color is #19475E.


Border color

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

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

This div border color is #19475E.


Opacity

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

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

Text with #19475E 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 #19475E;}

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

This text has shadow with #19475E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19475E on black background.


Color preview on white background

This text has color #19475E on white background.



Black color preview on #19475E background

This text has black color on #19475E background.


White color preview on #19475E background

This text has white color on #19475E background.