COLOR #213225

HEX: #213225
RGB: (33,50,37)

Color info

#213225 contains red, green and blue colors in about the same proportion. Web safe color of #213225 is #333333 (or #333).

RGB color model

#213225 color RGB value is (33,50,37).

  • red value is 33;
  • green value is 50;
  • blue value is 37.
RGB:
(33,50,37)
(13%,20%,15%)

RGB channels and saturation

R 33 of 255 = 13%
G 50 of 255 = 20%
B 37 of 255 = 15%

33
50
37

R + G + B ~ 16%. #213225 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 50 + 37 = 120 (100%)
R 33 of 120 ~ 27.5%
G 50 of 120 ~ 41.67%
B 37 of 120 ~ 30.83%

%27.5
%41.67
%30.83

CMYK color model

#213225 color CMYK value is (34,0,26,80).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 80.39%
CMYK:
(34,0,26,80)
C34M0Y26K80 
(34%,0%,26%,80%)
(0.34/0.00/0.26/0.80)	

CMYK percentages

%34
%0
%26
%80.39

Codes

Color #213225 in popluar color models

213225
RGB335037
HSL134°20.48%16.27%
HSB/HSV134°34.00%19.61%
CMYK34.00%0.00%26.00%
80.39%

Color #213225 in popluar number systems.

HEX213225
Decimal335037
Binary100001110010100101
Octal416245

Shades and tints

Shades of #213225

#213225
(33,50,37)
#1E2E22
(30,46,34)
#1B2A1F
(27,42,31)
#18261C
(24,38,28)
#152219
(21,34,25)
#121E16
(18,30,22)
#0F1A13
(15,26,19)
#0C1610
(12,22,16)
#09120D
(9,18,13)
#060E0A
(6,14,10)
#030A07
(3,10,7)
#000000
(0,0,0)

Tints of #213225

#213225
(33,50,37)
#354438
(53,68,56)
#49564B
(73,86,75)
#5D685E
(93,104,94)
#717A71
(113,122,113)
#858C84
(133,140,132)
#999E97
(153,158,151)
#ADB0AA
(173,176,170)
#C1C2BD
(193,194,189)
#D5D4D0
(213,212,208)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213225 color. Also use rgb(33,50,37) instead hex code.

Text Font Color

.myTextColor { color: #213225; }

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

This text font color is #213225.


Background Color

.myBgColor { background-color: #213225; }

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

This div background color is #213225.


Border color

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

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

This div border color is #213225.


Opacity

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

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

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

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

This text has shadow with #213225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213225 on black background.


Color preview on white background

This text has color #213225 on white background.



Black color preview on #213225 background

This text has black color on #213225 background.


White color preview on #213225 background

This text has white color on #213225 background.