COLOR #203013

HEX: #203013 RGB: (32,48,19)

Color info

#203013 contains red, green and blue colors in about the same proportion. Web safe color of #203013 is #333300 (or #330).

RGB color model

#203013 color RGB value is (32,48,19).

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

RGB channels and saturation

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

32
48
19

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

Portions of RGB colors in percentages

R + G + B = 32 + 48 + 19 = 99 (100%)
R 32 of 99 ~ 32.32%
G 48 of 99 ~ 48.48%
B 19 of 99 ~ 19.19'%

%32.32
%48.48
%19.19

CMYK color model

#203013 color CMYK value is (33,0,60,81).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 60.42%
  • key color value is 81.18%
CMYK: (33,0,60,81) C33M0Y60K81 (33%,0%,60%,81%) (0.33/0.00/0.60/0.81) 

CMYK percentages

%33.33
%0
%60.42
%81.18

Codes

Color #203013 in popluar color models

20 30 13
RGB 32 48 19
HSL 93° 43.28% 13.14%
HSB/HSV 93° 60.42% 18.82%
CMYK 33.33% 0.00% 60.42%
81.18%

Color #203013 in popluar number systems.

HEX 20 30 13
Decimal 32 48 19
Binary 100000 110000 10011
Octal 40 60 23

Shades and tints

Shades of #203013

#203013
(32,48,19)
#1E2C12
(30,44,18)
#1C2811
(28,40,17)
#1A2410
(26,36,16)
#18200F
(24,32,15)
#161C0E
(22,28,14)
#14180D
(20,24,13)
#12140C
(18,20,12)
#10100B
(16,16,11)
#0E0C0A
(14,12,10)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #203013

#203013
(32,48,19)
#344228
(52,66,40)
#48543D
(72,84,61)
#5C6652
(92,102,82)
#707867
(112,120,103)
#848A7C
(132,138,124)
#989C91
(152,156,145)
#ACAEA6
(172,174,166)
#C0C0BB
(192,192,187)
#D4D2D0
(212,210,208)
#E8E4E5
(232,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #203013; }

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

This text font color is #203013.

Background Color

.myBgColor { background-color: #203013; }

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

This div background color is #203013.

Border color

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

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

This div border color is #203013.

Opacity

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

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

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

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

This text has shadow with #203013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #203013.

Preview

Color preview on black background

This text has color #203013 on black background.


Color preview on white background

This text has color #203013 on white background.


Black color preview on #203013 background

This text has black color on #203013 background.


White color preview on #203013 background

This text has white color on #203013 background.


Related colors

Complementary color

Complementary color for #hex is #DFCFEC.


I love getcolorcode.com

Triadic colors

1 #132030 and #301320 with #203013 are triadic colors.

2 #133020 and #302013 with #203013 are triadic colors.