COLOR #252031

HEX: #252031
RGB: (37,32,49)

Color info

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

RGB color model

#252031 color RGB value is (37,32,49).

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

RGB channels and saturation

R 37 of 255 = 15%
G 32 of 255 = 13%
B 49 of 255 = 19%

37
32
49

R + G + B ~ 16%. #252031 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 32 + 49 = 118 (100%)
R 37 of 118 ~ 31.36%
G 32 of 118 ~ 27.12%
B 49 of 118 ~ 41.53%

%31.36
%27.12
%41.53

CMYK color model

#252031 color CMYK value is (24,35,0,81).

  • cyan value is 24.49%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(24,35,0,81)
C24M35Y0K81 
(24%,35%,0%,81%)
(0.24/0.35/0.00/0.81)	

CMYK percentages

%24.49
%34.69
%0
%80.78

Codes

Color #252031 in popluar color models

252031
RGB373249
HSL258°20.99%15.88%
HSB/HSV258°34.69%19.22%
CMYK24.49%34.69%0.00%
80.78%

Color #252031 in popluar number systems.

HEX252031
Decimal373249
Binary100101100000110001
Octal454061

Shades and tints

Shades of #252031

#252031
(37,32,49)
#221E2D
(34,30,45)
#1F1C29
(31,28,41)
#1C1A25
(28,26,37)
#191821
(25,24,33)
#16161D
(22,22,29)
#131419
(19,20,25)
#101215
(16,18,21)
#0D1011
(13,16,17)
#0A0E0D
(10,14,13)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #252031

#252031
(37,32,49)
#383443
(56,52,67)
#4B4855
(75,72,85)
#5E5C67
(94,92,103)
#717079
(113,112,121)
#84848B
(132,132,139)
#97989D
(151,152,157)
#AAACAF
(170,172,175)
#BDC0C1
(189,192,193)
#D0D4D3
(208,212,211)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252031; }

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

This text font color is #252031.


Background Color

.myBgColor { background-color: #252031; }

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

This div background color is #252031.


Border color

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

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

This div border color is #252031.


Opacity

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

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

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

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

This text has shadow with #252031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252031 on black background.


Color preview on white background

This text has color #252031 on white background.



Black color preview on #252031 background

This text has black color on #252031 background.


White color preview on #252031 background

This text has white color on #252031 background.