COLOR #200713

HEX: #200713 RGB: (32,7,19)

Color info

#200713 contains red, green and blue colors in about the same proportion. Web safe color of #200713 is #330000 (or #300).

RGB color model

#200713 color RGB value is (32,7,19).

RGB: (32,7,19) (13%, 3%, 7%)

RGB channels and saturation

R 32 of 255 = 13%
G 7 of 255 = 3%
B 19 of 255 = 7%

32
7
19

R + G + B ~ 8%. #200713 is dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 7 + 19 = 58 (100%)
R 32 of 58 ~ 55.17%
G 7 of 58 ~ 12.07%
B 19 of 58 ~ 32.76'%

%55.17
%12.07
%32.76

CMYK color model

#200713 color CMYK value is (0,78,41,87).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 40.63%
  • key color value is 87.45%

CMYK: (0,78,41,87)
C0M78Y41K87 (0%, 78%, 41%, 87%)
(0.00 / 0.78 / 0.41 / 0.87)

CMYK percentages

%0
%78.13
%40.63
%87.45

Codes

Color #200713 in popluar color models

20 07 13
RGB 32 7 19
HSL 331° 64.10% 7.65%
HSB/HSV 331° 78.13% 12.55%
CMYK 0.00% 78.13% 40.63%
87.45%

Color #200713 in popluar number systems.

HEX 20 07 13
Decimal 32 7 19
Binary 100000 111 10011
Octal 40 7 23

Shades and tints

Shades of #200713

#200713
(32,7,19)
#1E0712
(30,7,18)
#1C0711
(28,7,17)
#1A0710
(26,7,16)
#18070F
(24,7,15)
#16070E
(22,7,14)
#14070D
(20,7,13)
#12070C
(18,7,12)
#10070B
(16,7,11)
#0E070A
(14,7,10)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #200713

#200713
(32,7,19)
#341D28
(52,29,40)
#48333D
(72,51,61)
#5C4952
(92,73,82)
#705F67
(112,95,103)
#84757C
(132,117,124)
#988B91
(152,139,145)
#ACA1A6
(172,161,166)
#C0B7BB
(192,183,187)
#D4CDD0
(212,205,208)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #200713 color. Also use rgb(32,7,19) instead hex code.

Text Font Color

.myTextColor { color: #200713; }

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

This text font color is #200713.

Background Color

.myBgColor { background-color: #200713; }

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

This div background color is #200713.

Border color

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

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

This div border color is #200713.

Opacity

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

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

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

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

This text has shadow with #200713 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #200713.

Preview

Color preview on black background

This text has color #200713 on black background.


Color preview on white background

This text has color #200713 on white background.


Black color preview on #200713 background

This text has black color on #200713 background.


White color preview on #200713 background

This text has white color on #200713 background.


Related colors

Complementary color

Complementary color for #hex is #DFF8EC.


I love getcolorcode.com

Triadic colors

1 #132007 and #071320 with #200713 are triadic colors.

2 #130720 and #072013 with #200713 are triadic colors.