COLOR #184327

HEX: #184327
RGB: (24,67,39)

Color info

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

RGB color model

#184327 color RGB value is (24,67,39).

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

RGB channels and saturation

R 24 of 255 = 9%
G 67 of 255 = 26%
B 39 of 255 = 15%

24
67
39

R + G + B ~ 17%. #184327 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 67 + 39 = 130 (100%)
R 24 of 130 ~ 18.46%
G 67 of 130 ~ 51.54%
B 39 of 130 ~ 30%

%18.46
%51.54
%30

CMYK color model

#184327 color CMYK value is (64,0,42,74).

  • cyan value is 64.18%
  • magenta value is 0.00%
  • yellow value is 41.79%
  • key color value is 73.73%
CMYK:
(64,0,42,74)
C64M0Y42K74 
(64%,0%,42%,74%)
(0.64/0.00/0.42/0.74)	

CMYK percentages

%64.18
%0
%41.79
%73.73

Codes

Color #184327 in popluar color models

184327
RGB246739
HSL141°47.25%17.84%
HSB/HSV141°64.18%26.27%
CMYK64.18%0.00%41.79%
73.73%

Color #184327 in popluar number systems.

HEX184327
Decimal246739
Binary110001000011100111
Octal3010347

Shades and tints

Shades of #184327

#184327
(24,67,39)
#163D24
(22,61,36)
#143721
(20,55,33)
#12311E
(18,49,30)
#102B1B
(16,43,27)
#0E2518
(14,37,24)
#0C1F15
(12,31,21)
#0A1912
(10,25,18)
#08130F
(8,19,15)
#060D0C
(6,13,12)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #184327

#184327
(24,67,39)
#2D543A
(45,84,58)
#42654D
(66,101,77)
#577660
(87,118,96)
#6C8773
(108,135,115)
#819886
(129,152,134)
#96A999
(150,169,153)
#ABBAAC
(171,186,172)
#C0CBBF
(192,203,191)
#D5DCD2
(213,220,210)
#EAEDE5
(234,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184327; }

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

This text font color is #184327.


Background Color

.myBgColor { background-color: #184327; }

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

This div background color is #184327.


Border color

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

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

This div border color is #184327.


Opacity

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

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

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

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

This text has shadow with #184327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184327 on black background.


Color preview on white background

This text has color #184327 on white background.



Black color preview on #184327 background

This text has black color on #184327 background.


White color preview on #184327 background

This text has white color on #184327 background.