COLOR #19473C

HEX: #19473C
RGB: (25,71,60)

Color info

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

RGB color model

#19473C color RGB value is (25,71,60).

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

RGB channels and saturation

R 25 of 255 = 10%
G 71 of 255 = 28%
B 60 of 255 = 24%

25
71
60

R + G + B ~ 21%. #19473C is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 71 + 60 = 156 (100%)
R 25 of 156 ~ 16.03%
G 71 of 156 ~ 45.51%
B 60 of 156 ~ 38.46%

%16.03
%45.51
%38.46

CMYK color model

#19473C color CMYK value is (65,0,15,72).

  • cyan value is 64.79%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(65,0,15,72)
C65M0Y15K72 
(65%,0%,15%,72%)
(0.65/0.00/0.15/0.72)	

CMYK percentages

%64.79
%0
%15.49
%72.16

Codes

Color #19473C in popluar color models

19473C
RGB257160
HSL166°47.92%18.82%
HSB/HSV166°64.79%27.84%
CMYK64.79%0.00%15.49%
72.16%

Color #19473C in popluar number systems.

HEX19473C
Decimal257160
Binary110011000111111100
Octal3110774

Shades and tints

Shades of #19473C

#19473C
(25,71,60)
#174137
(23,65,55)
#153B32
(21,59,50)
#13352D
(19,53,45)
#112F28
(17,47,40)
#0F2923
(15,41,35)
#0D231E
(13,35,30)
#0B1D19
(11,29,25)
#091714
(9,23,20)
#07110F
(7,17,15)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #19473C

#19473C
(25,71,60)
#2D574D
(45,87,77)
#41675E
(65,103,94)
#55776F
(85,119,111)
#698780
(105,135,128)
#7D9791
(125,151,145)
#91A7A2
(145,167,162)
#A5B7B3
(165,183,179)
#B9C7C4
(185,199,196)
#CDD7D5
(205,215,213)
#E1E7E6
(225,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19473C color. Also use rgb(25,71,60) instead hex code.

Text Font Color

.myTextColor { color: #19473C; }

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

This text font color is #19473C.


Background Color

.myBgColor { background-color: #19473C; }

<div style="background-color:#19473C">Inner text</div>

This div background color is #19473C.


Border color

.myBorderColor { border: 1px solid #19473C; }

<div style="border:3px solid #19473C">Div</div>

This div border color is #19473C.


Opacity

.myOpacity80 { color: #19473C; opacity: 0.8; }

<p style="color:#19473C;opacity:0.8;">80%</p>

Text with #19473C 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 #19473C;}

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

This text has shadow with #19473C color.

.textShadow {text-shadow: 3px 3px 1px #19473C, 3px 3px 1px red;}

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

This text has shadow with #19473C primary color and red secondary color.


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

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

This text has shadow with #19473C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19473C on black background.


Color preview on white background

This text has color #19473C on white background.



Black color preview on #19473C background

This text has black color on #19473C background.


White color preview on #19473C background

This text has white color on #19473C background.