COLOR #252024

HEX: #252024
RGB: (37,32,36)

Color info

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

RGB color model

#252024 color RGB value is (37,32,36).

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

RGB channels and saturation

R 37 of 255 = 15%
G 32 of 255 = 13%
B 36 of 255 = 14%

37
32
36

R + G + B ~ 14%. #252024 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 32 + 36 = 105 (100%)
R 37 of 105 ~ 35.24%
G 32 of 105 ~ 30.48%
B 36 of 105 ~ 34.29%

%35.24
%30.48
%34.29

CMYK color model

#252024 color CMYK value is (0,14,3,85).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 2.70%
  • key color value is 85.49%
CMYK:
(0,14,3,85)
C0M14Y3K85 
(0%,14%,3%,85%)
(0.00/0.14/0.03/0.85)	

CMYK percentages

%0
%13.51
%2.7
%85.49

Codes

Color #252024 in popluar color models

252024
RGB373236
HSL312°7.25%13.53%
HSB/HSV312°13.51%14.51%
CMYK0.00%13.51%2.70%
85.49%

Color #252024 in popluar number systems.

HEX252024
Decimal373236
Binary100101100000100100
Octal454044

Shades and tints

Shades of #252024

#252024
(37,32,36)
#221E21
(34,30,33)
#1F1C1E
(31,28,30)
#1C1A1B
(28,26,27)
#191818
(25,24,24)
#161615
(22,22,21)
#131412
(19,20,18)
#10120F
(16,18,15)
#0D100C
(13,16,12)
#0A0E09
(10,14,9)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #252024

#252024
(37,32,36)
#383437
(56,52,55)
#4B484A
(75,72,74)
#5E5C5D
(94,92,93)
#717070
(113,112,112)
#848483
(132,132,131)
#979896
(151,152,150)
#AAACA9
(170,172,169)
#BDC0BC
(189,192,188)
#D0D4CF
(208,212,207)
#E3E8E2
(227,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252024; }

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

This text font color is #252024.


Background Color

.myBgColor { background-color: #252024; }

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

This div background color is #252024.


Border color

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

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

This div border color is #252024.


Opacity

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

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

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

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

This text has shadow with #252024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252024 on black background.


Color preview on white background

This text has color #252024 on white background.



Black color preview on #252024 background

This text has black color on #252024 background.


White color preview on #252024 background

This text has white color on #252024 background.