COLOR #252821

HEX: #252821
RGB: (37,40,33)

Color info

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

RGB color model

#252821 color RGB value is (37,40,33).

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

RGB channels and saturation

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

37
40
33

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

Portions of RGB colors in percentages

R + G + B =
37 + 40 + 33 = 110 (100%)
R 37 of 110 ~ 33.64%
G 40 of 110 ~ 36.36%
B 33 of 110 ~ 30%

%33.64
%36.36
%30

CMYK color model

#252821 color CMYK value is (7,0,18,84).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 84.31%
CMYK:
(7,0,18,84)
C7M0Y18K84 
(7%,0%,18%,84%)
(0.07/0.00/0.18/0.84)	

CMYK percentages

%7.5
%0
%17.5
%84.31

Codes

Color #252821 in popluar color models

252821
RGB374033
HSL86°9.59%14.31%
HSB/HSV86°17.50%15.69%
CMYK7.50%0.00%17.50%
84.31%

Color #252821 in popluar number systems.

HEX252821
Decimal374033
Binary100101101000100001
Octal455041

Shades and tints

Shades of #252821

#252821
(37,40,33)
#22251E
(34,37,30)
#1F221B
(31,34,27)
#1C1F18
(28,31,24)
#191C15
(25,28,21)
#161912
(22,25,18)
#13160F
(19,22,15)
#10130C
(16,19,12)
#0D1009
(13,16,9)
#0A0D06
(10,13,6)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #252821

#252821
(37,40,33)
#383B35
(56,59,53)
#4B4E49
(75,78,73)
#5E615D
(94,97,93)
#717471
(113,116,113)
#848785
(132,135,133)
#979A99
(151,154,153)
#AAADAD
(170,173,173)
#BDC0C1
(189,192,193)
#D0D3D5
(208,211,213)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252821; }

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

This text font color is #252821.


Background Color

.myBgColor { background-color: #252821; }

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

This div background color is #252821.


Border color

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

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

This div border color is #252821.


Opacity

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

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

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

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

This text has shadow with #252821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252821 on black background.


Color preview on white background

This text has color #252821 on white background.



Black color preview on #252821 background

This text has black color on #252821 background.


White color preview on #252821 background

This text has white color on #252821 background.