COLOR #200752

HEX: #200752 RGB: (32,7,82)

Color info

#200752 contains mainly red and blue colors. Web safe color of #200752 is #330066 (or #306).

RGB color model

#200752 color RGB value is (32,7,82).

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

RGB channels and saturation

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

32
7
82

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

Portions of RGB colors in percentages

R + G + B = 32 + 7 + 82 = 121 (100%)
R 32 of 121 ~ 26.45%
G 7 of 121 ~ 5.79%
B 82 of 121 ~ 67.77'%

%26.45
%67.77

CMYK color model

#200752 color CMYK value is (61,91,0,68).

  • cyan value is 60.98%
  • magenta value is 91.46%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (61,91,0,68)
C61M91Y0K68 (61%, 91%, 0%, 68%)
(0.61 / 0.91 / 0.00 / 0.68)

CMYK percentages

%60.98
%91.46
%0
%67.84

Codes

Color #200752 in popluar color models

20 07 52
RGB 32 7 82
HSL 260° 84.27% 17.45%
HSB/HSV 260° 91.46% 32.16%
CMYK 60.98% 91.46% 0.00%
67.84%

Color #200752 in popluar number systems.

HEX 20 07 52
Decimal 32 7 82
Binary 100000 111 1010010
Octal 40 7 122

Shades and tints

Shades of #200752

#200752
(32,7,82)
#1E074B
(30,7,75)
#1C0744
(28,7,68)
#1A073D
(26,7,61)
#180736
(24,7,54)
#16072F
(22,7,47)
#140728
(20,7,40)
#120721
(18,7,33)
#10071A
(16,7,26)
#0E0713
(14,7,19)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #200752

#200752
(32,7,82)
#341D61
(52,29,97)
#483370
(72,51,112)
#5C497F
(92,73,127)
#705F8E
(112,95,142)
#84759D
(132,117,157)
#988BAC
(152,139,172)
#ACA1BB
(172,161,187)
#C0B7CA
(192,183,202)
#D4CDD9
(212,205,217)
#E8E3E8
(232,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #200752; }

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

This text font color is #200752.

Background Color

.myBgColor { background-color: #200752; }

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

This div background color is #200752.

Border color

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

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

This div border color is #200752.

Opacity

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

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

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

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

This text has shadow with #200752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #200752.

Preview

Color preview on black background

This text has color #200752 on black background.


Color preview on white background

This text has color #200752 on white background.


Black color preview on #200752 background

This text has black color on #200752 background.


White color preview on #200752 background

This text has white color on #200752 background.


Related colors

Complementary color

Complementary color for #hex is #DFF8AD.


I love getcolorcode.com

Triadic colors

1 #522007 and #075220 with #200752 are triadic colors.

2 #520720 and #072052 with #200752 are triadic colors.