COLOR #254C56

HEX: #254C56
RGB: (37,76,86)

Color info

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

RGB color model

#254C56 color RGB value is (37,76,86).

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

RGB channels and saturation

R 37 of 255 = 15%
G 76 of 255 = 30%
B 86 of 255 = 34%

37
76
86

R + G + B ~ 26%. #254C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 76 + 86 = 199 (100%)
R 37 of 199 ~ 18.59%
G 76 of 199 ~ 38.19%
B 86 of 199 ~ 43.22%

%18.59
%38.19
%43.22

CMYK color model

#254C56 color CMYK value is (57,12,0,66).

  • cyan value is 56.98%
  • magenta value is 11.63%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(57,12,0,66)
C57M12Y0K66 
(57%,12%,0%,66%)
(0.57/0.12/0.00/0.66)	

CMYK percentages

%56.98
%11.63
%0
%66.27

Codes

Color #254C56 in popluar color models

254C56
RGB377686
HSL192°39.84%24.12%
HSB/HSV192°56.98%33.73%
CMYK56.98%11.63%0.00%
66.27%

Color #254C56 in popluar number systems.

HEX254C56
Decimal377686
Binary10010110011001010110
Octal45114126

Shades and tints

Shades of #254C56

#254C56
(37,76,86)
#22464F
(34,70,79)
#1F4048
(31,64,72)
#1C3A41
(28,58,65)
#19343A
(25,52,58)
#162E33
(22,46,51)
#13282C
(19,40,44)
#102225
(16,34,37)
#0D1C1E
(13,28,30)
#0A1617
(10,22,23)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #254C56

#254C56
(37,76,86)
#385C65
(56,92,101)
#4B6C74
(75,108,116)
#5E7C83
(94,124,131)
#718C92
(113,140,146)
#849CA1
(132,156,161)
#97ACB0
(151,172,176)
#AABCBF
(170,188,191)
#BDCCCE
(189,204,206)
#D0DCDD
(208,220,221)
#E3ECEC
(227,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254C56; }

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

This text font color is #254C56.


Background Color

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

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

This div background color is #254C56.


Border color

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

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

This div border color is #254C56.


Opacity

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

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

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

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

This text has shadow with #254C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254C56 on black background.


Color preview on white background

This text has color #254C56 on white background.



Black color preview on #254C56 background

This text has black color on #254C56 background.


White color preview on #254C56 background

This text has white color on #254C56 background.