COLOR #213615

HEX: #213615
RGB: (33,54,21)

Color info

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

RGB color model

#213615 color RGB value is (33,54,21).

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

RGB channels and saturation

R 33 of 255 = 13%
G 54 of 255 = 21%
B 21 of 255 = 8%

33
54
21

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

Portions of RGB colors in percentages

R + G + B =
33 + 54 + 21 = 108 (100%)
R 33 of 108 ~ 30.56%
G 54 of 108 ~ 50%
B 21 of 108 ~ 19.44%

%30.56
%50
%19.44

CMYK color model

#213615 color CMYK value is (39,0,61,79).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 78.82%
CMYK:
(39,0,61,79)
C39M0Y61K79 
(39%,0%,61%,79%)
(0.39/0.00/0.61/0.79)	

CMYK percentages

%38.89
%0
%61.11
%78.82

Codes

Color #213615 in popluar color models

213615
RGB335421
HSL98°44.00%14.71%
HSB/HSV98°61.11%21.18%
CMYK38.89%0.00%61.11%
78.82%

Color #213615 in popluar number systems.

HEX213615
Decimal335421
Binary10000111011010101
Octal416625

Shades and tints

Shades of #213615

#213615
(33,54,21)
#1E3214
(30,50,20)
#1B2E13
(27,46,19)
#182A12
(24,42,18)
#152611
(21,38,17)
#122210
(18,34,16)
#0F1E0F
(15,30,15)
#0C1A0E
(12,26,14)
#09160D
(9,22,13)
#06120C
(6,18,12)
#030E0B
(3,14,11)
#000000
(0,0,0)

Tints of #213615

#213615
(33,54,21)
#35482A
(53,72,42)
#495A3F
(73,90,63)
#5D6C54
(93,108,84)
#717E69
(113,126,105)
#85907E
(133,144,126)
#99A293
(153,162,147)
#ADB4A8
(173,180,168)
#C1C6BD
(193,198,189)
#D5D8D2
(213,216,210)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213615; }

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

This text font color is #213615.


Background Color

.myBgColor { background-color: #213615; }

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

This div background color is #213615.


Border color

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

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

This div border color is #213615.


Opacity

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

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

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

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

This text has shadow with #213615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213615 on black background.


Color preview on white background

This text has color #213615 on white background.



Black color preview on #213615 background

This text has black color on #213615 background.


White color preview on #213615 background

This text has white color on #213615 background.