COLOR #252120

HEX: #252120
RGB: (37,33,32)

Color info

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

RGB color model

#252120 color RGB value is (37,33,32).

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

RGB channels and saturation

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

37
33
32

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

Portions of RGB colors in percentages

R + G + B =
37 + 33 + 32 = 102 (100%)
R 37 of 102 ~ 36.27%
G 33 of 102 ~ 32.35%
B 32 of 102 ~ 31.37%

%36.27
%32.35
%31.37

CMYK color model

#252120 color CMYK value is (0,11,14,85).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 13.51%
  • key color value is 85.49%
CMYK:
(0,11,14,85)
C0M11Y14K85 
(0%,11%,14%,85%)
(0.00/0.11/0.14/0.85)	

CMYK percentages

%0
%10.81
%13.51
%85.49

Codes

Color #252120 in popluar color models

252120
RGB373332
HSL12°7.25%13.53%
HSB/HSV12°13.51%14.51%
CMYK0.00%10.81%13.51%
85.49%

Color #252120 in popluar number systems.

HEX252120
Decimal373332
Binary100101100001100000
Octal454140

Shades and tints

Shades of #252120

#252120
(37,33,32)
#221E1E
(34,30,30)
#1F1B1C
(31,27,28)
#1C181A
(28,24,26)
#191518
(25,21,24)
#161216
(22,18,22)
#130F14
(19,15,20)
#100C12
(16,12,18)
#0D0910
(13,9,16)
#0A060E
(10,6,14)
#07030C
(7,3,12)
#000000
(0,0,0)

Tints of #252120

#252120
(37,33,32)
#383534
(56,53,52)
#4B4948
(75,73,72)
#5E5D5C
(94,93,92)
#717170
(113,113,112)
#848584
(132,133,132)
#979998
(151,153,152)
#AAADAC
(170,173,172)
#BDC1C0
(189,193,192)
#D0D5D4
(208,213,212)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252120; }

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

This text font color is #252120.


Background Color

.myBgColor { background-color: #252120; }

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

This div background color is #252120.


Border color

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

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

This div border color is #252120.


Opacity

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

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

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

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

This text has shadow with #252120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252120 on black background.


Color preview on white background

This text has color #252120 on white background.



Black color preview on #252120 background

This text has black color on #252120 background.


White color preview on #252120 background

This text has white color on #252120 background.