COLOR #252736

HEX: #252736
RGB: (37,39,54)

Color info

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

RGB color model

#252736 color RGB value is (37,39,54).

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

RGB channels and saturation

R 37 of 255 = 15%
G 39 of 255 = 15%
B 54 of 255 = 21%

37
39
54

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

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 54 = 130 (100%)
R 37 of 130 ~ 28.46%
G 39 of 130 ~ 30%
B 54 of 130 ~ 41.54%

%28.46
%30
%41.54

CMYK color model

#252736 color CMYK value is (31,28,0,79).

  • cyan value is 31.48%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(31,28,0,79)
C31M28Y0K79 
(31%,28%,0%,79%)
(0.31/0.28/0.00/0.79)	

CMYK percentages

%31.48
%27.78
%0
%78.82

Codes

Color #252736 in popluar color models

252736
RGB373954
HSL233°18.68%17.84%
HSB/HSV233°31.48%21.18%
CMYK31.48%27.78%0.00%
78.82%

Color #252736 in popluar number systems.

HEX252736
Decimal373954
Binary100101100111110110
Octal454766

Shades and tints

Shades of #252736

#252736
(37,39,54)
#222432
(34,36,50)
#1F212E
(31,33,46)
#1C1E2A
(28,30,42)
#191B26
(25,27,38)
#161822
(22,24,34)
#13151E
(19,21,30)
#10121A
(16,18,26)
#0D0F16
(13,15,22)
#0A0C12
(10,12,18)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #252736

#252736
(37,39,54)
#383A48
(56,58,72)
#4B4D5A
(75,77,90)
#5E606C
(94,96,108)
#71737E
(113,115,126)
#848690
(132,134,144)
#9799A2
(151,153,162)
#AAACB4
(170,172,180)
#BDBFC6
(189,191,198)
#D0D2D8
(208,210,216)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252736; }

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

This text font color is #252736.


Background Color

.myBgColor { background-color: #252736; }

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

This div background color is #252736.


Border color

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

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

This div border color is #252736.


Opacity

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

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

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

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

This text has shadow with #252736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252736 on black background.


Color preview on white background

This text has color #252736 on white background.



Black color preview on #252736 background

This text has black color on #252736 background.


White color preview on #252736 background

This text has white color on #252736 background.