COLOR #203324

HEX: #203324 RGB: (32,51,36)

Color info

#203324 contains red, green and blue colors in about the same proportion. Web safe color of #203324 is #333333 (or #333).

RGB color model

#203324 color RGB value is (32,51,36).

RGB: (32,51,36) (13%, 20%, 14%)

RGB channels and saturation

R 32 of 255 = 13%
G 51 of 255 = 20%
B 36 of 255 = 14%

32
51
36

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

Portions of RGB colors in percentages

R + G + B = 32 + 51 + 36 = 119 (100%)
R 32 of 119 ~ 26.89%
G 51 of 119 ~ 42.86%
B 36 of 119 ~ 30.25'%

%26.89
%42.86
%30.25

CMYK color model

#203324 color CMYK value is (37,0,29,80).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 80.00%

CMYK: (37,0,29,80)
C37M0Y29K80 (37%, 0%, 29%, 80%)
(0.37 / 0.00 / 0.29 / 0.80)

CMYK percentages

%37.25
%0
%29.41
%80

Codes

Color #203324 in popluar color models

20 33 24
RGB 32 51 36
HSL 133° 22.89% 16.27%
HSB/HSV 133° 37.25% 20.00%
CMYK 37.25% 0.00% 29.41%
80.00%

Color #203324 in popluar number systems.

HEX 20 33 24
Decimal 32 51 36
Binary 100000 110011 100100
Octal 40 63 44

Shades and tints

Shades of #203324

#203324
(32,51,36)
#1E2F21
(30,47,33)
#1C2B1E
(28,43,30)
#1A271B
(26,39,27)
#182318
(24,35,24)
#161F15
(22,31,21)
#141B12
(20,27,18)
#12170F
(18,23,15)
#10130C
(16,19,12)
#0E0F09
(14,15,9)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #203324

#203324
(32,51,36)
#344537
(52,69,55)
#48574A
(72,87,74)
#5C695D
(92,105,93)
#707B70
(112,123,112)
#848D83
(132,141,131)
#989F96
(152,159,150)
#ACB1A9
(172,177,169)
#C0C3BC
(192,195,188)
#D4D5CF
(212,213,207)
#E8E7E2
(232,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #203324 color. Also use rgb(32,51,36) instead hex code.

Text Font Color

.myTextColor { color: #203324; }

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

This text font color is #203324.

Background Color

.myBgColor { background-color: #203324; }

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

This div background color is #203324.

Border color

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

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

This div border color is #203324.

Opacity

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

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

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

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

This text has shadow with #203324 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #203324.

Preview

Color preview on black background

This text has color #203324 on black background.


Color preview on white background

This text has color #203324 on white background.


Black color preview on #203324 background

This text has black color on #203324 background.


White color preview on #203324 background

This text has white color on #203324 background.


Related colors

Complementary color

Complementary color for #hex is #DFCCDB.


I love getcolorcode.com

Triadic colors

1 #242033 and #332420 with #203324 are triadic colors.

2 #243320 and #332024 with #203324 are triadic colors.