COLOR #18471E

HEX: #18471E
RGB: (24,71,30)

Color info

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

RGB color model

#18471E color RGB value is (24,71,30).

  • red value is 24;
  • green value is 71;
  • blue value is 30.
RGB:
(24,71,30)
(9%,28%,12%)

RGB channels and saturation

R 24 of 255 = 9%
G 71 of 255 = 28%
B 30 of 255 = 12%

24
71
30

R + G + B ~ 16%. #18471E is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 71 + 30 = 125 (100%)
R 24 of 125 ~ 19.2%
G 71 of 125 ~ 56.8%
B 30 of 125 ~ 24%

%19.2
%56.8
%24

CMYK color model

#18471E color CMYK value is (66,0,58,72).

  • cyan value is 66.20%
  • magenta value is 0.00%
  • yellow value is 57.75%
  • key color value is 72.16%
CMYK:
(66,0,58,72)
C66M0Y58K72 
(66%,0%,58%,72%)
(0.66/0.00/0.58/0.72)	

CMYK percentages

%66.2
%0
%57.75
%72.16

Codes

Color #18471E in popluar color models

18471E
RGB247130
HSL128°49.47%18.63%
HSB/HSV128°66.20%27.84%
CMYK66.20%0.00%57.75%
72.16%

Color #18471E in popluar number systems.

HEX18471E
Decimal247130
Binary11000100011111110
Octal3010736

Shades and tints

Shades of #18471E

#18471E
(24,71,30)
#16411C
(22,65,28)
#143B1A
(20,59,26)
#123518
(18,53,24)
#102F16
(16,47,22)
#0E2914
(14,41,20)
#0C2312
(12,35,18)
#0A1D10
(10,29,16)
#08170E
(8,23,14)
#06110C
(6,17,12)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #18471E

#18471E
(24,71,30)
#2D5732
(45,87,50)
#426746
(66,103,70)
#57775A
(87,119,90)
#6C876E
(108,135,110)
#819782
(129,151,130)
#96A796
(150,167,150)
#ABB7AA
(171,183,170)
#C0C7BE
(192,199,190)
#D5D7D2
(213,215,210)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18471E color. Also use rgb(24,71,30) instead hex code.

Text Font Color

.myTextColor { color: #18471E; }

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

This text font color is #18471E.


Background Color

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

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

This div background color is #18471E.


Border color

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

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

This div border color is #18471E.


Opacity

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

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

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

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

This text has shadow with #18471E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18471E on black background.


Color preview on white background

This text has color #18471E on white background.



Black color preview on #18471E background

This text has black color on #18471E background.


White color preview on #18471E background

This text has white color on #18471E background.