COLOR #252428

HEX: #252428
RGB: (37,36,40)

Color info

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

RGB color model

#252428 color RGB value is (37,36,40).

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

RGB channels and saturation

R 37 of 255 = 15%
G 36 of 255 = 14%
B 40 of 255 = 16%

37
36
40

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

Portions of RGB colors in percentages

R + G + B =
37 + 36 + 40 = 113 (100%)
R 37 of 113 ~ 32.74%
G 36 of 113 ~ 31.86%
B 40 of 113 ~ 35.4%

%32.74
%31.86
%35.4

CMYK color model

#252428 color CMYK value is (7,10,0,84).

  • cyan value is 7.50%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(7,10,0,84)
C7M10Y0K84 
(7%,10%,0%,84%)
(0.07/0.10/0.00/0.84)	

CMYK percentages

%7.5
%10
%0
%84.31

Codes

Color #252428 in popluar color models

252428
RGB373640
HSL255°5.26%14.90%
HSB/HSV255°10.00%15.69%
CMYK7.50%10.00%0.00%
84.31%

Color #252428 in popluar number systems.

HEX252428
Decimal373640
Binary100101100100101000
Octal454450

Shades and tints

Shades of #252428

#252428
(37,36,40)
#222125
(34,33,37)
#1F1E22
(31,30,34)
#1C1B1F
(28,27,31)
#19181C
(25,24,28)
#161519
(22,21,25)
#131216
(19,18,22)
#100F13
(16,15,19)
#0D0C10
(13,12,16)
#0A090D
(10,9,13)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #252428

#252428
(37,36,40)
#38373B
(56,55,59)
#4B4A4E
(75,74,78)
#5E5D61
(94,93,97)
#717074
(113,112,116)
#848387
(132,131,135)
#97969A
(151,150,154)
#AAA9AD
(170,169,173)
#BDBCC0
(189,188,192)
#D0CFD3
(208,207,211)
#E3E2E6
(227,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252428; }

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

This text font color is #252428.


Background Color

.myBgColor { background-color: #252428; }

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

This div background color is #252428.


Border color

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

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

This div border color is #252428.


Opacity

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

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

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

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

This text has shadow with #252428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252428 on black background.


Color preview on white background

This text has color #252428 on white background.



Black color preview on #252428 background

This text has black color on #252428 background.


White color preview on #252428 background

This text has white color on #252428 background.