COLOR #252E21

HEX: #252E21
RGB: (37,46,33)

Color info

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

RGB color model

#252E21 color RGB value is (37,46,33).

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

RGB channels and saturation

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

37
46
33

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

Portions of RGB colors in percentages

R + G + B =
37 + 46 + 33 = 116 (100%)
R 37 of 116 ~ 31.9%
G 46 of 116 ~ 39.66%
B 33 of 116 ~ 28.45%

%31.9
%39.66
%28.45

CMYK color model

#252E21 color CMYK value is (20,0,28,82).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 81.96%
CMYK:
(20,0,28,82)
C20M0Y28K82 
(20%,0%,28%,82%)
(0.20/0.00/0.28/0.82)	

CMYK percentages

%19.57
%0
%28.26
%81.96

Codes

Color #252E21 in popluar color models

252E21
RGB374633
HSL102°16.46%15.49%
HSB/HSV102°28.26%18.04%
CMYK19.57%0.00%28.26%
81.96%

Color #252E21 in popluar number systems.

HEX252E21
Decimal374633
Binary100101101110100001
Octal455641

Shades and tints

Shades of #252E21

#252E21
(37,46,33)
#222A1E
(34,42,30)
#1F261B
(31,38,27)
#1C2218
(28,34,24)
#191E15
(25,30,21)
#161A12
(22,26,18)
#13160F
(19,22,15)
#10120C
(16,18,12)
#0D0E09
(13,14,9)
#0A0A06
(10,10,6)
#070603
(7,6,3)
#000000
(0,0,0)

Tints of #252E21

#252E21
(37,46,33)
#384135
(56,65,53)
#4B5449
(75,84,73)
#5E675D
(94,103,93)
#717A71
(113,122,113)
#848D85
(132,141,133)
#97A099
(151,160,153)
#AAB3AD
(170,179,173)
#BDC6C1
(189,198,193)
#D0D9D5
(208,217,213)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252E21; }

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

This text font color is #252E21.


Background Color

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

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

This div background color is #252E21.


Border color

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

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

This div border color is #252E21.


Opacity

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

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

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

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

This text has shadow with #252E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252E21 on black background.


Color preview on white background

This text has color #252E21 on white background.



Black color preview on #252E21 background

This text has black color on #252E21 background.


White color preview on #252E21 background

This text has white color on #252E21 background.