COLOR #184B21

HEX: #184B21 RGB: (24,75,33)

Color info

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

RGB color model

#184B21 color RGB value is (24,75,33).

RGB: (24,75,33) (9%, 29%, 13%)

RGB channels and saturation

R 24 of 255 = 9%
G 75 of 255 = 29%
B 33 of 255 = 13%

24
75
33

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

Portions of RGB colors in percentages

R + G + B = 24 + 75 + 33 = 132 (100%)
R 24 of 132 ~ 18.18%
G 75 of 132 ~ 56.82%
B 33 of 132 ~ 25'%

%18.18
%56.82
%25

CMYK color model

#184B21 color CMYK value is (68,0,56,71).

  • cyan value is 68.00%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 70.59%

CMYK: (68,0,56,71)
C68M0Y56K71 (68%, 0%, 56%, 71%)
(0.68 / 0.00 / 0.56 / 0.71)

CMYK percentages

%68
%0
%56
%70.59

Codes

Color #184B21 in popluar color models

18 4B 21
RGB 24 75 33
HSL 131° 51.52% 19.41%
HSB/HSV 131° 68.00% 29.41%
CMYK 68.00% 0.00% 56.00%
70.59%

Color #184B21 in popluar number systems.

HEX 18 4B 21
Decimal 24 75 33
Binary 11000 1001011 100001
Octal 30 113 41

Shades and tints

Shades of #184B21

#184B21
(24,75,33)
#16451E
(22,69,30)
#143F1B
(20,63,27)
#123918
(18,57,24)
#103315
(16,51,21)
#0E2D12
(14,45,18)
#0C270F
(12,39,15)
#0A210C
(10,33,12)
#081B09
(8,27,9)
#061506
(6,21,6)
#040F03
(4,15,3)
#000000
(0,0,0)

Tints of #184B21

#184B21
(24,75,33)
#2D5B35
(45,91,53)
#426B49
(66,107,73)
#577B5D
(87,123,93)
#6C8B71
(108,139,113)
#819B85
(129,155,133)
#96AB99
(150,171,153)
#ABBBAD
(171,187,173)
#C0CBC1
(192,203,193)
#D5DBD5
(213,219,213)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184B21 color. Also use rgb(24,75,33) instead hex code.

Text Font Color

.myTextColor { color: #184B21; }

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

This text font color is #184B21.

Background Color

.myBgColor { background-color: #184B21; }

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

This div background color is #184B21.

Border color

.myBorderColor { border: 1px solid #184B21; }

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

This div border color is #184B21.

Opacity

.myOpacity80 { color: #184B21; opacity: 0.8; }

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

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

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

This text has shadow with #184B21 color.


.textShadow {text-shadow: 3px 3px 1px #184B21', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #184B21; -webkit-box-shadow: 1px 1px 3px 2px #184B21; box-shadow:1px 1px 3px 2px #184B21;">
Div content here
</div>

This div box has shadow with color #184B21.

Preview

Color preview on black background

This text has color #184B21 on black background.


Color preview on white background

This text has color #184B21 on white background.


Black color preview on #184B21 background

This text has black color on #184B21 background.


White color preview on #184B21 background

This text has white color on #184B21 background.


Related colors

Complementary color

Complementary color for #hex is #E7B4DE.


I love getcolorcode.com

Triadic colors

1 #21184B and #4B2118 with #184B21 are triadic colors.

2 #214B18 and #4B1821 with #184B21 are triadic colors.