COLOR #200824

HEX: #200824 RGB: (32,8,36)

Color info

#200824 contains red, green and blue colors in about the same proportion. Web safe color of #200824 is #330033 (or #303).

RGB color model

#200824 color RGB value is (32,8,36).

RGB: (32,8,36) (13%, 3%, 14%)

RGB channels and saturation

R 32 of 255 = 13%
G 8 of 255 = 3%
B 36 of 255 = 14%

32
8
36

R + G + B ~ 10%. #200824 is dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 8 + 36 = 76 (100%)
R 32 of 76 ~ 42.11%
G 8 of 76 ~ 10.53%
B 36 of 76 ~ 47.37'%

%42.11
%10.53
%47.37

CMYK color model

#200824 color CMYK value is (11,78,0,86).

  • cyan value is 11.11%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (11,78,0,86)
C11M78Y0K86 (11%, 78%, 0%, 86%)
(0.11 / 0.78 / 0.00 / 0.86)

CMYK percentages

%11.11
%77.78
%0
%85.88

Codes

Color #200824 in popluar color models

20 08 24
RGB 32 8 36
HSL 291° 63.64% 8.63%
HSB/HSV 291° 77.78% 14.12%
CMYK 11.11% 77.78% 0.00%
85.88%

Color #200824 in popluar number systems.

HEX 20 08 24
Decimal 32 8 36
Binary 100000 1000 100100
Octal 40 10 44

Shades and tints

Shades of #200824

#200824
(32,8,36)
#1E0821
(30,8,33)
#1C081E
(28,8,30)
#1A081B
(26,8,27)
#180818
(24,8,24)
#160815
(22,8,21)
#140812
(20,8,18)
#12080F
(18,8,15)
#10080C
(16,8,12)
#0E0809
(14,8,9)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #200824

#200824
(32,8,36)
#341E37
(52,30,55)
#48344A
(72,52,74)
#5C4A5D
(92,74,93)
#706070
(112,96,112)
#847683
(132,118,131)
#988C96
(152,140,150)
#ACA2A9
(172,162,169)
#C0B8BC
(192,184,188)
#D4CECF
(212,206,207)
#E8E4E2
(232,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #200824; }

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

This text font color is #200824.

Background Color

.myBgColor { background-color: #200824; }

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

This div background color is #200824.

Border color

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

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

This div border color is #200824.

Opacity

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

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

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

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

This text has shadow with #200824 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #200824.

Preview

Color preview on black background

This text has color #200824 on black background.


Color preview on white background

This text has color #200824 on white background.


Black color preview on #200824 background

This text has black color on #200824 background.


White color preview on #200824 background

This text has white color on #200824 background.


Related colors

Complementary color

Complementary color for #hex is #DFF7DB.


I love getcolorcode.com

Triadic colors

1 #242008 and #082420 with #200824 are triadic colors.

2 #240820 and #082024 with #200824 are triadic colors.