COLOR #212425

HEX: #212425
RGB: (33,36,37)

Color info

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

RGB color model

#212425 color RGB value is (33,36,37).

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

RGB channels and saturation

R 33 of 255 = 13%
G 36 of 255 = 14%
B 37 of 255 = 15%

33
36
37

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

Portions of RGB colors in percentages

R + G + B =
33 + 36 + 37 = 106 (100%)
R 33 of 106 ~ 31.13%
G 36 of 106 ~ 33.96%
B 37 of 106 ~ 34.91%

%31.13
%33.96
%34.91

CMYK color model

#212425 color CMYK value is (11,3,0,85).

  • cyan value is 10.81%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(11,3,0,85)
C11M3Y0K85 
(11%,3%,0%,85%)
(0.11/0.03/0.00/0.85)	

CMYK percentages

%10.81
%2.7
%0
%85.49

Codes

Color #212425 in popluar color models

212425
RGB333637
HSL195°5.71%13.73%
HSB/HSV195°10.81%14.51%
CMYK10.81%2.70%0.00%
85.49%

Color #212425 in popluar number systems.

HEX212425
Decimal333637
Binary100001100100100101
Octal414445

Shades and tints

Shades of #212425

#212425
(33,36,37)
#1E2122
(30,33,34)
#1B1E1F
(27,30,31)
#181B1C
(24,27,28)
#151819
(21,24,25)
#121516
(18,21,22)
#0F1213
(15,18,19)
#0C0F10
(12,15,16)
#090C0D
(9,12,13)
#06090A
(6,9,10)
#030607
(3,6,7)
#000000
(0,0,0)

Tints of #212425

#212425
(33,36,37)
#353738
(53,55,56)
#494A4B
(73,74,75)
#5D5D5E
(93,93,94)
#717071
(113,112,113)
#858384
(133,131,132)
#999697
(153,150,151)
#ADA9AA
(173,169,170)
#C1BCBD
(193,188,189)
#D5CFD0
(213,207,208)
#E9E2E3
(233,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212425; }

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

This text font color is #212425.


Background Color

.myBgColor { background-color: #212425; }

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

This div background color is #212425.


Border color

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

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

This div border color is #212425.


Opacity

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

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

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

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

This text has shadow with #212425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212425 on black background.


Color preview on white background

This text has color #212425 on white background.



Black color preview on #212425 background

This text has black color on #212425 background.


White color preview on #212425 background

This text has white color on #212425 background.