COLOR #053F47

HEX: #053F47
RGB: (5,63,71)

Color info

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

RGB color model

#053F47 color RGB value is (5,63,71).

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

RGB channels and saturation

R 5 of 255 = 2%
G 63 of 255 = 25%
B 71 of 255 = 28%

5
63
71

R + G + B ~ 18%. #053F47 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 63 + 71 = 139 (100%)
R 5 of 139 ~ 3.6%
G 63 of 139 ~ 45.32%
B 71 of 139 ~ 51.08%

%45.32
%51.08

CMYK color model

#053F47 color CMYK value is (93,11,0,72).

  • cyan value is 92.96%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(93,11,0,72)
C93M11Y0K72 
(93%,11%,0%,72%)
(0.93/0.11/0.00/0.72)	

CMYK percentages

%92.96
%11.27
%0
%72.16

Codes

Color #053F47 in popluar color models

053F47
RGB56371
HSL187°86.84%14.90%
HSB/HSV187°92.96%27.84%
CMYK92.96%11.27%0.00%
72.16%

Color #053F47 in popluar number systems.

HEX053F47
Decimal56371
Binary1011111111000111
Octal577107

Shades and tints

Shades of #053F47

#053F47
(5,63,71)
#053A41
(5,58,65)
#05353B
(5,53,59)
#053035
(5,48,53)
#052B2F
(5,43,47)
#052629
(5,38,41)
#052123
(5,33,35)
#051C1D
(5,28,29)
#051717
(5,23,23)
#051211
(5,18,17)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #053F47

#053F47
(5,63,71)
#1B5057
(27,80,87)
#316167
(49,97,103)
#477277
(71,114,119)
#5D8387
(93,131,135)
#739497
(115,148,151)
#89A5A7
(137,165,167)
#9FB6B7
(159,182,183)
#B5C7C7
(181,199,199)
#CBD8D7
(203,216,215)
#E1E9E7
(225,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053F47; }

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

This text font color is #053F47.


Background Color

.myBgColor { background-color: #053F47; }

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

This div background color is #053F47.


Border color

.myBorderColor { border: 1px solid #053F47; }

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

This div border color is #053F47.


Opacity

.myOpacity80 { color: #053F47; opacity: 0.8; }

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

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

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

This text has shadow with #053F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053F47 on black background.


Color preview on white background

This text has color #053F47 on white background.



Black color preview on #053F47 background

This text has black color on #053F47 background.


White color preview on #053F47 background

This text has white color on #053F47 background.