COLOR #184712

HEX: #184712
RGB: (24,71,18)

Color info

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

RGB color model

#184712 color RGB value is (24,71,18).

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

RGB channels and saturation

R 24 of 255 = 9%
G 71 of 255 = 28%
B 18 of 255 = 7%

24
71
18

R + G + B ~ 15%. #184712 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 71 + 18 = 113 (100%)
R 24 of 113 ~ 21.24%
G 71 of 113 ~ 62.83%
B 18 of 113 ~ 15.93%

%21.24
%62.83
%15.93

CMYK color model

#184712 color CMYK value is (66,0,75,72).

  • cyan value is 66.20%
  • magenta value is 0.00%
  • yellow value is 74.65%
  • key color value is 72.16%
CMYK:
(66,0,75,72)
C66M0Y75K72 
(66%,0%,75%,72%)
(0.66/0.00/0.75/0.72)	

CMYK percentages

%66.2
%0
%74.65
%72.16

Codes

Color #184712 in popluar color models

184712
RGB247118
HSL113°59.55%17.45%
HSB/HSV113°74.65%27.84%
CMYK66.20%0.00%74.65%
72.16%

Color #184712 in popluar number systems.

HEX184712
Decimal247118
Binary11000100011110010
Octal3010722

Shades and tints

Shades of #184712

#184712
(24,71,18)
#164111
(22,65,17)
#143B10
(20,59,16)
#12350F
(18,53,15)
#102F0E
(16,47,14)
#0E290D
(14,41,13)
#0C230C
(12,35,12)
#0A1D0B
(10,29,11)
#08170A
(8,23,10)
#061109
(6,17,9)
#040B08
(4,11,8)
#000000
(0,0,0)

Tints of #184712

#184712
(24,71,18)
#2D5727
(45,87,39)
#42673C
(66,103,60)
#577751
(87,119,81)
#6C8766
(108,135,102)
#81977B
(129,151,123)
#96A790
(150,167,144)
#ABB7A5
(171,183,165)
#C0C7BA
(192,199,186)
#D5D7CF
(213,215,207)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184712; }

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

This text font color is #184712.


Background Color

.myBgColor { background-color: #184712; }

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

This div background color is #184712.


Border color

.myBorderColor { border: 1px solid #184712; }

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

This div border color is #184712.


Opacity

.myOpacity80 { color: #184712; opacity: 0.8; }

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

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

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

This text has shadow with #184712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184712 on black background.


Color preview on white background

This text has color #184712 on white background.



Black color preview on #184712 background

This text has black color on #184712 background.


White color preview on #184712 background

This text has white color on #184712 background.