COLOR #253160

HEX: #253160
RGB: (37,49,96)

Color info

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

RGB color model

#253160 color RGB value is (37,49,96).

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

RGB channels and saturation

R 37 of 255 = 15%
G 49 of 255 = 19%
B 96 of 255 = 38%

37
49
96

R + G + B ~ 24%. #253160 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 49 + 96 = 182 (100%)
R 37 of 182 ~ 20.33%
G 49 of 182 ~ 26.92%
B 96 of 182 ~ 52.75%

%20.33
%26.92
%52.75

CMYK color model

#253160 color CMYK value is (61,49,0,62).

  • cyan value is 61.46%
  • magenta value is 48.96%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(61,49,0,62)
C61M49Y0K62 
(61%,49%,0%,62%)
(0.61/0.49/0.00/0.62)	

CMYK percentages

%61.46
%48.96
%0
%62.35

Codes

Color #253160 in popluar color models

253160
RGB374996
HSL228°44.36%26.08%
HSB/HSV228°61.46%37.65%
CMYK61.46%48.96%0.00%
62.35%

Color #253160 in popluar number systems.

HEX253160
Decimal374996
Binary1001011100011100000
Octal4561140

Shades and tints

Shades of #253160

#253160
(37,49,96)
#222D58
(34,45,88)
#1F2950
(31,41,80)
#1C2548
(28,37,72)
#192140
(25,33,64)
#161D38
(22,29,56)
#131930
(19,25,48)
#101528
(16,21,40)
#0D1120
(13,17,32)
#0A0D18
(10,13,24)
#070910
(7,9,16)
#000000
(0,0,0)

Tints of #253160

#253160
(37,49,96)
#38436E
(56,67,110)
#4B557C
(75,85,124)
#5E678A
(94,103,138)
#717998
(113,121,152)
#848BA6
(132,139,166)
#979DB4
(151,157,180)
#AAAFC2
(170,175,194)
#BDC1D0
(189,193,208)
#D0D3DE
(208,211,222)
#E3E5EC
(227,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253160; }

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

This text font color is #253160.


Background Color

.myBgColor { background-color: #253160; }

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

This div background color is #253160.


Border color

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

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

This div border color is #253160.


Opacity

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

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

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

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

This text has shadow with #253160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253160 on black background.


Color preview on white background

This text has color #253160 on white background.



Black color preview on #253160 background

This text has black color on #253160 background.


White color preview on #253160 background

This text has white color on #253160 background.