COLOR #253446

HEX: #253446
RGB: (37,52,70)

Color info

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

RGB color model

#253446 color RGB value is (37,52,70).

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

RGB channels and saturation

R 37 of 255 = 15%
G 52 of 255 = 20%
B 70 of 255 = 27%

37
52
70

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

Portions of RGB colors in percentages

R + G + B =
37 + 52 + 70 = 159 (100%)
R 37 of 159 ~ 23.27%
G 52 of 159 ~ 32.7%
B 70 of 159 ~ 44.03%

%23.27
%32.7
%44.03

CMYK color model

#253446 color CMYK value is (47,26,0,73).

  • cyan value is 47.14%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(47,26,0,73)
C47M26Y0K73 
(47%,26%,0%,73%)
(0.47/0.26/0.00/0.73)	

CMYK percentages

%47.14
%25.71
%0
%72.55

Codes

Color #253446 in popluar color models

253446
RGB375270
HSL213°30.84%20.98%
HSB/HSV213°47.14%27.45%
CMYK47.14%25.71%0.00%
72.55%

Color #253446 in popluar number systems.

HEX253446
Decimal375270
Binary1001011101001000110
Octal4564106

Shades and tints

Shades of #253446

#253446
(37,52,70)
#223040
(34,48,64)
#1F2C3A
(31,44,58)
#1C2834
(28,40,52)
#19242E
(25,36,46)
#162028
(22,32,40)
#131C22
(19,28,34)
#10181C
(16,24,28)
#0D1416
(13,20,22)
#0A1010
(10,16,16)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #253446

#253446
(37,52,70)
#384656
(56,70,86)
#4B5866
(75,88,102)
#5E6A76
(94,106,118)
#717C86
(113,124,134)
#848E96
(132,142,150)
#97A0A6
(151,160,166)
#AAB2B6
(170,178,182)
#BDC4C6
(189,196,198)
#D0D6D6
(208,214,214)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253446; }

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

This text font color is #253446.


Background Color

.myBgColor { background-color: #253446; }

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

This div background color is #253446.


Border color

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

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

This div border color is #253446.


Opacity

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

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

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

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

This text has shadow with #253446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253446 on black background.


Color preview on white background

This text has color #253446 on white background.



Black color preview on #253446 background

This text has black color on #253446 background.


White color preview on #253446 background

This text has white color on #253446 background.