COLOR #253447

HEX: #253447
RGB: (37,52,71)

Color info

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

RGB color model

#253447 color RGB value is (37,52,71).

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

RGB channels and saturation

R 37 of 255 = 15%
G 52 of 255 = 20%
B 71 of 255 = 28%

37
52
71

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

Portions of RGB colors in percentages

R + G + B =
37 + 52 + 71 = 160 (100%)
R 37 of 160 ~ 23.13%
G 52 of 160 ~ 32.5%
B 71 of 160 ~ 44.38%

%23.13
%32.5
%44.38

CMYK color model

#253447 color CMYK value is (48,27,0,72).

  • cyan value is 47.89%
  • magenta value is 26.76%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(48,27,0,72)
C48M27Y0K72 
(48%,27%,0%,72%)
(0.48/0.27/0.00/0.72)	

CMYK percentages

%47.89
%26.76
%0
%72.16

Codes

Color #253447 in popluar color models

253447
RGB375271
HSL214°31.48%21.18%
HSB/HSV214°47.89%27.84%
CMYK47.89%26.76%0.00%
72.16%

Color #253447 in popluar number systems.

HEX253447
Decimal375271
Binary1001011101001000111
Octal4564107

Shades and tints

Shades of #253447

#253447
(37,52,71)
#223041
(34,48,65)
#1F2C3B
(31,44,59)
#1C2835
(28,40,53)
#19242F
(25,36,47)
#162029
(22,32,41)
#131C23
(19,28,35)
#10181D
(16,24,29)
#0D1417
(13,20,23)
#0A1011
(10,16,17)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #253447

#253447
(37,52,71)
#384657
(56,70,87)
#4B5867
(75,88,103)
#5E6A77
(94,106,119)
#717C87
(113,124,135)
#848E97
(132,142,151)
#97A0A7
(151,160,167)
#AAB2B7
(170,178,183)
#BDC4C7
(189,196,199)
#D0D6D7
(208,214,215)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253447; }

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

This text font color is #253447.


Background Color

.myBgColor { background-color: #253447; }

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

This div background color is #253447.


Border color

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

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

This div border color is #253447.


Opacity

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

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

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

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

This text has shadow with #253447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253447 on black background.


Color preview on white background

This text has color #253447 on white background.



Black color preview on #253447 background

This text has black color on #253447 background.


White color preview on #253447 background

This text has white color on #253447 background.