COLOR #253F5A

HEX: #253F5A
RGB: (37,63,90)

Color info

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

RGB color model

#253F5A color RGB value is (37,63,90).

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

RGB channels and saturation

R 37 of 255 = 15%
G 63 of 255 = 25%
B 90 of 255 = 35%

37
63
90

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

Portions of RGB colors in percentages

R + G + B =
37 + 63 + 90 = 190 (100%)
R 37 of 190 ~ 19.47%
G 63 of 190 ~ 33.16%
B 90 of 190 ~ 47.37%

%19.47
%33.16
%47.37

CMYK color model

#253F5A color CMYK value is (59,30,0,65).

  • cyan value is 58.89%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(59,30,0,65)
C59M30Y0K65 
(59%,30%,0%,65%)
(0.59/0.30/0.00/0.65)	

CMYK percentages

%58.89
%30
%0
%64.71

Codes

Color #253F5A in popluar color models

253F5A
RGB376390
HSL211°41.73%24.90%
HSB/HSV211°58.89%35.29%
CMYK58.89%30.00%0.00%
64.71%

Color #253F5A in popluar number systems.

HEX253F5A
Decimal376390
Binary1001011111111011010
Octal4577132

Shades and tints

Shades of #253F5A

#253F5A
(37,63,90)
#223A52
(34,58,82)
#1F354A
(31,53,74)
#1C3042
(28,48,66)
#192B3A
(25,43,58)
#162632
(22,38,50)
#13212A
(19,33,42)
#101C22
(16,28,34)
#0D171A
(13,23,26)
#0A1212
(10,18,18)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #253F5A

#253F5A
(37,63,90)
#385069
(56,80,105)
#4B6178
(75,97,120)
#5E7287
(94,114,135)
#718396
(113,131,150)
#8494A5
(132,148,165)
#97A5B4
(151,165,180)
#AAB6C3
(170,182,195)
#BDC7D2
(189,199,210)
#D0D8E1
(208,216,225)
#E3E9F0
(227,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253F5A; }

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

This text font color is #253F5A.


Background Color

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

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

This div background color is #253F5A.


Border color

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

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

This div border color is #253F5A.


Opacity

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

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

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

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

This text has shadow with #253F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253F5A on black background.


Color preview on white background

This text has color #253F5A on white background.



Black color preview on #253F5A background

This text has black color on #253F5A background.


White color preview on #253F5A background

This text has white color on #253F5A background.