COLOR #253146

HEX: #253146
RGB: (37,49,70)

Color info

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

RGB color model

#253146 color RGB value is (37,49,70).

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

RGB channels and saturation

R 37 of 255 = 15%
G 49 of 255 = 19%
B 70 of 255 = 27%

37
49
70

R + G + B ~ 20%. #253146 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 49 + 70 = 156 (100%)
R 37 of 156 ~ 23.72%
G 49 of 156 ~ 31.41%
B 70 of 156 ~ 44.87%

%23.72
%31.41
%44.87

CMYK color model

#253146 color CMYK value is (47,30,0,73).

  • cyan value is 47.14%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(47,30,0,73)
C47M30Y0K73 
(47%,30%,0%,73%)
(0.47/0.30/0.00/0.73)	

CMYK percentages

%47.14
%30
%0
%72.55

Codes

Color #253146 in popluar color models

253146
RGB374970
HSL218°30.84%20.98%
HSB/HSV218°47.14%27.45%
CMYK47.14%30.00%0.00%
72.55%

Color #253146 in popluar number systems.

HEX253146
Decimal374970
Binary1001011100011000110
Octal4561106

Shades and tints

Shades of #253146

#253146
(37,49,70)
#222D40
(34,45,64)
#1F293A
(31,41,58)
#1C2534
(28,37,52)
#19212E
(25,33,46)
#161D28
(22,29,40)
#131922
(19,25,34)
#10151C
(16,21,28)
#0D1116
(13,17,22)
#0A0D10
(10,13,16)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #253146

#253146
(37,49,70)
#384356
(56,67,86)
#4B5566
(75,85,102)
#5E6776
(94,103,118)
#717986
(113,121,134)
#848B96
(132,139,150)
#979DA6
(151,157,166)
#AAAFB6
(170,175,182)
#BDC1C6
(189,193,198)
#D0D3D6
(208,211,214)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253146; }

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

This text font color is #253146.


Background Color

.myBgColor { background-color: #253146; }

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

This div background color is #253146.


Border color

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

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

This div border color is #253146.


Opacity

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

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

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

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

This text has shadow with #253146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253146 on black background.


Color preview on white background

This text has color #253146 on white background.



Black color preview on #253146 background

This text has black color on #253146 background.


White color preview on #253146 background

This text has white color on #253146 background.