COLOR #184324

HEX: #184324
RGB: (24,67,36)

Color info

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

RGB color model

#184324 color RGB value is (24,67,36).

  • red value is 24;
  • green value is 67;
  • blue value is 36.
RGB:
(24,67,36)
(9%,26%,14%)

RGB channels and saturation

R 24 of 255 = 9%
G 67 of 255 = 26%
B 36 of 255 = 14%

24
67
36

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

Portions of RGB colors in percentages

R + G + B =
24 + 67 + 36 = 127 (100%)
R 24 of 127 ~ 18.9%
G 67 of 127 ~ 52.76%
B 36 of 127 ~ 28.35%

%18.9
%52.76
%28.35

CMYK color model

#184324 color CMYK value is (64,0,46,74).

  • cyan value is 64.18%
  • magenta value is 0.00%
  • yellow value is 46.27%
  • key color value is 73.73%
CMYK:
(64,0,46,74)
C64M0Y46K74 
(64%,0%,46%,74%)
(0.64/0.00/0.46/0.74)	

CMYK percentages

%64.18
%0
%46.27
%73.73

Codes

Color #184324 in popluar color models

184324
RGB246736
HSL137°47.25%17.84%
HSB/HSV137°64.18%26.27%
CMYK64.18%0.00%46.27%
73.73%

Color #184324 in popluar number systems.

HEX184324
Decimal246736
Binary110001000011100100
Octal3010344

Shades and tints

Shades of #184324

#184324
(24,67,36)
#163D21
(22,61,33)
#14371E
(20,55,30)
#12311B
(18,49,27)
#102B18
(16,43,24)
#0E2515
(14,37,21)
#0C1F12
(12,31,18)
#0A190F
(10,25,15)
#08130C
(8,19,12)
#060D09
(6,13,9)
#040706
(4,7,6)
#000000
(0,0,0)

Tints of #184324

#184324
(24,67,36)
#2D5437
(45,84,55)
#42654A
(66,101,74)
#57765D
(87,118,93)
#6C8770
(108,135,112)
#819883
(129,152,131)
#96A996
(150,169,150)
#ABBAA9
(171,186,169)
#C0CBBC
(192,203,188)
#D5DCCF
(213,220,207)
#EAEDE2
(234,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184324; }

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

This text font color is #184324.


Background Color

.myBgColor { background-color: #184324; }

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

This div background color is #184324.


Border color

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

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

This div border color is #184324.


Opacity

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

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

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

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

This text has shadow with #184324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184324 on black background.


Color preview on white background

This text has color #184324 on white background.



Black color preview on #184324 background

This text has black color on #184324 background.


White color preview on #184324 background

This text has white color on #184324 background.