COLOR #253647

HEX: #253647
RGB: (37,54,71)

Color info

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

RGB color model

#253647 color RGB value is (37,54,71).

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

RGB channels and saturation

R 37 of 255 = 15%
G 54 of 255 = 21%
B 71 of 255 = 28%

37
54
71

R + G + B ~ 21%. #253647 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 54 + 71 = 162 (100%)
R 37 of 162 ~ 22.84%
G 54 of 162 ~ 33.33%
B 71 of 162 ~ 43.83%

%22.84
%33.33
%43.83

CMYK color model

#253647 color CMYK value is (48,24,0,72).

  • cyan value is 47.89%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(48,24,0,72)
C48M24Y0K72 
(48%,24%,0%,72%)
(0.48/0.24/0.00/0.72)	

CMYK percentages

%47.89
%23.94
%0
%72.16

Codes

Color #253647 in popluar color models

253647
RGB375471
HSL210°31.48%21.18%
HSB/HSV210°47.89%27.84%
CMYK47.89%23.94%0.00%
72.16%

Color #253647 in popluar number systems.

HEX253647
Decimal375471
Binary1001011101101000111
Octal4566107

Shades and tints

Shades of #253647

#253647
(37,54,71)
#223241
(34,50,65)
#1F2E3B
(31,46,59)
#1C2A35
(28,42,53)
#19262F
(25,38,47)
#162229
(22,34,41)
#131E23
(19,30,35)
#101A1D
(16,26,29)
#0D1617
(13,22,23)
#0A1211
(10,18,17)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #253647

#253647
(37,54,71)
#384857
(56,72,87)
#4B5A67
(75,90,103)
#5E6C77
(94,108,119)
#717E87
(113,126,135)
#849097
(132,144,151)
#97A2A7
(151,162,167)
#AAB4B7
(170,180,183)
#BDC6C7
(189,198,199)
#D0D8D7
(208,216,215)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253647; }

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

This text font color is #253647.


Background Color

.myBgColor { background-color: #253647; }

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

This div background color is #253647.


Border color

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

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

This div border color is #253647.


Opacity

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

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

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

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

This text has shadow with #253647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253647 on black background.


Color preview on white background

This text has color #253647 on white background.



Black color preview on #253647 background

This text has black color on #253647 background.


White color preview on #253647 background

This text has white color on #253647 background.