COLOR #253963

HEX: #253963
RGB: (37,57,99)

Color info

#253963 contains mainly green and blue colors. Web safe color of #253963 is #333366 (or #336).

RGB color model

#253963 color RGB value is (37,57,99).

  • red value is 37;
  • green value is 57;
  • blue value is 99.
RGB:
(37,57,99)
(15%,22%,39%)

RGB channels and saturation

R 37 of 255 = 15%
G 57 of 255 = 22%
B 99 of 255 = 39%

37
57
99

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

Portions of RGB colors in percentages

R + G + B =
37 + 57 + 99 = 193 (100%)
R 37 of 193 ~ 19.17%
G 57 of 193 ~ 29.53%
B 99 of 193 ~ 51.3%

%19.17
%29.53
%51.3

CMYK color model

#253963 color CMYK value is (63,42,0,61).

  • cyan value is 62.63%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(63,42,0,61)
C63M42Y0K61 
(63%,42%,0%,61%)
(0.63/0.42/0.00/0.61)	

CMYK percentages

%62.63
%42.42
%0
%61.18

Codes

Color #253963 in popluar color models

253963
RGB375799
HSL221°45.59%26.67%
HSB/HSV221°62.63%38.82%
CMYK62.63%42.42%0.00%
61.18%

Color #253963 in popluar number systems.

HEX253963
Decimal375799
Binary1001011110011100011
Octal4571143

Shades and tints

Shades of #253963

#253963
(37,57,99)
#22345A
(34,52,90)
#1F2F51
(31,47,81)
#1C2A48
(28,42,72)
#19253F
(25,37,63)
#162036
(22,32,54)
#131B2D
(19,27,45)
#101624
(16,22,36)
#0D111B
(13,17,27)
#0A0C12
(10,12,18)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #253963

#253963
(37,57,99)
#384B71
(56,75,113)
#4B5D7F
(75,93,127)
#5E6F8D
(94,111,141)
#71819B
(113,129,155)
#8493A9
(132,147,169)
#97A5B7
(151,165,183)
#AAB7C5
(170,183,197)
#BDC9D3
(189,201,211)
#D0DBE1
(208,219,225)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253963 color. Also use rgb(37,57,99) instead hex code.

Text Font Color

.myTextColor { color: #253963; }

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

This text font color is #253963.


Background Color

.myBgColor { background-color: #253963; }

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

This div background color is #253963.


Border color

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

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

This div border color is #253963.


Opacity

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

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

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

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

This text has shadow with #253963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253963 on black background.


Color preview on white background

This text has color #253963 on white background.



Black color preview on #253963 background

This text has black color on #253963 background.


White color preview on #253963 background

This text has white color on #253963 background.