COLOR #213315

HEX: #213315
RGB: (33,51,21)

Color info

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

RGB color model

#213315 color RGB value is (33,51,21).

  • red value is 33;
  • green value is 51;
  • blue value is 21.
RGB:
(33,51,21)
(13%,20%,8%)

RGB channels and saturation

R 33 of 255 = 13%
G 51 of 255 = 20%
B 21 of 255 = 8%

33
51
21

R + G + B ~ 14%. #213315 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 51 + 21 = 105 (100%)
R 33 of 105 ~ 31.43%
G 51 of 105 ~ 48.57%
B 21 of 105 ~ 20%

%31.43
%48.57
%20

CMYK color model

#213315 color CMYK value is (35,0,59,80).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 80.00%
CMYK:
(35,0,59,80)
C35M0Y59K80 
(35%,0%,59%,80%)
(0.35/0.00/0.59/0.80)	

CMYK percentages

%35.29
%0
%58.82
%80

Codes

Color #213315 in popluar color models

213315
RGB335121
HSL96°41.67%14.12%
HSB/HSV96°58.82%20.00%
CMYK35.29%0.00%58.82%
80.00%

Color #213315 in popluar number systems.

HEX213315
Decimal335121
Binary10000111001110101
Octal416325

Shades and tints

Shades of #213315

#213315
(33,51,21)
#1E2F14
(30,47,20)
#1B2B13
(27,43,19)
#182712
(24,39,18)
#152311
(21,35,17)
#121F10
(18,31,16)
#0F1B0F
(15,27,15)
#0C170E
(12,23,14)
#09130D
(9,19,13)
#060F0C
(6,15,12)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #213315

#213315
(33,51,21)
#35452A
(53,69,42)
#49573F
(73,87,63)
#5D6954
(93,105,84)
#717B69
(113,123,105)
#858D7E
(133,141,126)
#999F93
(153,159,147)
#ADB1A8
(173,177,168)
#C1C3BD
(193,195,189)
#D5D5D2
(213,213,210)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213315; }

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

This text font color is #213315.


Background Color

.myBgColor { background-color: #213315; }

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

This div background color is #213315.


Border color

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

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

This div border color is #213315.


Opacity

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

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

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

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

This text has shadow with #213315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213315 on black background.


Color preview on white background

This text has color #213315 on white background.



Black color preview on #213315 background

This text has black color on #213315 background.


White color preview on #213315 background

This text has white color on #213315 background.