COLOR #254D77

HEX: #254D77
RGB: (37,77,119)

Color info

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

RGB color model

#254D77 color RGB value is (37,77,119).

  • red value is 37;
  • green value is 77;
  • blue value is 119.
RGB:
(37,77,119)
(15%,30%,47%)

RGB channels and saturation

R 37 of 255 = 15%
G 77 of 255 = 30%
B 119 of 255 = 47%

37
77
119

R + G + B ~ 31%. #254D77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 77 + 119 = 233 (100%)
R 37 of 233 ~ 15.88%
G 77 of 233 ~ 33.05%
B 119 of 233 ~ 51.07%

%15.88
%33.05
%51.07

CMYK color model

#254D77 color CMYK value is (69,35,0,53).

  • cyan value is 68.91%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(69,35,0,53)
C69M35Y0K53 
(69%,35%,0%,53%)
(0.69/0.35/0.00/0.53)	

CMYK percentages

%68.91
%35.29
%0
%53.33

Codes

Color #254D77 in popluar color models

254D77
RGB3777119
HSL211°52.56%30.59%
HSB/HSV211°68.91%46.67%
CMYK68.91%35.29%0.00%
53.33%

Color #254D77 in popluar number systems.

HEX254D77
Decimal3777119
Binary10010110011011110111
Octal45115167

Shades and tints

Shades of #254D77

#254D77
(37,77,119)
#22466D
(34,70,109)
#1F3F63
(31,63,99)
#1C3859
(28,56,89)
#19314F
(25,49,79)
#162A45
(22,42,69)
#13233B
(19,35,59)
#101C31
(16,28,49)
#0D1527
(13,21,39)
#0A0E1D
(10,14,29)
#070713
(7,7,19)
#000000
(0,0,0)

Tints of #254D77

#254D77
(37,77,119)
#385D83
(56,93,131)
#4B6D8F
(75,109,143)
#5E7D9B
(94,125,155)
#718DA7
(113,141,167)
#849DB3
(132,157,179)
#97ADBF
(151,173,191)
#AABDCB
(170,189,203)
#BDCDD7
(189,205,215)
#D0DDE3
(208,221,227)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254D77 color. Also use rgb(37,77,119) instead hex code.

Text Font Color

.myTextColor { color: #254D77; }

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

This text font color is #254D77.


Background Color

.myBgColor { background-color: #254D77; }

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

This div background color is #254D77.


Border color

.myBorderColor { border: 1px solid #254D77; }

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

This div border color is #254D77.


Opacity

.myOpacity80 { color: #254D77; opacity: 0.8; }

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

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

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

This text has shadow with #254D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254D77 on black background.


Color preview on white background

This text has color #254D77 on white background.



Black color preview on #254D77 background

This text has black color on #254D77 background.


White color preview on #254D77 background

This text has white color on #254D77 background.