COLOR #19480E

HEX: #19480E
RGB: (25,72,14)

Color info

#19480E contains red, green and blue colors in about the same proportion. Web safe color of #19480E is #003300 (or #030).

RGB color model

#19480E color RGB value is (25,72,14).

  • red value is 25;
  • green value is 72;
  • blue value is 14.
RGB:
(25,72,14)
(10%,28%,5%)

RGB channels and saturation

R 25 of 255 = 10%
G 72 of 255 = 28%
B 14 of 255 = 5%

25
72
14

R + G + B ~ 14%. #19480E is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 72 + 14 = 111 (100%)
R 25 of 111 ~ 22.52%
G 72 of 111 ~ 64.86%
B 14 of 111 ~ 12.61%

%22.52
%64.86
%12.61

CMYK color model

#19480E color CMYK value is (65,0,81,72).

  • cyan value is 65.28%
  • magenta value is 0.00%
  • yellow value is 80.56%
  • key color value is 71.76%
CMYK:
(65,0,81,72)
C65M0Y81K72 
(65%,0%,81%,72%)
(0.65/0.00/0.81/0.72)	

CMYK percentages

%65.28
%0
%80.56
%71.76

Codes

Color #19480E in popluar color models

19480E
RGB257214
HSL109°67.44%16.86%
HSB/HSV109°80.56%28.24%
CMYK65.28%0.00%80.56%
71.76%

Color #19480E in popluar number systems.

HEX19480E
Decimal257214
Binary1100110010001110
Octal3111016

Shades and tints

Shades of #19480E

#19480E
(25,72,14)
#17420D
(23,66,13)
#153C0C
(21,60,12)
#13360B
(19,54,11)
#11300A
(17,48,10)
#0F2A09
(15,42,9)
#0D2408
(13,36,8)
#0B1E07
(11,30,7)
#091806
(9,24,6)
#071205
(7,18,5)
#050C04
(5,12,4)
#000000
(0,0,0)

Tints of #19480E

#19480E
(25,72,14)
#2D5823
(45,88,35)
#416838
(65,104,56)
#55784D
(85,120,77)
#698862
(105,136,98)
#7D9877
(125,152,119)
#91A88C
(145,168,140)
#A5B8A1
(165,184,161)
#B9C8B6
(185,200,182)
#CDD8CB
(205,216,203)
#E1E8E0
(225,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19480E color. Also use rgb(25,72,14) instead hex code.

Text Font Color

.myTextColor { color: #19480E; }

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

This text font color is #19480E.


Background Color

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

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

This div background color is #19480E.


Border color

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

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

This div border color is #19480E.


Opacity

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

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

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

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

This text has shadow with #19480E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19480E on black background.


Color preview on white background

This text has color #19480E on white background.



Black color preview on #19480E background

This text has black color on #19480E background.


White color preview on #19480E background

This text has white color on #19480E background.