COLOR #054947

HEX: #054947
RGB: (5,73,71)

Color info

#054947 contains mainly green and blue colors. Web safe color of #054947 is #003333 (or #033).

RGB color model

#054947 color RGB value is (5,73,71).

  • red value is 5;
  • green value is 73;
  • blue value is 71.
RGB:
(5,73,71)
(2%,29%,28%)

RGB channels and saturation

R 5 of 255 = 2%
G 73 of 255 = 29%
B 71 of 255 = 28%

5
73
71

R + G + B ~ 20%. #054947 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 73 + 71 = 149 (100%)
R 5 of 149 ~ 3.36%
G 73 of 149 ~ 48.99%
B 71 of 149 ~ 47.65%

%48.99
%47.65

CMYK color model

#054947 color CMYK value is (93,0,3,71).

  • cyan value is 93.15%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 71.37%
CMYK:
(93,0,3,71)
C93M0Y3K71 
(93%,0%,3%,71%)
(0.93/0.00/0.03/0.71)	

CMYK percentages

%93.15
%0
%2.74
%71.37

Codes

Color #054947 in popluar color models

054947
RGB57371
HSL178°87.18%15.29%
HSB/HSV178°93.15%28.63%
CMYK93.15%0.00%2.74%
71.37%

Color #054947 in popluar number systems.

HEX054947
Decimal57371
Binary10110010011000111
Octal5111107

Shades and tints

Shades of #054947

#054947
(5,73,71)
#054341
(5,67,65)
#053D3B
(5,61,59)
#053735
(5,55,53)
#05312F
(5,49,47)
#052B29
(5,43,41)
#052523
(5,37,35)
#051F1D
(5,31,29)
#051917
(5,25,23)
#051311
(5,19,17)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #054947

#054947
(5,73,71)
#1B5957
(27,89,87)
#316967
(49,105,103)
#477977
(71,121,119)
#5D8987
(93,137,135)
#739997
(115,153,151)
#89A9A7
(137,169,167)
#9FB9B7
(159,185,183)
#B5C9C7
(181,201,199)
#CBD9D7
(203,217,215)
#E1E9E7
(225,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054947 color. Also use rgb(5,73,71) instead hex code.

Text Font Color

.myTextColor { color: #054947; }

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

This text font color is #054947.


Background Color

.myBgColor { background-color: #054947; }

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

This div background color is #054947.


Border color

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

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

This div border color is #054947.


Opacity

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

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

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

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

This text has shadow with #054947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054947 on black background.


Color preview on white background

This text has color #054947 on white background.



Black color preview on #054947 background

This text has black color on #054947 background.


White color preview on #054947 background

This text has white color on #054947 background.