COLOR #213310

HEX: #213310 RGB: (33,51,16)

Color info

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

RGB color model

#213310 color RGB value is (33,51,16).

RGB: (33,51,16) (13%, 20%, 6%)

RGB channels and saturation

R 33 of 255 = 13%
G 51 of 255 = 20%
B 16 of 255 = 6%

33
51
16

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

Portions of RGB colors in percentages

R + G + B = 33 + 51 + 16 = 100 (100%)
R 33 of 100 ~ 33%
G 51 of 100 ~ 51%
B 16 of 100 ~ 16'%

%33
%51
%16

CMYK color model

#213310 color CMYK value is (35,0,69,80).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 68.63%
  • key color value is 80.00%

CMYK: (35,0,69,80)
C35M0Y69K80 (35%, 0%, 69%, 80%)
(0.35 / 0.00 / 0.69 / 0.80)

CMYK percentages

%35.29
%0
%68.63
%80

Codes

Color #213310 in popluar color models

21 33 10
RGB 33 51 16
HSL 91° 52.24% 13.14%
HSB/HSV 91° 68.63% 20.00%
CMYK 35.29% 0.00% 68.63%
80.00%

Color #213310 in popluar number systems.

HEX 21 33 10
Decimal 33 51 16
Binary 100001 110011 10000
Octal 41 63 20

Shades and tints

Shades of #213310

#213310
(33,51,16)
#1E2F0F
(30,47,15)
#1B2B0E
(27,43,14)
#18270D
(24,39,13)
#15230C
(21,35,12)
#121F0B
(18,31,11)
#0F1B0A
(15,27,10)
#0C1709
(12,23,9)
#091308
(9,19,8)
#060F07
(6,15,7)
#030B06
(3,11,6)
#000000
(0,0,0)

Tints of #213310

#213310
(33,51,16)
#354525
(53,69,37)
#49573A
(73,87,58)
#5D694F
(93,105,79)
#717B64
(113,123,100)
#858D79
(133,141,121)
#999F8E
(153,159,142)
#ADB1A3
(173,177,163)
#C1C3B8
(193,195,184)
#D5D5CD
(213,213,205)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213310 color. Also use rgb(33,51,16) instead hex code.

Text Font Color

.myTextColor { color: #213310; }

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

This text font color is #213310.

Background Color

.myBgColor { background-color: #213310; }

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

This div background color is #213310.

Border color

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

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

This div border color is #213310.

Opacity

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

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

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

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

This text has shadow with #213310 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213310.

Preview

Color preview on black background

This text has color #213310 on black background.


Color preview on white background

This text has color #213310 on white background.


Black color preview on #213310 background

This text has black color on #213310 background.


White color preview on #213310 background

This text has white color on #213310 background.


Related colors

Complementary color

Complementary color for #hex is #DECCEF.


I love getcolorcode.com

Triadic colors

1 #102133 and #331021 with #213310 are triadic colors.

2 #103321 and #332110 with #213310 are triadic colors.