COLOR #213115

HEX: #213115
RGB: (33,49,21)

Color info

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

RGB color model

#213115 color RGB value is (33,49,21).

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

RGB channels and saturation

R 33 of 255 = 13%
G 49 of 255 = 19%
B 21 of 255 = 8%

33
49
21

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

Portions of RGB colors in percentages

R + G + B =
33 + 49 + 21 = 103 (100%)
R 33 of 103 ~ 32.04%
G 49 of 103 ~ 47.57%
B 21 of 103 ~ 20.39%

%32.04
%47.57
%20.39

CMYK color model

#213115 color CMYK value is (33,0,57,81).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 80.78%
CMYK:
(33,0,57,81)
C33M0Y57K81 
(33%,0%,57%,81%)
(0.33/0.00/0.57/0.81)	

CMYK percentages

%32.65
%0
%57.14
%80.78

Codes

Color #213115 in popluar color models

213115
RGB334921
HSL94°40.00%13.73%
HSB/HSV94°57.14%19.22%
CMYK32.65%0.00%57.14%
80.78%

Color #213115 in popluar number systems.

HEX213115
Decimal334921
Binary10000111000110101
Octal416125

Shades and tints

Shades of #213115

#213115
(33,49,21)
#1E2D14
(30,45,20)
#1B2913
(27,41,19)
#182512
(24,37,18)
#152111
(21,33,17)
#121D10
(18,29,16)
#0F190F
(15,25,15)
#0C150E
(12,21,14)
#09110D
(9,17,13)
#060D0C
(6,13,12)
#03090B
(3,9,11)
#000000
(0,0,0)

Tints of #213115

#213115
(33,49,21)
#35432A
(53,67,42)
#49553F
(73,85,63)
#5D6754
(93,103,84)
#717969
(113,121,105)
#858B7E
(133,139,126)
#999D93
(153,157,147)
#ADAFA8
(173,175,168)
#C1C1BD
(193,193,189)
#D5D3D2
(213,211,210)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213115; }

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

This text font color is #213115.


Background Color

.myBgColor { background-color: #213115; }

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

This div background color is #213115.


Border color

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

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

This div border color is #213115.


Opacity

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

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

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

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

This text has shadow with #213115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213115 on black background.


Color preview on white background

This text has color #213115 on white background.



Black color preview on #213115 background

This text has black color on #213115 background.


White color preview on #213115 background

This text has white color on #213115 background.