COLOR #252337

HEX: #252337
RGB: (37,35,55)

Color info

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

RGB color model

#252337 color RGB value is (37,35,55).

  • red value is 37;
  • green value is 35;
  • blue value is 55.
RGB:
(37,35,55)
(15%,14%,22%)

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 55 of 255 = 22%

37
35
55

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

Portions of RGB colors in percentages

R + G + B =
37 + 35 + 55 = 127 (100%)
R 37 of 127 ~ 29.13%
G 35 of 127 ~ 27.56%
B 55 of 127 ~ 43.31%

%29.13
%27.56
%43.31

CMYK color model

#252337 color CMYK value is (33,36,0,78).

  • cyan value is 32.73%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(33,36,0,78)
C33M36Y0K78 
(33%,36%,0%,78%)
(0.33/0.36/0.00/0.78)	

CMYK percentages

%32.73
%36.36
%0
%78.43

Codes

Color #252337 in popluar color models

252337
RGB373555
HSL246°22.22%17.65%
HSB/HSV246°36.36%21.57%
CMYK32.73%36.36%0.00%
78.43%

Color #252337 in popluar number systems.

HEX252337
Decimal373555
Binary100101100011110111
Octal454367

Shades and tints

Shades of #252337

#252337
(37,35,55)
#222032
(34,32,50)
#1F1D2D
(31,29,45)
#1C1A28
(28,26,40)
#191723
(25,23,35)
#16141E
(22,20,30)
#131119
(19,17,25)
#100E14
(16,14,20)
#0D0B0F
(13,11,15)
#0A080A
(10,8,10)
#070505
(7,5,5)
#000000
(0,0,0)

Tints of #252337

#252337
(37,35,55)
#383749
(56,55,73)
#4B4B5B
(75,75,91)
#5E5F6D
(94,95,109)
#71737F
(113,115,127)
#848791
(132,135,145)
#979BA3
(151,155,163)
#AAAFB5
(170,175,181)
#BDC3C7
(189,195,199)
#D0D7D9
(208,215,217)
#E3EBEB
(227,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252337 color. Also use rgb(37,35,55) instead hex code.

Text Font Color

.myTextColor { color: #252337; }

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

This text font color is #252337.


Background Color

.myBgColor { background-color: #252337; }

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

This div background color is #252337.


Border color

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

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

This div border color is #252337.


Opacity

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

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

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

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

This text has shadow with #252337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252337 on black background.


Color preview on white background

This text has color #252337 on white background.



Black color preview on #252337 background

This text has black color on #252337 background.


White color preview on #252337 background

This text has white color on #252337 background.