COLOR #184420

HEX: #184420
RGB: (24,68,32)

Color info

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

RGB color model

#184420 color RGB value is (24,68,32).

  • red value is 24;
  • green value is 68;
  • blue value is 32.
RGB:
(24,68,32)
(9%,27%,13%)

RGB channels and saturation

R 24 of 255 = 9%
G 68 of 255 = 27%
B 32 of 255 = 13%

24
68
32

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

Portions of RGB colors in percentages

R + G + B =
24 + 68 + 32 = 124 (100%)
R 24 of 124 ~ 19.35%
G 68 of 124 ~ 54.84%
B 32 of 124 ~ 25.81%

%19.35
%54.84
%25.81

CMYK color model

#184420 color CMYK value is (65,0,53,73).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 73.33%
CMYK:
(65,0,53,73)
C65M0Y53K73 
(65%,0%,53%,73%)
(0.65/0.00/0.53/0.73)	

CMYK percentages

%64.71
%0
%52.94
%73.33

Codes

Color #184420 in popluar color models

184420
RGB246832
HSL131°47.83%18.04%
HSB/HSV131°64.71%26.67%
CMYK64.71%0.00%52.94%
73.33%

Color #184420 in popluar number systems.

HEX184420
Decimal246832
Binary110001000100100000
Octal3010440

Shades and tints

Shades of #184420

#184420
(24,68,32)
#163E1E
(22,62,30)
#14381C
(20,56,28)
#12321A
(18,50,26)
#102C18
(16,44,24)
#0E2616
(14,38,22)
#0C2014
(12,32,20)
#0A1A12
(10,26,18)
#081410
(8,20,16)
#060E0E
(6,14,14)
#04080C
(4,8,12)
#000000
(0,0,0)

Tints of #184420

#184420
(24,68,32)
#2D5534
(45,85,52)
#426648
(66,102,72)
#57775C
(87,119,92)
#6C8870
(108,136,112)
#819984
(129,153,132)
#96AA98
(150,170,152)
#ABBBAC
(171,187,172)
#C0CCC0
(192,204,192)
#D5DDD4
(213,221,212)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184420; }

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

This text font color is #184420.


Background Color

.myBgColor { background-color: #184420; }

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

This div background color is #184420.


Border color

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

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

This div border color is #184420.


Opacity

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

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

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

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

This text has shadow with #184420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184420 on black background.


Color preview on white background

This text has color #184420 on white background.



Black color preview on #184420 background

This text has black color on #184420 background.


White color preview on #184420 background

This text has white color on #184420 background.