COLOR #253651

HEX: #253651
RGB: (37,54,81)

Color info

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

RGB color model

#253651 color RGB value is (37,54,81).

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

RGB channels and saturation

R 37 of 255 = 15%
G 54 of 255 = 21%
B 81 of 255 = 32%

37
54
81

R + G + B ~ 23%. #253651 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 54 + 81 = 172 (100%)
R 37 of 172 ~ 21.51%
G 54 of 172 ~ 31.4%
B 81 of 172 ~ 47.09%

%21.51
%31.4
%47.09

CMYK color model

#253651 color CMYK value is (54,33,0,68).

  • cyan value is 54.32%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(54,33,0,68)
C54M33Y0K68 
(54%,33%,0%,68%)
(0.54/0.33/0.00/0.68)	

CMYK percentages

%54.32
%33.33
%0
%68.24

Codes

Color #253651 in popluar color models

253651
RGB375481
HSL217°37.29%23.14%
HSB/HSV217°54.32%31.76%
CMYK54.32%33.33%0.00%
68.24%

Color #253651 in popluar number systems.

HEX253651
Decimal375481
Binary1001011101101010001
Octal4566121

Shades and tints

Shades of #253651

#253651
(37,54,81)
#22324A
(34,50,74)
#1F2E43
(31,46,67)
#1C2A3C
(28,42,60)
#192635
(25,38,53)
#16222E
(22,34,46)
#131E27
(19,30,39)
#101A20
(16,26,32)
#0D1619
(13,22,25)
#0A1212
(10,18,18)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #253651

#253651
(37,54,81)
#384860
(56,72,96)
#4B5A6F
(75,90,111)
#5E6C7E
(94,108,126)
#717E8D
(113,126,141)
#84909C
(132,144,156)
#97A2AB
(151,162,171)
#AAB4BA
(170,180,186)
#BDC6C9
(189,198,201)
#D0D8D8
(208,216,216)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253651; }

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

This text font color is #253651.


Background Color

.myBgColor { background-color: #253651; }

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

This div background color is #253651.


Border color

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

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

This div border color is #253651.


Opacity

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

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

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

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

This text has shadow with #253651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253651 on black background.


Color preview on white background

This text has color #253651 on white background.



Black color preview on #253651 background

This text has black color on #253651 background.


White color preview on #253651 background

This text has white color on #253651 background.