COLOR #184918

HEX: #184918
RGB: (24,73,24)

Color info

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

RGB color model

#184918 color RGB value is (24,73,24).

  • red value is 24;
  • green value is 73;
  • blue value is 24.
RGB:
(24,73,24)
(9%,29%,9%)

RGB channels and saturation

R 24 of 255 = 9%
G 73 of 255 = 29%
B 24 of 255 = 9%

24
73
24

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

Portions of RGB colors in percentages

R + G + B =
24 + 73 + 24 = 121 (100%)
R 24 of 121 ~ 19.83%
G 73 of 121 ~ 60.33%
B 24 of 121 ~ 19.83%

%19.83
%60.33
%19.83

CMYK color model

#184918 color CMYK value is (67,0,67,71).

  • cyan value is 67.12%
  • magenta value is 0.00%
  • yellow value is 67.12%
  • key color value is 71.37%
CMYK:
(67,0,67,71)
C67M0Y67K71 
(67%,0%,67%,71%)
(0.67/0.00/0.67/0.71)	

CMYK percentages

%67.12
%0
%67.12
%71.37

Codes

Color #184918 in popluar color models

184918
RGB247324
HSL120°50.52%19.02%
HSB/HSV120°67.12%28.63%
CMYK67.12%0.00%67.12%
71.37%

Color #184918 in popluar number systems.

HEX184918
Decimal247324
Binary11000100100111000
Octal3011130

Shades and tints

Shades of #184918

#184918
(24,73,24)
#164316
(22,67,22)
#143D14
(20,61,20)
#123712
(18,55,18)
#103110
(16,49,16)
#0E2B0E
(14,43,14)
#0C250C
(12,37,12)
#0A1F0A
(10,31,10)
#081908
(8,25,8)
#061306
(6,19,6)
#040D04
(4,13,4)
#000000
(0,0,0)

Tints of #184918

#184918
(24,73,24)
#2D592D
(45,89,45)
#426942
(66,105,66)
#577957
(87,121,87)
#6C896C
(108,137,108)
#819981
(129,153,129)
#96A996
(150,169,150)
#ABB9AB
(171,185,171)
#C0C9C0
(192,201,192)
#D5D9D5
(213,217,213)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184918; }

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

This text font color is #184918.


Background Color

.myBgColor { background-color: #184918; }

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

This div background color is #184918.


Border color

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

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

This div border color is #184918.


Opacity

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

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

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

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

This text has shadow with #184918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184918 on black background.


Color preview on white background

This text has color #184918 on white background.



Black color preview on #184918 background

This text has black color on #184918 background.


White color preview on #184918 background

This text has white color on #184918 background.