COLOR #252131

HEX: #252131
RGB: (37,33,49)

Color info

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

RGB color model

#252131 color RGB value is (37,33,49).

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

RGB channels and saturation

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

37
33
49

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

Portions of RGB colors in percentages

R + G + B =
37 + 33 + 49 = 119 (100%)
R 37 of 119 ~ 31.09%
G 33 of 119 ~ 27.73%
B 49 of 119 ~ 41.18%

%31.09
%27.73
%41.18

CMYK color model

#252131 color CMYK value is (24,33,0,81).

  • cyan value is 24.49%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK: (24,33,0,81) C24M33Y0K81 (24%,33%,0%,81%) (0.24/0.33/0.00/0.81)

CMYK percentages

%24.49
%32.65
%0
%80.78

Codes

Color #252131 in popluar color models

252131
RGB373349
HSL255°19.51%16.08%
HSB/HSV255°32.65%19.22%
CMYK24.49%32.65%0.00%
80.78%

Color #252131 in popluar number systems.

HEX252131
Decimal373349
Binary100101100001110001
Octal454161

Shades and tints

Shades of #252131

#252131
(37,33,49)
#221E2D
(34,30,45)
#1F1B29
(31,27,41)
#1C1825
(28,24,37)
#191521
(25,21,33)
#16121D
(22,18,29)
#130F19
(19,15,25)
#100C15
(16,12,21)
#0D0911
(13,9,17)
#0A060D
(10,6,13)
#070309
(7,3,9)
#000000
(0,0,0)

Tints of #252131

#252131
(37,33,49)
#383543
(56,53,67)
#4B4955
(75,73,85)
#5E5D67
(94,93,103)
#717179
(113,113,121)
#84858B
(132,133,139)
#97999D
(151,153,157)
#AAADAF
(170,173,175)
#BDC1C1
(189,193,193)
#D0D5D3
(208,213,211)
#E3E9E5
(227,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252131; }

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

This text font color is #252131.


Background Color

.myBgColor { background-color: #252131; }

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

This div background color is #252131.


Border color

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

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

This div border color is #252131.


Opacity

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

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

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

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

This text has shadow with #252131 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #252131 on black background.


Color preview on white background

This text has color #252131 on white background.



Black color preview on #252131 background

This text has black color on #252131 background.


White color preview on #252131 background

This text has white color on #252131 background.