COLOR #252936

HEX: #252936
RGB: (37,41,54)

Color info

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

RGB color model

#252936 color RGB value is (37,41,54).

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

RGB channels and saturation

R 37 of 255 = 15%
G 41 of 255 = 16%
B 54 of 255 = 21%

37
41
54

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

Portions of RGB colors in percentages

R + G + B =
37 + 41 + 54 = 132 (100%)
R 37 of 132 ~ 28.03%
G 41 of 132 ~ 31.06%
B 54 of 132 ~ 40.91%

%28.03
%31.06
%40.91

CMYK color model

#252936 color CMYK value is (31,24,0,79).

  • cyan value is 31.48%
  • magenta value is 24.07%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(31,24,0,79)
C31M24Y0K79 
(31%,24%,0%,79%)
(0.31/0.24/0.00/0.79)	

CMYK percentages

%31.48
%24.07
%0
%78.82

Codes

Color #252936 in popluar color models

252936
RGB374154
HSL226°18.68%17.84%
HSB/HSV226°31.48%21.18%
CMYK31.48%24.07%0.00%
78.82%

Color #252936 in popluar number systems.

HEX252936
Decimal374154
Binary100101101001110110
Octal455166

Shades and tints

Shades of #252936

#252936
(37,41,54)
#222632
(34,38,50)
#1F232E
(31,35,46)
#1C202A
(28,32,42)
#191D26
(25,29,38)
#161A22
(22,26,34)
#13171E
(19,23,30)
#10141A
(16,20,26)
#0D1116
(13,17,22)
#0A0E12
(10,14,18)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #252936

#252936
(37,41,54)
#383C48
(56,60,72)
#4B4F5A
(75,79,90)
#5E626C
(94,98,108)
#71757E
(113,117,126)
#848890
(132,136,144)
#979BA2
(151,155,162)
#AAAEB4
(170,174,180)
#BDC1C6
(189,193,198)
#D0D4D8
(208,212,216)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252936; }

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

This text font color is #252936.


Background Color

.myBgColor { background-color: #252936; }

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

This div background color is #252936.


Border color

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

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

This div border color is #252936.


Opacity

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

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

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

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

This text has shadow with #252936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252936 on black background.


Color preview on white background

This text has color #252936 on white background.



Black color preview on #252936 background

This text has black color on #252936 background.


White color preview on #252936 background

This text has white color on #252936 background.