COLOR #252820

HEX: #252820
RGB: (37,40,32)

Color info

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

RGB color model

#252820 color RGB value is (37,40,32).

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

RGB channels and saturation

R 37 of 255 = 15%
G 40 of 255 = 16%
B 32 of 255 = 13%

37
40
32

R + G + B ~ 15%. #252820 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 40 + 32 = 109 (100%)
R 37 of 109 ~ 33.94%
G 40 of 109 ~ 36.7%
B 32 of 109 ~ 29.36%

%33.94
%36.7
%29.36

CMYK color model

#252820 color CMYK value is (7,0,20,84).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 84.31%
CMYK:
(7,0,20,84)
C7M0Y20K84 
(7%,0%,20%,84%)
(0.07/0.00/0.20/0.84)	

CMYK percentages

%7.5
%0
%20
%84.31

Codes

Color #252820 in popluar color models

252820
RGB374032
HSL83°11.11%14.12%
HSB/HSV83°20.00%15.69%
CMYK7.50%0.00%20.00%
84.31%

Color #252820 in popluar number systems.

HEX252820
Decimal374032
Binary100101101000100000
Octal455040

Shades and tints

Shades of #252820

#252820
(37,40,32)
#22251E
(34,37,30)
#1F221C
(31,34,28)
#1C1F1A
(28,31,26)
#191C18
(25,28,24)
#161916
(22,25,22)
#131614
(19,22,20)
#101312
(16,19,18)
#0D1010
(13,16,16)
#0A0D0E
(10,13,14)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #252820

#252820
(37,40,32)
#383B34
(56,59,52)
#4B4E48
(75,78,72)
#5E615C
(94,97,92)
#717470
(113,116,112)
#848784
(132,135,132)
#979A98
(151,154,152)
#AAADAC
(170,173,172)
#BDC0C0
(189,192,192)
#D0D3D4
(208,211,212)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252820; }

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

This text font color is #252820.


Background Color

.myBgColor { background-color: #252820; }

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

This div background color is #252820.


Border color

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

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

This div border color is #252820.


Opacity

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

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

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

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

This text has shadow with #252820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252820 on black background.


Color preview on white background

This text has color #252820 on white background.



Black color preview on #252820 background

This text has black color on #252820 background.


White color preview on #252820 background

This text has white color on #252820 background.