COLOR #254F5F

HEX: #254F5F
RGB: (37,79,95)

Color info

#254F5F contains red, green and blue colors in about the same proportion. Web safe color of #254F5F is #336666 (or #366).

RGB color model

#254F5F color RGB value is (37,79,95).

  • red value is 37;
  • green value is 79;
  • blue value is 95.
RGB:
(37,79,95)
(15%,31%,37%)

RGB channels and saturation

R 37 of 255 = 15%
G 79 of 255 = 31%
B 95 of 255 = 37%

37
79
95

R + G + B ~ 28%. #254F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 79 + 95 = 211 (100%)
R 37 of 211 ~ 17.54%
G 79 of 211 ~ 37.44%
B 95 of 211 ~ 45.02%

%17.54
%37.44
%45.02

CMYK color model

#254F5F color CMYK value is (61,17,0,63).

  • cyan value is 61.05%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(61,17,0,63)
C61M17Y0K63 
(61%,17%,0%,63%)
(0.61/0.17/0.00/0.63)	

CMYK percentages

%61.05
%16.84
%0
%62.75

Codes

Color #254F5F in popluar color models

254F5F
RGB377995
HSL197°43.94%25.88%
HSB/HSV197°61.05%37.25%
CMYK61.05%16.84%0.00%
62.75%

Color #254F5F in popluar number systems.

HEX254F5F
Decimal377995
Binary10010110011111011111
Octal45117137

Shades and tints

Shades of #254F5F

#254F5F
(37,79,95)
#224857
(34,72,87)
#1F414F
(31,65,79)
#1C3A47
(28,58,71)
#19333F
(25,51,63)
#162C37
(22,44,55)
#13252F
(19,37,47)
#101E27
(16,30,39)
#0D171F
(13,23,31)
#0A1017
(10,16,23)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #254F5F

#254F5F
(37,79,95)
#385F6D
(56,95,109)
#4B6F7B
(75,111,123)
#5E7F89
(94,127,137)
#718F97
(113,143,151)
#849FA5
(132,159,165)
#97AFB3
(151,175,179)
#AABFC1
(170,191,193)
#BDCFCF
(189,207,207)
#D0DFDD
(208,223,221)
#E3EFEB
(227,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254F5F color. Also use rgb(37,79,95) instead hex code.

Text Font Color

.myTextColor { color: #254F5F; }

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

This text font color is #254F5F.


Background Color

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

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

This div background color is #254F5F.


Border color

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

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

This div border color is #254F5F.


Opacity

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

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

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

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

This text has shadow with #254F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254F5F on black background.


Color preview on white background

This text has color #254F5F on white background.



Black color preview on #254F5F background

This text has black color on #254F5F background.


White color preview on #254F5F background

This text has white color on #254F5F background.