COLOR #252D31

HEX: #252D31 RGB: (37,45,49)

Color info

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

RGB color model

#252D31 color RGB value is (37,45,49).

RGB: (37,45,49) (15%, 18%, 19%)

RGB channels and saturation

R 37 of 255 = 15%
G 45 of 255 = 18%
B 49 of 255 = 19%

37
45
49

R + G + B ~ 17%. #252D31 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 45 + 49 = 131 (100%)
R 37 of 131 ~ 28.24%
G 45 of 131 ~ 34.35%
B 49 of 131 ~ 37.4'%

%28.24
%34.35
%37.4

CMYK color model

#252D31 color CMYK value is (24,8,0,81).

  • cyan value is 24.49%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (24,8,0,81)
C24M8Y0K81 (24%, 8%, 0%, 81%)
(0.24 / 0.08 / 0.00 / 0.81)

CMYK percentages

%24.49
%8.16
%0
%80.78

Codes

Color #252D31 in popluar color models

25 2D 31
RGB 37 45 49
HSL 200° 13.95% 16.86%
HSB/HSV 200° 24.49% 19.22%
CMYK 24.49% 8.16% 0.00%
80.78%

Color #252D31 in popluar number systems.

HEX 25 2D 31
Decimal 37 45 49
Binary 100101 101101 110001
Octal 45 55 61

Shades and tints

Shades of #252D31

#252D31
(37,45,49)
#22292D
(34,41,45)
#1F2529
(31,37,41)
#1C2125
(28,33,37)
#191D21
(25,29,33)
#16191D
(22,25,29)
#131519
(19,21,25)
#101115
(16,17,21)
#0D0D11
(13,13,17)
#0A090D
(10,9,13)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #252D31

#252D31
(37,45,49)
#384043
(56,64,67)
#4B5355
(75,83,85)
#5E6667
(94,102,103)
#717979
(113,121,121)
#848C8B
(132,140,139)
#979F9D
(151,159,157)
#AAB2AF
(170,178,175)
#BDC5C1
(189,197,193)
#D0D8D3
(208,216,211)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252D31 color. Also use rgb(37,45,49) instead hex code.

Text Font Color

.myTextColor { color: #252D31; }

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

This text font color is #252D31.

Background Color

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

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

This div background color is #252D31.

Border color

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

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

This div border color is #252D31.

Opacity

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

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

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

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

This text has shadow with #252D31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252D31.

Preview

Color preview on black background

This text has color #252D31 on black background.


Color preview on white background

This text has color #252D31 on white background.


Black color preview on #252D31 background

This text has black color on #252D31 background.


White color preview on #252D31 background

This text has white color on #252D31 background.


Related colors

Complementary color

Complementary color for #hex is #DAD2CE.


I love getcolorcode.com

Triadic colors

1 #31252D and #2D3125 with #252D31 are triadic colors.

2 #312D25 and #2D2531 with #252D31 are triadic colors.