COLOR #05464F

HEX: #05464F
RGB: (5,70,79)

Color info

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

RGB color model

#05464F color RGB value is (5,70,79).

  • red value is 5;
  • green value is 70;
  • blue value is 79.
RGB:
(5,70,79)
(2%,27%,31%)

RGB channels and saturation

R 5 of 255 = 2%
G 70 of 255 = 27%
B 79 of 255 = 31%

5
70
79

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

Portions of RGB colors in percentages

R + G + B =
5 + 70 + 79 = 154 (100%)
R 5 of 154 ~ 3.25%
G 70 of 154 ~ 45.45%
B 79 of 154 ~ 51.3%

%45.45
%51.3

CMYK color model

#05464F color CMYK value is (94,11,0,69).

  • cyan value is 93.67%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(94,11,0,69)
C94M11Y0K69 
(94%,11%,0%,69%)
(0.94/0.11/0.00/0.69)	

CMYK percentages

%93.67
%11.39
%0
%69.02

Codes

Color #05464F in popluar color models

05464F
RGB57079
HSL187°88.10%16.47%
HSB/HSV187°93.67%30.98%
CMYK93.67%11.39%0.00%
69.02%

Color #05464F in popluar number systems.

HEX05464F
Decimal57079
Binary10110001101001111
Octal5106117

Shades and tints

Shades of #05464F

#05464F
(5,70,79)
#054048
(5,64,72)
#053A41
(5,58,65)
#05343A
(5,52,58)
#052E33
(5,46,51)
#05282C
(5,40,44)
#052225
(5,34,37)
#051C1E
(5,28,30)
#051617
(5,22,23)
#051010
(5,16,16)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #05464F

#05464F
(5,70,79)
#1B565F
(27,86,95)
#31666F
(49,102,111)
#47767F
(71,118,127)
#5D868F
(93,134,143)
#73969F
(115,150,159)
#89A6AF
(137,166,175)
#9FB6BF
(159,182,191)
#B5C6CF
(181,198,207)
#CBD6DF
(203,214,223)
#E1E6EF
(225,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05464F color. Also use rgb(5,70,79) instead hex code.

Text Font Color

.myTextColor { color: #05464F; }

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

This text font color is #05464F.


Background Color

.myBgColor { background-color: #05464F; }

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

This div background color is #05464F.


Border color

.myBorderColor { border: 1px solid #05464F; }

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

This div border color is #05464F.


Opacity

.myOpacity80 { color: #05464F; opacity: 0.8; }

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

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

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

This text has shadow with #05464F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05464F on black background.


Color preview on white background

This text has color #05464F on white background.



Black color preview on #05464F background

This text has black color on #05464F background.


White color preview on #05464F background

This text has white color on #05464F background.