COLOR #253956

HEX: #253956
RGB: (37,57,86)

Color info

#253956 contains red, green and blue colors in about the same proportion. Web safe color of #253956 is #333366 (or #336).

RGB color model

#253956 color RGB value is (37,57,86).

  • red value is 37;
  • green value is 57;
  • blue value is 86.
RGB:
(37,57,86)
(15%,22%,34%)

RGB channels and saturation

R 37 of 255 = 15%
G 57 of 255 = 22%
B 86 of 255 = 34%

37
57
86

R + G + B ~ 24%. #253956 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 57 + 86 = 180 (100%)
R 37 of 180 ~ 20.56%
G 57 of 180 ~ 31.67%
B 86 of 180 ~ 47.78%

%20.56
%31.67
%47.78

CMYK color model

#253956 color CMYK value is (57,34,0,66).

  • cyan value is 56.98%
  • magenta value is 33.72%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(57,34,0,66)
C57M34Y0K66 
(57%,34%,0%,66%)
(0.57/0.34/0.00/0.66)	

CMYK percentages

%56.98
%33.72
%0
%66.27

Codes

Color #253956 in popluar color models

253956
RGB375786
HSL216°39.84%24.12%
HSB/HSV216°56.98%33.73%
CMYK56.98%33.72%0.00%
66.27%

Color #253956 in popluar number systems.

HEX253956
Decimal375786
Binary1001011110011010110
Octal4571126

Shades and tints

Shades of #253956

#253956
(37,57,86)
#22344F
(34,52,79)
#1F2F48
(31,47,72)
#1C2A41
(28,42,65)
#19253A
(25,37,58)
#162033
(22,32,51)
#131B2C
(19,27,44)
#101625
(16,22,37)
#0D111E
(13,17,30)
#0A0C17
(10,12,23)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #253956

#253956
(37,57,86)
#384B65
(56,75,101)
#4B5D74
(75,93,116)
#5E6F83
(94,111,131)
#718192
(113,129,146)
#8493A1
(132,147,161)
#97A5B0
(151,165,176)
#AAB7BF
(170,183,191)
#BDC9CE
(189,201,206)
#D0DBDD
(208,219,221)
#E3EDEC
(227,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253956 color. Also use rgb(37,57,86) instead hex code.

Text Font Color

.myTextColor { color: #253956; }

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

This text font color is #253956.


Background Color

.myBgColor { background-color: #253956; }

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

This div background color is #253956.


Border color

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

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

This div border color is #253956.


Opacity

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

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

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

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

This text has shadow with #253956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253956 on black background.


Color preview on white background

This text has color #253956 on white background.



Black color preview on #253956 background

This text has black color on #253956 background.


White color preview on #253956 background

This text has white color on #253956 background.