COLOR #200E35

HEX: #200E35
RGB: (32,14,53)

Color info

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

RGB color model

#200E35 color RGB value is (32,14,53).

  • red value is 32;
  • green value is 14;
  • blue value is 53.
RGB:
(32,14,53)
(13%,5%,21%)

RGB channels and saturation

R 32 of 255 = 13%
G 14 of 255 = 5%
B 53 of 255 = 21%

32
14
53

R + G + B ~ 13%. #200E35 is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 14 + 53 = 99 (100%)
R 32 of 99 ~ 32.32%
G 14 of 99 ~ 14.14%
B 53 of 99 ~ 53.54%

%32.32
%14.14
%53.54

CMYK color model

#200E35 color CMYK value is (40,74,0,79).

  • cyan value is 39.62%
  • magenta value is 73.58%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(40,74,0,79)
C40M74Y0K79 
(40%,74%,0%,79%)
(0.40/0.74/0.00/0.79)	

CMYK percentages

%39.62
%73.58
%0
%79.22

Codes

Color #200E35 in popluar color models

200E35
RGB321453
HSL268°58.21%13.14%
HSB/HSV268°73.58%20.78%
CMYK39.62%73.58%0.00%
79.22%

Color #200E35 in popluar number systems.

HEX200E35
Decimal321453
Binary1000001110110101
Octal401665

Shades and tints

Shades of #200E35

#200E35
(32,14,53)
#1E0D31
(30,13,49)
#1C0C2D
(28,12,45)
#1A0B29
(26,11,41)
#180A25
(24,10,37)
#160921
(22,9,33)
#14081D
(20,8,29)
#120719
(18,7,25)
#100615
(16,6,21)
#0E0511
(14,5,17)
#0C040D
(12,4,13)
#000000
(0,0,0)

Tints of #200E35

#200E35
(32,14,53)
#342347
(52,35,71)
#483859
(72,56,89)
#5C4D6B
(92,77,107)
#70627D
(112,98,125)
#84778F
(132,119,143)
#988CA1
(152,140,161)
#ACA1B3
(172,161,179)
#C0B6C5
(192,182,197)
#D4CBD7
(212,203,215)
#E8E0E9
(232,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #200E35 color. Also use rgb(32,14,53) instead hex code.

Text Font Color

.myTextColor { color: #200E35; }

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

This text font color is #200E35.


Background Color

.myBgColor { background-color: #200E35; }

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

This div background color is #200E35.


Border color

.myBorderColor { border: 1px solid #200E35; }

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

This div border color is #200E35.


Opacity

.myOpacity80 { color: #200E35; opacity: 0.8; }

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

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

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

This text has shadow with #200E35 color.

.textShadow {text-shadow: 3px 3px 1px #200E35, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #200E35;
-webkit-box-shadow: 1px 1px 3px 2px #200E35;
box-shadow:1px 1px 3px 2px #200E35;">
Div content here</div>
This div box has shadow with color #200E35.

Preview

Color preview on black background

This text has color #200E35 on black background.


Color preview on white background

This text has color #200E35 on white background.



Black color preview on #200E35 background

This text has black color on #200E35 background.


White color preview on #200E35 background

This text has white color on #200E35 background.