COLOR #253C5A

HEX: #253C5A
RGB: (37,60,90)

Color info

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

RGB color model

#253C5A color RGB value is (37,60,90).

  • red value is 37;
  • green value is 60;
  • blue value is 90.
RGB:
(37,60,90)
(15%,24%,35%)

RGB channels and saturation

R 37 of 255 = 15%
G 60 of 255 = 24%
B 90 of 255 = 35%

37
60
90

R + G + B ~ 25%. #253C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 60 + 90 = 187 (100%)
R 37 of 187 ~ 19.79%
G 60 of 187 ~ 32.09%
B 90 of 187 ~ 48.13%

%19.79
%32.09
%48.13

CMYK color model

#253C5A color CMYK value is (59,33,0,65).

  • cyan value is 58.89%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(59,33,0,65)
C59M33Y0K65 
(59%,33%,0%,65%)
(0.59/0.33/0.00/0.65)	

CMYK percentages

%58.89
%33.33
%0
%64.71

Codes

Color #253C5A in popluar color models

253C5A
RGB376090
HSL214°41.73%24.90%
HSB/HSV214°58.89%35.29%
CMYK58.89%33.33%0.00%
64.71%

Color #253C5A in popluar number systems.

HEX253C5A
Decimal376090
Binary1001011111001011010
Octal4574132

Shades and tints

Shades of #253C5A

#253C5A
(37,60,90)
#223752
(34,55,82)
#1F324A
(31,50,74)
#1C2D42
(28,45,66)
#19283A
(25,40,58)
#162332
(22,35,50)
#131E2A
(19,30,42)
#101922
(16,25,34)
#0D141A
(13,20,26)
#0A0F12
(10,15,18)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #253C5A

#253C5A
(37,60,90)
#384D69
(56,77,105)
#4B5E78
(75,94,120)
#5E6F87
(94,111,135)
#718096
(113,128,150)
#8491A5
(132,145,165)
#97A2B4
(151,162,180)
#AAB3C3
(170,179,195)
#BDC4D2
(189,196,210)
#D0D5E1
(208,213,225)
#E3E6F0
(227,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253C5A color. Also use rgb(37,60,90) instead hex code.

Text Font Color

.myTextColor { color: #253C5A; }

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

This text font color is #253C5A.


Background Color

.myBgColor { background-color: #253C5A; }

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

This div background color is #253C5A.


Border color

.myBorderColor { border: 1px solid #253C5A; }

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

This div border color is #253C5A.


Opacity

.myOpacity80 { color: #253C5A; opacity: 0.8; }

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

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

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

This text has shadow with #253C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253C5A on black background.


Color preview on white background

This text has color #253C5A on white background.



Black color preview on #253C5A background

This text has black color on #253C5A background.


White color preview on #253C5A background

This text has white color on #253C5A background.