COLOR #184816

HEX: #184816
RGB: (24,72,22)

Color info

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

RGB color model

#184816 color RGB value is (24,72,22).

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

RGB channels and saturation

R 24 of 255 = 9%
G 72 of 255 = 28%
B 22 of 255 = 9%

24
72
22

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

Portions of RGB colors in percentages

R + G + B =
24 + 72 + 22 = 118 (100%)
R 24 of 118 ~ 20.34%
G 72 of 118 ~ 61.02%
B 22 of 118 ~ 18.64%

%20.34
%61.02
%18.64

CMYK color model

#184816 color CMYK value is (67,0,69,72).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 69.44%
  • key color value is 71.76%
CMYK:
(67,0,69,72)
C67M0Y69K72 
(67%,0%,69%,72%)
(0.67/0.00/0.69/0.72)	

CMYK percentages

%66.67
%0
%69.44
%71.76

Codes

Color #184816 in popluar color models

184816
RGB247222
HSL118°53.19%18.43%
HSB/HSV118°69.44%28.24%
CMYK66.67%0.00%69.44%
71.76%

Color #184816 in popluar number systems.

HEX184816
Decimal247222
Binary11000100100010110
Octal3011026

Shades and tints

Shades of #184816

#184816
(24,72,22)
#164214
(22,66,20)
#143C12
(20,60,18)
#123610
(18,54,16)
#10300E
(16,48,14)
#0E2A0C
(14,42,12)
#0C240A
(12,36,10)
#0A1E08
(10,30,8)
#081806
(8,24,6)
#061204
(6,18,4)
#040C02
(4,12,2)
#000000
(0,0,0)

Tints of #184816

#184816
(24,72,22)
#2D582B
(45,88,43)
#426840
(66,104,64)
#577855
(87,120,85)
#6C886A
(108,136,106)
#81987F
(129,152,127)
#96A894
(150,168,148)
#ABB8A9
(171,184,169)
#C0C8BE
(192,200,190)
#D5D8D3
(213,216,211)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184816; }

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

This text font color is #184816.


Background Color

.myBgColor { background-color: #184816; }

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

This div background color is #184816.


Border color

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

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

This div border color is #184816.


Opacity

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

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

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

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

This text has shadow with #184816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184816 on black background.


Color preview on white background

This text has color #184816 on white background.



Black color preview on #184816 background

This text has black color on #184816 background.


White color preview on #184816 background

This text has white color on #184816 background.