COLOR #254847

HEX: #254847
RGB: (37,72,71)

Color info

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

RGB color model

#254847 color RGB value is (37,72,71).

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

RGB channels and saturation

R 37 of 255 = 15%
G 72 of 255 = 28%
B 71 of 255 = 28%

37
72
71

R + G + B ~ 24%. #254847 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 72 + 71 = 180 (100%)
R 37 of 180 ~ 20.56%
G 72 of 180 ~ 40%
B 71 of 180 ~ 39.44%

%20.56
%40
%39.44

CMYK color model

#254847 color CMYK value is (49,0,1,72).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 1.39%
  • key color value is 71.76%
CMYK:
(49,0,1,72)
C49M0Y1K72 
(49%,0%,1%,72%)
(0.49/0.00/0.01/0.72)	

CMYK percentages

%48.61
%0
%1.39
%71.76

Codes

Color #254847 in popluar color models

254847
RGB377271
HSL178°32.11%21.37%
HSB/HSV178°48.61%28.24%
CMYK48.61%0.00%1.39%
71.76%

Color #254847 in popluar number systems.

HEX254847
Decimal377271
Binary10010110010001000111
Octal45110107

Shades and tints

Shades of #254847

#254847
(37,72,71)
#224241
(34,66,65)
#1F3C3B
(31,60,59)
#1C3635
(28,54,53)
#19302F
(25,48,47)
#162A29
(22,42,41)
#132423
(19,36,35)
#101E1D
(16,30,29)
#0D1817
(13,24,23)
#0A1211
(10,18,17)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #254847

#254847
(37,72,71)
#385857
(56,88,87)
#4B6867
(75,104,103)
#5E7877
(94,120,119)
#718887
(113,136,135)
#849897
(132,152,151)
#97A8A7
(151,168,167)
#AAB8B7
(170,184,183)
#BDC8C7
(189,200,199)
#D0D8D7
(208,216,215)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254847; }

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

This text font color is #254847.


Background Color

.myBgColor { background-color: #254847; }

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

This div background color is #254847.


Border color

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

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

This div border color is #254847.


Opacity

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

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

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

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

This text has shadow with #254847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254847 on black background.


Color preview on white background

This text has color #254847 on white background.



Black color preview on #254847 background

This text has black color on #254847 background.


White color preview on #254847 background

This text has white color on #254847 background.