COLOR #252E20

HEX: #252E20
RGB: (37,46,32)

Color info

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

RGB color model

#252E20 color RGB value is (37,46,32).

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

RGB channels and saturation

R 37 of 255 = 15%
G 46 of 255 = 18%
B 32 of 255 = 13%

37
46
32

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

Portions of RGB colors in percentages

R + G + B =
37 + 46 + 32 = 115 (100%)
R 37 of 115 ~ 32.17%
G 46 of 115 ~ 40%
B 32 of 115 ~ 27.83%

%32.17
%40
%27.83

CMYK color model

#252E20 color CMYK value is (20,0,30,82).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 81.96%
CMYK:
(20,0,30,82)
C20M0Y30K82 
(20%,0%,30%,82%)
(0.20/0.00/0.30/0.82)	

CMYK percentages

%19.57
%0
%30.43
%81.96

Codes

Color #252E20 in popluar color models

252E20
RGB374632
HSL99°17.95%15.29%
HSB/HSV99°30.43%18.04%
CMYK19.57%0.00%30.43%
81.96%

Color #252E20 in popluar number systems.

HEX252E20
Decimal374632
Binary100101101110100000
Octal455640

Shades and tints

Shades of #252E20

#252E20
(37,46,32)
#222A1E
(34,42,30)
#1F261C
(31,38,28)
#1C221A
(28,34,26)
#191E18
(25,30,24)
#161A16
(22,26,22)
#131614
(19,22,20)
#101212
(16,18,18)
#0D0E10
(13,14,16)
#0A0A0E
(10,10,14)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #252E20

#252E20
(37,46,32)
#384134
(56,65,52)
#4B5448
(75,84,72)
#5E675C
(94,103,92)
#717A70
(113,122,112)
#848D84
(132,141,132)
#97A098
(151,160,152)
#AAB3AC
(170,179,172)
#BDC6C0
(189,198,192)
#D0D9D4
(208,217,212)
#E3ECE8
(227,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252E20; }

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

This text font color is #252E20.


Background Color

.myBgColor { background-color: #252E20; }

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

This div background color is #252E20.


Border color

.myBorderColor { border: 1px solid #252E20; }

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

This div border color is #252E20.


Opacity

.myOpacity80 { color: #252E20; opacity: 0.8; }

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

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

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

This text has shadow with #252E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252E20 on black background.


Color preview on white background

This text has color #252E20 on white background.



Black color preview on #252E20 background

This text has black color on #252E20 background.


White color preview on #252E20 background

This text has white color on #252E20 background.