COLOR #184812

HEX: #184812
RGB: (24,72,18)

Color info

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

RGB color model

#184812 color RGB value is (24,72,18).

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

RGB channels and saturation

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

24
72
18

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

Portions of RGB colors in percentages

R + G + B =
24 + 72 + 18 = 114 (100%)
R 24 of 114 ~ 21.05%
G 72 of 114 ~ 63.16%
B 18 of 114 ~ 15.79%

%21.05
%63.16
%15.79

CMYK color model

#184812 color CMYK value is (67,0,75,72).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 71.76%
CMYK:
(67,0,75,72)
C67M0Y75K72 
(67%,0%,75%,72%)
(0.67/0.00/0.75/0.72)	

CMYK percentages

%66.67
%0
%75
%71.76

Codes

Color #184812 in popluar color models

184812
RGB247218
HSL113°60.00%17.65%
HSB/HSV113°75.00%28.24%
CMYK66.67%0.00%75.00%
71.76%

Color #184812 in popluar number systems.

HEX184812
Decimal247218
Binary11000100100010010
Octal3011022

Shades and tints

Shades of #184812

#184812
(24,72,18)
#164211
(22,66,17)
#143C10
(20,60,16)
#12360F
(18,54,15)
#10300E
(16,48,14)
#0E2A0D
(14,42,13)
#0C240C
(12,36,12)
#0A1E0B
(10,30,11)
#08180A
(8,24,10)
#061209
(6,18,9)
#040C08
(4,12,8)
#000000
(0,0,0)

Tints of #184812

#184812
(24,72,18)
#2D5827
(45,88,39)
#42683C
(66,104,60)
#577851
(87,120,81)
#6C8866
(108,136,102)
#81987B
(129,152,123)
#96A890
(150,168,144)
#ABB8A5
(171,184,165)
#C0C8BA
(192,200,186)
#D5D8CF
(213,216,207)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184812; }

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

This text font color is #184812.


Background Color

.myBgColor { background-color: #184812; }

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

This div background color is #184812.


Border color

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

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

This div border color is #184812.


Opacity

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

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

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

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

This text has shadow with #184812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184812 on black background.


Color preview on white background

This text has color #184812 on white background.



Black color preview on #184812 background

This text has black color on #184812 background.


White color preview on #184812 background

This text has white color on #184812 background.