COLOR #254C7D

HEX: #254C7D
RGB: (37,76,125)

Color info

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

RGB color model

#254C7D color RGB value is (37,76,125).

  • red value is 37;
  • green value is 76;
  • blue value is 125.
RGB:
(37,76,125)
(15%,30%,49%)

RGB channels and saturation

R 37 of 255 = 15%
G 76 of 255 = 30%
B 125 of 255 = 49%

37
76
125

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

Portions of RGB colors in percentages

R + G + B =
37 + 76 + 125 = 238 (100%)
R 37 of 238 ~ 15.55%
G 76 of 238 ~ 31.93%
B 125 of 238 ~ 52.52%

%15.55
%31.93
%52.52

CMYK color model

#254C7D color CMYK value is (70,39,0,51).

  • cyan value is 70.40%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(70,39,0,51)
C70M39Y0K51 
(70%,39%,0%,51%)
(0.70/0.39/0.00/0.51)	

CMYK percentages

%70.4
%39.2
%0
%50.98

Codes

Color #254C7D in popluar color models

254C7D
RGB3776125
HSL213°54.32%31.76%
HSB/HSV213°70.40%49.02%
CMYK70.40%39.20%0.00%
50.98%

Color #254C7D in popluar number systems.

HEX254C7D
Decimal3776125
Binary10010110011001111101
Octal45114175

Shades and tints

Shades of #254C7D

#254C7D
(37,76,125)
#224672
(34,70,114)
#1F4067
(31,64,103)
#1C3A5C
(28,58,92)
#193451
(25,52,81)
#162E46
(22,46,70)
#13283B
(19,40,59)
#102230
(16,34,48)
#0D1C25
(13,28,37)
#0A161A
(10,22,26)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #254C7D

#254C7D
(37,76,125)
#385C88
(56,92,136)
#4B6C93
(75,108,147)
#5E7C9E
(94,124,158)
#718CA9
(113,140,169)
#849CB4
(132,156,180)
#97ACBF
(151,172,191)
#AABCCA
(170,188,202)
#BDCCD5
(189,204,213)
#D0DCE0
(208,220,224)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254C7D color. Also use rgb(37,76,125) instead hex code.

Text Font Color

.myTextColor { color: #254C7D; }

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

This text font color is #254C7D.


Background Color

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

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

This div background color is #254C7D.


Border color

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

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

This div border color is #254C7D.


Opacity

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

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

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

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

This text has shadow with #254C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254C7D on black background.


Color preview on white background

This text has color #254C7D on white background.



Black color preview on #254C7D background

This text has black color on #254C7D background.


White color preview on #254C7D background

This text has white color on #254C7D background.