COLOR #213406

HEX: #213406
RGB: (33,52,6)

Color info

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

RGB color model

#213406 color RGB value is (33,52,6).

  • red value is 33;
  • green value is 52;
  • blue value is 6.
RGB:
(33,52,6)
(13%,20%,2%)

RGB channels and saturation

R 33 of 255 = 13%
G 52 of 255 = 20%
B 6 of 255 = 2%

33
52
6

R + G + B ~ 12%. #213406 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 52 + 6 = 91 (100%)
R 33 of 91 ~ 36.26%
G 52 of 91 ~ 57.14%
B 6 of 91 ~ 6.59%

%36.26
%57.14

CMYK color model

#213406 color CMYK value is (37,0,88,80).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 88.46%
  • key color value is 79.61%
CMYK:
(37,0,88,80)
C37M0Y88K80 
(37%,0%,88%,80%)
(0.37/0.00/0.88/0.80)	

CMYK percentages

%36.54
%0
%88.46
%79.61

Codes

Color #213406 in popluar color models

213406
RGB33526
HSL85°79.31%11.37%
HSB/HSV85°88.46%20.39%
CMYK36.54%0.00%88.46%
79.61%

Color #213406 in popluar number systems.

HEX213406
Decimal33526
Binary100001110100110
Octal41646

Shades and tints

Shades of #213406

#213406
(33,52,6)
#1E3006
(30,48,6)
#1B2C06
(27,44,6)
#182806
(24,40,6)
#152406
(21,36,6)
#122006
(18,32,6)
#0F1C06
(15,28,6)
#0C1806
(12,24,6)
#091406
(9,20,6)
#061006
(6,16,6)
#030C06
(3,12,6)
#000000
(0,0,0)

Tints of #213406

#213406
(33,52,6)
#35461C
(53,70,28)
#495832
(73,88,50)
#5D6A48
(93,106,72)
#717C5E
(113,124,94)
#858E74
(133,142,116)
#99A08A
(153,160,138)
#ADB2A0
(173,178,160)
#C1C4B6
(193,196,182)
#D5D6CC
(213,214,204)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213406 color. Also use rgb(33,52,6) instead hex code.

Text Font Color

.myTextColor { color: #213406; }

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

This text font color is #213406.


Background Color

.myBgColor { background-color: #213406; }

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

This div background color is #213406.


Border color

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

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

This div border color is #213406.


Opacity

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

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

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

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

This text has shadow with #213406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213406 on black background.


Color preview on white background

This text has color #213406 on white background.



Black color preview on #213406 background

This text has black color on #213406 background.


White color preview on #213406 background

This text has white color on #213406 background.