COLOR #252122

HEX: #252122
RGB: (37,33,34)

Color info

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

RGB color model

#252122 color RGB value is (37,33,34).

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

RGB channels and saturation

R 37 of 255 = 15%
G 33 of 255 = 13%
B 34 of 255 = 13%

37
33
34

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

Portions of RGB colors in percentages

R + G + B =
37 + 33 + 34 = 104 (100%)
R 37 of 104 ~ 35.58%
G 33 of 104 ~ 31.73%
B 34 of 104 ~ 32.69%

%35.58
%31.73
%32.69

CMYK color model

#252122 color CMYK value is (0,11,8,85).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 8.11%
  • key color value is 85.49%
CMYK:
(0,11,8,85)
C0M11Y8K85 
(0%,11%,8%,85%)
(0.00/0.11/0.08/0.85)	

CMYK percentages

%0
%10.81
%8.11
%85.49

Codes

Color #252122 in popluar color models

252122
RGB373334
HSL345°5.71%13.73%
HSB/HSV345°10.81%14.51%
CMYK0.00%10.81%8.11%
85.49%

Color #252122 in popluar number systems.

HEX252122
Decimal373334
Binary100101100001100010
Octal454142

Shades and tints

Shades of #252122

#252122
(37,33,34)
#221E1F
(34,30,31)
#1F1B1C
(31,27,28)
#1C1819
(28,24,25)
#191516
(25,21,22)
#161213
(22,18,19)
#130F10
(19,15,16)
#100C0D
(16,12,13)
#0D090A
(13,9,10)
#0A0607
(10,6,7)
#070304
(7,3,4)
#000000
(0,0,0)

Tints of #252122

#252122
(37,33,34)
#383536
(56,53,54)
#4B494A
(75,73,74)
#5E5D5E
(94,93,94)
#717172
(113,113,114)
#848586
(132,133,134)
#97999A
(151,153,154)
#AAADAE
(170,173,174)
#BDC1C2
(189,193,194)
#D0D5D6
(208,213,214)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252122; }

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

This text font color is #252122.


Background Color

.myBgColor { background-color: #252122; }

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

This div background color is #252122.


Border color

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

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

This div border color is #252122.


Opacity

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

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

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

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

This text has shadow with #252122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252122 on black background.


Color preview on white background

This text has color #252122 on white background.



Black color preview on #252122 background

This text has black color on #252122 background.


White color preview on #252122 background

This text has white color on #252122 background.