COLOR #211525

HEX: #211525
RGB: (33,21,37)

Color info

#211525 contains red, green and blue colors in about the same proportion. Web safe color of #211525 is #330033 (or #303).

RGB color model

#211525 color RGB value is (33,21,37).

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

RGB channels and saturation

R 33 of 255 = 13%
G 21 of 255 = 8%
B 37 of 255 = 15%

33
21
37

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

Portions of RGB colors in percentages

R + G + B =
33 + 21 + 37 = 91 (100%)
R 33 of 91 ~ 36.26%
G 21 of 91 ~ 23.08%
B 37 of 91 ~ 40.66%

%36.26
%23.08
%40.66

CMYK color model

#211525 color CMYK value is (11,43,0,85).

  • cyan value is 10.81%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(11,43,0,85)
C11M43Y0K85 
(11%,43%,0%,85%)
(0.11/0.43/0.00/0.85)	

CMYK percentages

%10.81
%43.24
%0
%85.49

Codes

Color #211525 in popluar color models

211525
RGB332137
HSL285°27.59%11.37%
HSB/HSV285°43.24%14.51%
CMYK10.81%43.24%0.00%
85.49%

Color #211525 in popluar number systems.

HEX211525
Decimal332137
Binary10000110101100101
Octal412545

Shades and tints

Shades of #211525

#211525
(33,21,37)
#1E1422
(30,20,34)
#1B131F
(27,19,31)
#18121C
(24,18,28)
#151119
(21,17,25)
#121016
(18,16,22)
#0F0F13
(15,15,19)
#0C0E10
(12,14,16)
#090D0D
(9,13,13)
#060C0A
(6,12,10)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #211525

#211525
(33,21,37)
#352A38
(53,42,56)
#493F4B
(73,63,75)
#5D545E
(93,84,94)
#716971
(113,105,113)
#857E84
(133,126,132)
#999397
(153,147,151)
#ADA8AA
(173,168,170)
#C1BDBD
(193,189,189)
#D5D2D0
(213,210,208)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211525; }

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

This text font color is #211525.


Background Color

.myBgColor { background-color: #211525; }

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

This div background color is #211525.


Border color

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

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

This div border color is #211525.


Opacity

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

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

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

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

This text has shadow with #211525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211525 on black background.


Color preview on white background

This text has color #211525 on white background.



Black color preview on #211525 background

This text has black color on #211525 background.


White color preview on #211525 background

This text has white color on #211525 background.