COLOR #200E49

HEX: #200E49
RGB: (32,14,73)

Color info

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

RGB color model

#200E49 color RGB value is (32,14,73).

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

RGB channels and saturation

R 32 of 255 = 13%
G 14 of 255 = 5%
B 73 of 255 = 29%

32
14
73

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

Portions of RGB colors in percentages

R + G + B =
32 + 14 + 73 = 119 (100%)
R 32 of 119 ~ 26.89%
G 14 of 119 ~ 11.76%
B 73 of 119 ~ 61.34%

%26.89
%11.76
%61.34

CMYK color model

#200E49 color CMYK value is (56,81,0,71).

  • cyan value is 56.16%
  • magenta value is 80.82%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(56,81,0,71)
C56M81Y0K71 
(56%,81%,0%,71%)
(0.56/0.81/0.00/0.71)	

CMYK percentages

%56.16
%80.82
%0
%71.37

Codes

Color #200E49 in popluar color models

200E49
RGB321473
HSL258°67.82%17.06%
HSB/HSV258°80.82%28.63%
CMYK56.16%80.82%0.00%
71.37%

Color #200E49 in popluar number systems.

HEX200E49
Decimal321473
Binary10000011101001001
Octal4016111

Shades and tints

Shades of #200E49

#200E49
(32,14,73)
#1E0D43
(30,13,67)
#1C0C3D
(28,12,61)
#1A0B37
(26,11,55)
#180A31
(24,10,49)
#16092B
(22,9,43)
#140825
(20,8,37)
#12071F
(18,7,31)
#100619
(16,6,25)
#0E0513
(14,5,19)
#0C040D
(12,4,13)
#000000
(0,0,0)

Tints of #200E49

#200E49
(32,14,73)
#342359
(52,35,89)
#483869
(72,56,105)
#5C4D79
(92,77,121)
#706289
(112,98,137)
#847799
(132,119,153)
#988CA9
(152,140,169)
#ACA1B9
(172,161,185)
#C0B6C9
(192,182,201)
#D4CBD9
(212,203,217)
#E8E0E9
(232,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #200E49; }

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

This text font color is #200E49.


Background Color

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

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

This div background color is #200E49.


Border color

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

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

This div border color is #200E49.


Opacity

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

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

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

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

This text has shadow with #200E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #200E49 on black background.


Color preview on white background

This text has color #200E49 on white background.



Black color preview on #200E49 background

This text has black color on #200E49 background.


White color preview on #200E49 background

This text has white color on #200E49 background.