COLOR #252732

HEX: #252732
RGB: (37,39,50)

Color info

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

RGB color model

#252732 color RGB value is (37,39,50).

  • red value is 37;
  • green value is 39;
  • blue value is 50.
RGB:
(37,39,50)
(15%,15%,20%)

RGB channels and saturation

R 37 of 255 = 15%
G 39 of 255 = 15%
B 50 of 255 = 20%

37
39
50

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

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 50 = 126 (100%)
R 37 of 126 ~ 29.37%
G 39 of 126 ~ 30.95%
B 50 of 126 ~ 39.68%

%29.37
%30.95
%39.68

CMYK color model

#252732 color CMYK value is (26,22,0,80).

  • cyan value is 26.00%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(26,22,0,80)
C26M22Y0K80 
(26%,22%,0%,80%)
(0.26/0.22/0.00/0.80)	

CMYK percentages

%26
%22
%0
%80.39

Codes

Color #252732 in popluar color models

252732
RGB373950
HSL231°14.94%17.06%
HSB/HSV231°26.00%19.61%
CMYK26.00%22.00%0.00%
80.39%

Color #252732 in popluar number systems.

HEX252732
Decimal373950
Binary100101100111110010
Octal454762

Shades and tints

Shades of #252732

#252732
(37,39,50)
#22242E
(34,36,46)
#1F212A
(31,33,42)
#1C1E26
(28,30,38)
#191B22
(25,27,34)
#16181E
(22,24,30)
#13151A
(19,21,26)
#101216
(16,18,22)
#0D0F12
(13,15,18)
#0A0C0E
(10,12,14)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #252732

#252732
(37,39,50)
#383A44
(56,58,68)
#4B4D56
(75,77,86)
#5E6068
(94,96,104)
#71737A
(113,115,122)
#84868C
(132,134,140)
#97999E
(151,153,158)
#AAACB0
(170,172,176)
#BDBFC2
(189,191,194)
#D0D2D4
(208,210,212)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252732 color. Also use rgb(37,39,50) instead hex code.

Text Font Color

.myTextColor { color: #252732; }

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

This text font color is #252732.


Background Color

.myBgColor { background-color: #252732; }

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

This div background color is #252732.


Border color

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

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

This div border color is #252732.


Opacity

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

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

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

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

This text has shadow with #252732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252732 on black background.


Color preview on white background

This text has color #252732 on white background.



Black color preview on #252732 background

This text has black color on #252732 background.


White color preview on #252732 background

This text has white color on #252732 background.