COLOR #054D52

HEX: #054D52
RGB: (5,77,82)

Color info

#054D52 contains mainly green and blue colors. Web safe color of #054D52 is #003366 (or #036).

RGB color model

#054D52 color RGB value is (5,77,82).

  • red value is 5;
  • green value is 77;
  • blue value is 82.
RGB:
(5,77,82)
(2%,30%,32%)

RGB channels and saturation

R 5 of 255 = 2%
G 77 of 255 = 30%
B 82 of 255 = 32%

5
77
82

R + G + B ~ 21%. #054D52 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 77 + 82 = 164 (100%)
R 5 of 164 ~ 3.05%
G 77 of 164 ~ 46.95%
B 82 of 164 ~ 50%

%46.95
%50

CMYK color model

#054D52 color CMYK value is (94,6,0,68).

  • cyan value is 93.90%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(94,6,0,68)
C94M6Y0K68 
(94%,6%,0%,68%)
(0.94/0.06/0.00/0.68)	

CMYK percentages

%93.9
%6.1
%0
%67.84

Codes

Color #054D52 in popluar color models

054D52
RGB57782
HSL184°88.51%17.06%
HSB/HSV184°93.90%32.16%
CMYK93.90%6.10%0.00%
67.84%

Color #054D52 in popluar number systems.

HEX054D52
Decimal57782
Binary10110011011010010
Octal5115122

Shades and tints

Shades of #054D52

#054D52
(5,77,82)
#05464B
(5,70,75)
#053F44
(5,63,68)
#05383D
(5,56,61)
#053136
(5,49,54)
#052A2F
(5,42,47)
#052328
(5,35,40)
#051C21
(5,28,33)
#05151A
(5,21,26)
#050E13
(5,14,19)
#05070C
(5,7,12)
#000000
(0,0,0)

Tints of #054D52

#054D52
(5,77,82)
#1B5D61
(27,93,97)
#316D70
(49,109,112)
#477D7F
(71,125,127)
#5D8D8E
(93,141,142)
#739D9D
(115,157,157)
#89ADAC
(137,173,172)
#9FBDBB
(159,189,187)
#B5CDCA
(181,205,202)
#CBDDD9
(203,221,217)
#E1EDE8
(225,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054D52 color. Also use rgb(5,77,82) instead hex code.

Text Font Color

.myTextColor { color: #054D52; }

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

This text font color is #054D52.


Background Color

.myBgColor { background-color: #054D52; }

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

This div background color is #054D52.


Border color

.myBorderColor { border: 1px solid #054D52; }

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

This div border color is #054D52.


Opacity

.myOpacity80 { color: #054D52; opacity: 0.8; }

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

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

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

This text has shadow with #054D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054D52 on black background.


Color preview on white background

This text has color #054D52 on white background.



Black color preview on #054D52 background

This text has black color on #054D52 background.


White color preview on #054D52 background

This text has white color on #054D52 background.