COLOR #183821

HEX: #183821 RGB: (24,56,33)

Color info

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

RGB color model

#183821 color RGB value is (24,56,33).

RGB: (24,56,33) (9%, 22%, 13%)

RGB channels and saturation

R 24 of 255 = 9%
G 56 of 255 = 22%
B 33 of 255 = 13%

24
56
33

R + G + B ~ 15%. #183821 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 56 + 33 = 113 (100%)
R 24 of 113 ~ 21.24%
G 56 of 113 ~ 49.56%
B 33 of 113 ~ 29.2'%

%21.24
%49.56
%29.2

CMYK color model

#183821 color CMYK value is (57,0,41,78).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 78.04%
CMYK: (57,0,41,78) C57M0Y41K78 (57%,0%,41%,78%) (0.57/0.00/0.41/0.78) 

CMYK percentages

%57.14
%0
%41.07
%78.04

Codes

Color #183821 in popluar color models

18 38 21
RGB 24 56 33
HSL 137° 40.00% 15.69%
HSB/HSV 137° 57.14% 21.96%
CMYK 57.14% 0.00% 41.07%
78.04%

Color #183821 in popluar number systems.

HEX 18 38 21
Decimal 24 56 33
Binary 11000 111000 100001
Octal 30 70 41

Shades and tints

Shades of #183821

#183821
(24,56,33)
#16331E
(22,51,30)
#142E1B
(20,46,27)
#122918
(18,41,24)
#102415
(16,36,21)
#0E1F12
(14,31,18)
#0C1A0F
(12,26,15)
#0A150C
(10,21,12)
#081009
(8,16,9)
#060B06
(6,11,6)
#040603
(4,6,3)
#000000
(0,0,0)

Tints of #183821

#183821
(24,56,33)
#2D4A35
(45,74,53)
#425C49
(66,92,73)
#576E5D
(87,110,93)
#6C8071
(108,128,113)
#819285
(129,146,133)
#96A499
(150,164,153)
#ABB6AD
(171,182,173)
#C0C8C1
(192,200,193)
#D5DAD5
(213,218,213)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183821; }

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

This text font color is #183821.

Background Color

.myBgColor { background-color: #183821; }

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

This div background color is #183821.

Border color

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

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

This div border color is #183821.

Opacity

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

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

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

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

This text has shadow with #183821 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #183821.

Preview

Color preview on black background

This text has color #183821 on black background.


Color preview on white background

This text has color #183821 on white background.


Black color preview on #183821 background

This text has black color on #183821 background.


White color preview on #183821 background

This text has white color on #183821 background.


Related colors

Complementary color

Complementary color for #hex is #E7C7DE.


I love getcolorcode.com

Triadic colors

1 #211838 and #382118 with #183821 are triadic colors.

2 #213818 and #381821 with #183821 are triadic colors.