COLOR #254547

HEX: #254547
RGB: (37,69,71)

Color info

#254547 contains red, green and blue colors in about the same proportion. Web safe color of #254547 is #333333 (or #333).

RGB color model

#254547 color RGB value is (37,69,71).

  • red value is 37;
  • green value is 69;
  • blue value is 71.
RGB:
(37,69,71)
(15%,27%,28%)

RGB channels and saturation

R 37 of 255 = 15%
G 69 of 255 = 27%
B 71 of 255 = 28%

37
69
71

R + G + B ~ 23%. #254547 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 69 + 71 = 177 (100%)
R 37 of 177 ~ 20.9%
G 69 of 177 ~ 38.98%
B 71 of 177 ~ 40.11%

%20.9
%38.98
%40.11

CMYK color model

#254547 color CMYK value is (48,3,0,72).

  • cyan value is 47.89%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(48,3,0,72)
C48M3Y0K72 
(48%,3%,0%,72%)
(0.48/0.03/0.00/0.72)	

CMYK percentages

%47.89
%2.82
%0
%72.16

Codes

Color #254547 in popluar color models

254547
RGB376971
HSL184°31.48%21.18%
HSB/HSV184°47.89%27.84%
CMYK47.89%2.82%0.00%
72.16%

Color #254547 in popluar number systems.

HEX254547
Decimal376971
Binary10010110001011000111
Octal45105107

Shades and tints

Shades of #254547

#254547
(37,69,71)
#223F41
(34,63,65)
#1F393B
(31,57,59)
#1C3335
(28,51,53)
#192D2F
(25,45,47)
#162729
(22,39,41)
#132123
(19,33,35)
#101B1D
(16,27,29)
#0D1517
(13,21,23)
#0A0F11
(10,15,17)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #254547

#254547
(37,69,71)
#385557
(56,85,87)
#4B6567
(75,101,103)
#5E7577
(94,117,119)
#718587
(113,133,135)
#849597
(132,149,151)
#97A5A7
(151,165,167)
#AAB5B7
(170,181,183)
#BDC5C7
(189,197,199)
#D0D5D7
(208,213,215)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254547 color. Also use rgb(37,69,71) instead hex code.

Text Font Color

.myTextColor { color: #254547; }

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

This text font color is #254547.


Background Color

.myBgColor { background-color: #254547; }

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

This div background color is #254547.


Border color

.myBorderColor { border: 1px solid #254547; }

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

This div border color is #254547.


Opacity

.myOpacity80 { color: #254547; opacity: 0.8; }

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

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

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

This text has shadow with #254547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254547 on black background.


Color preview on white background

This text has color #254547 on white background.



Black color preview on #254547 background

This text has black color on #254547 background.


White color preview on #254547 background

This text has white color on #254547 background.