COLOR #254C57

HEX: #254C57
RGB: (37,76,87)

Color info

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

RGB color model

#254C57 color RGB value is (37,76,87).

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

RGB channels and saturation

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

37
76
87

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

Portions of RGB colors in percentages

R + G + B =
37 + 76 + 87 = 200 (100%)
R 37 of 200 ~ 18.5%
G 76 of 200 ~ 38%
B 87 of 200 ~ 43.5%

%18.5
%38
%43.5

CMYK color model

#254C57 color CMYK value is (57,13,0,66).

  • cyan value is 57.47%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(57,13,0,66)
C57M13Y0K66 
(57%,13%,0%,66%)
(0.57/0.13/0.00/0.66)	

CMYK percentages

%57.47
%12.64
%0
%65.88

Codes

Color #254C57 in popluar color models

254C57
RGB377687
HSL193°40.32%24.31%
HSB/HSV193°57.47%34.12%
CMYK57.47%12.64%0.00%
65.88%

Color #254C57 in popluar number systems.

HEX254C57
Decimal377687
Binary10010110011001010111
Octal45114127

Shades and tints

Shades of #254C57

#254C57
(37,76,87)
#224650
(34,70,80)
#1F4049
(31,64,73)
#1C3A42
(28,58,66)
#19343B
(25,52,59)
#162E34
(22,46,52)
#13282D
(19,40,45)
#102226
(16,34,38)
#0D1C1F
(13,28,31)
#0A1618
(10,22,24)
#071011
(7,16,17)
#000000
(0,0,0)

Tints of #254C57

#254C57
(37,76,87)
#385C66
(56,92,102)
#4B6C75
(75,108,117)
#5E7C84
(94,124,132)
#718C93
(113,140,147)
#849CA2
(132,156,162)
#97ACB1
(151,172,177)
#AABCC0
(170,188,192)
#BDCCCF
(189,204,207)
#D0DCDE
(208,220,222)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254C57; }

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

This text font color is #254C57.


Background Color

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

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

This div background color is #254C57.


Border color

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

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

This div border color is #254C57.


Opacity

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

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

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

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

This text has shadow with #254C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254C57 on black background.


Color preview on white background

This text has color #254C57 on white background.



Black color preview on #254C57 background

This text has black color on #254C57 background.


White color preview on #254C57 background

This text has white color on #254C57 background.