COLOR #254E66

HEX: #254E66
RGB: (37,78,102)

Color info

#254E66 contains mainly green and blue colors. Web safe color of #254E66 is #336666 (or #366).

RGB color model

#254E66 color RGB value is (37,78,102).

  • red value is 37;
  • green value is 78;
  • blue value is 102.
RGB:
(37,78,102)
(15%,31%,40%)

RGB channels and saturation

R 37 of 255 = 15%
G 78 of 255 = 31%
B 102 of 255 = 40%

37
78
102

R + G + B ~ 29%. #254E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 78 + 102 = 217 (100%)
R 37 of 217 ~ 17.05%
G 78 of 217 ~ 35.94%
B 102 of 217 ~ 47%

%17.05
%35.94
%47

CMYK color model

#254E66 color CMYK value is (64,24,0,60).

  • cyan value is 63.73%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(64,24,0,60)
C64M24Y0K60 
(64%,24%,0%,60%)
(0.64/0.24/0.00/0.60)	

CMYK percentages

%63.73
%23.53
%0
%60

Codes

Color #254E66 in popluar color models

254E66
RGB3778102
HSL202°46.76%27.25%
HSB/HSV202°63.73%40.00%
CMYK63.73%23.53%0.00%
60.00%

Color #254E66 in popluar number systems.

HEX254E66
Decimal3778102
Binary10010110011101100110
Octal45116146

Shades and tints

Shades of #254E66

#254E66
(37,78,102)
#22475D
(34,71,93)
#1F4054
(31,64,84)
#1C394B
(28,57,75)
#193242
(25,50,66)
#162B39
(22,43,57)
#132430
(19,36,48)
#101D27
(16,29,39)
#0D161E
(13,22,30)
#0A0F15
(10,15,21)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #254E66

#254E66
(37,78,102)
#385E73
(56,94,115)
#4B6E80
(75,110,128)
#5E7E8D
(94,126,141)
#718E9A
(113,142,154)
#849EA7
(132,158,167)
#97AEB4
(151,174,180)
#AABEC1
(170,190,193)
#BDCECE
(189,206,206)
#D0DEDB
(208,222,219)
#E3EEE8
(227,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254E66 color. Also use rgb(37,78,102) instead hex code.

Text Font Color

.myTextColor { color: #254E66; }

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

This text font color is #254E66.


Background Color

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

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

This div background color is #254E66.


Border color

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

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

This div border color is #254E66.


Opacity

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

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

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

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

This text has shadow with #254E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254E66 on black background.


Color preview on white background

This text has color #254E66 on white background.



Black color preview on #254E66 background

This text has black color on #254E66 background.


White color preview on #254E66 background

This text has white color on #254E66 background.