COLOR #253F5C

HEX: #253F5C
RGB: (37,63,92)

Color info

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

RGB color model

#253F5C color RGB value is (37,63,92).

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

RGB channels and saturation

R 37 of 255 = 15%
G 63 of 255 = 25%
B 92 of 255 = 36%

37
63
92

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

Portions of RGB colors in percentages

R + G + B =
37 + 63 + 92 = 192 (100%)
R 37 of 192 ~ 19.27%
G 63 of 192 ~ 32.81%
B 92 of 192 ~ 47.92%

%19.27
%32.81
%47.92

CMYK color model

#253F5C color CMYK value is (60,32,0,64).

  • cyan value is 59.78%
  • magenta value is 31.52%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(60,32,0,64)
C60M32Y0K64 
(60%,32%,0%,64%)
(0.60/0.32/0.00/0.64)	

CMYK percentages

%59.78
%31.52
%0
%63.92

Codes

Color #253F5C in popluar color models

253F5C
RGB376392
HSL212°42.64%25.29%
HSB/HSV212°59.78%36.08%
CMYK59.78%31.52%0.00%
63.92%

Color #253F5C in popluar number systems.

HEX253F5C
Decimal376392
Binary1001011111111011100
Octal4577134

Shades and tints

Shades of #253F5C

#253F5C
(37,63,92)
#223A54
(34,58,84)
#1F354C
(31,53,76)
#1C3044
(28,48,68)
#192B3C
(25,43,60)
#162634
(22,38,52)
#13212C
(19,33,44)
#101C24
(16,28,36)
#0D171C
(13,23,28)
#0A1214
(10,18,20)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #253F5C

#253F5C
(37,63,92)
#38506A
(56,80,106)
#4B6178
(75,97,120)
#5E7286
(94,114,134)
#718394
(113,131,148)
#8494A2
(132,148,162)
#97A5B0
(151,165,176)
#AAB6BE
(170,182,190)
#BDC7CC
(189,199,204)
#D0D8DA
(208,216,218)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253F5C; }

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

This text font color is #253F5C.


Background Color

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

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

This div background color is #253F5C.


Border color

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

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

This div border color is #253F5C.


Opacity

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

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

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

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

This text has shadow with #253F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253F5C on black background.


Color preview on white background

This text has color #253F5C on white background.



Black color preview on #253F5C background

This text has black color on #253F5C background.


White color preview on #253F5C background

This text has white color on #253F5C background.