COLOR #252124

HEX: #252124 RGB: (37,33,36)

Color info

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

RGB color model

#252124 color RGB value is (37,33,36).

RGB: (37,33,36) (15%, 13%, 14%)

RGB channels and saturation

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

37
33
36

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

Portions of RGB colors in percentages

R + G + B = 37 + 33 + 36 = 106 (100%)
R 37 of 106 ~ 34.91%
G 33 of 106 ~ 31.13%
B 36 of 106 ~ 33.96'%

%34.91
%31.13
%33.96

CMYK color model

#252124 color CMYK value is (0,11,3,85).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 2.70%
  • key color value is 85.49%

CMYK: (0,11,3,85)
C0M11Y3K85 (0%, 11%, 3%, 85%)
(0.00 / 0.11 / 0.03 / 0.85)

CMYK percentages

%0
%10.81
%2.7
%85.49

Codes

Color #252124 in popluar color models

25 21 24
RGB 37 33 36
HSL 315° 5.71% 13.73%
HSB/HSV 315° 10.81% 14.51%
CMYK 0.00% 10.81% 2.70%
85.49%

Color #252124 in popluar number systems.

HEX 25 21 24
Decimal 37 33 36
Binary 100101 100001 100100
Octal 45 41 44

Shades and tints

Shades of #252124

#252124
(37,33,36)
#221E21
(34,30,33)
#1F1B1E
(31,27,30)
#1C181B
(28,24,27)
#191518
(25,21,24)
#161215
(22,18,21)
#130F12
(19,15,18)
#100C0F
(16,12,15)
#0D090C
(13,9,12)
#0A0609
(10,6,9)
#070306
(7,3,6)
#000000
(0,0,0)

Tints of #252124

#252124
(37,33,36)
#383537
(56,53,55)
#4B494A
(75,73,74)
#5E5D5D
(94,93,93)
#717170
(113,113,112)
#848583
(132,133,131)
#979996
(151,153,150)
#AAADA9
(170,173,169)
#BDC1BC
(189,193,188)
#D0D5CF
(208,213,207)
#E3E9E2
(227,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252124; }

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

This text font color is #252124.

Background Color

.myBgColor { background-color: #252124; }

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

This div background color is #252124.

Border color

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

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

This div border color is #252124.

Opacity

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

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

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

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

This text has shadow with #252124 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252124.

Preview

Color preview on black background

This text has color #252124 on black background.


Color preview on white background

This text has color #252124 on white background.


Black color preview on #252124 background

This text has black color on #252124 background.


White color preview on #252124 background

This text has white color on #252124 background.


Related colors

Complementary color

Complementary color for #hex is #DADEDB.


I love getcolorcode.com

Triadic colors

1 #242521 and #212425 with #252124 are triadic colors.

2 #242125 and #212524 with #252124 are triadic colors.