COLOR #252720

HEX: #252720
RGB: (37,39,32)

Color info

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

RGB color model

#252720 color RGB value is (37,39,32).

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

RGB channels and saturation

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

37
39
32

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

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 32 = 108 (100%)
R 37 of 108 ~ 34.26%
G 39 of 108 ~ 36.11%
B 32 of 108 ~ 29.63%

%34.26
%36.11
%29.63

CMYK color model

#252720 color CMYK value is (5,0,18,85).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 84.71%
CMYK:
(5,0,18,85)
C5M0Y18K85 
(5%,0%,18%,85%)
(0.05/0.00/0.18/0.85)	

CMYK percentages

%5.13
%0
%17.95
%84.71

Codes

Color #252720 in popluar color models

252720
RGB373932
HSL77°9.86%13.92%
HSB/HSV77°17.95%15.29%
CMYK5.13%0.00%17.95%
84.71%

Color #252720 in popluar number systems.

HEX252720
Decimal373932
Binary100101100111100000
Octal454740

Shades and tints

Shades of #252720

#252720
(37,39,32)
#22241E
(34,36,30)
#1F211C
(31,33,28)
#1C1E1A
(28,30,26)
#191B18
(25,27,24)
#161816
(22,24,22)
#131514
(19,21,20)
#101212
(16,18,18)
#0D0F10
(13,15,16)
#0A0C0E
(10,12,14)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #252720

#252720
(37,39,32)
#383A34
(56,58,52)
#4B4D48
(75,77,72)
#5E605C
(94,96,92)
#717370
(113,115,112)
#848684
(132,134,132)
#979998
(151,153,152)
#AAACAC
(170,172,172)
#BDBFC0
(189,191,192)
#D0D2D4
(208,210,212)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252720; }

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

This text font color is #252720.


Background Color

.myBgColor { background-color: #252720; }

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

This div background color is #252720.


Border color

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

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

This div border color is #252720.


Opacity

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

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

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

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

This text has shadow with #252720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252720 on black background.


Color preview on white background

This text has color #252720 on white background.



Black color preview on #252720 background

This text has black color on #252720 background.


White color preview on #252720 background

This text has white color on #252720 background.