COLOR #054652

HEX: #054652
RGB: (5,70,82)

Color info

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

RGB color model

#054652 color RGB value is (5,70,82).

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

RGB channels and saturation

R 5 of 255 = 2%
G 70 of 255 = 27%
B 82 of 255 = 32%

5
70
82

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

Portions of RGB colors in percentages

R + G + B =
5 + 70 + 82 = 157 (100%)
R 5 of 157 ~ 3.18%
G 70 of 157 ~ 44.59%
B 82 of 157 ~ 52.23%

%44.59
%52.23

CMYK color model

#054652 color CMYK value is (94,15,0,68).

  • cyan value is 93.90%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(94,15,0,68)
C94M15Y0K68 
(94%,15%,0%,68%)
(0.94/0.15/0.00/0.68)	

CMYK percentages

%93.9
%14.63
%0
%67.84

Codes

Color #054652 in popluar color models

054652
RGB57082
HSL189°88.51%17.06%
HSB/HSV189°93.90%32.16%
CMYK93.90%14.63%0.00%
67.84%

Color #054652 in popluar number systems.

HEX054652
Decimal57082
Binary10110001101010010
Octal5106122

Shades and tints

Shades of #054652

#054652
(5,70,82)
#05404B
(5,64,75)
#053A44
(5,58,68)
#05343D
(5,52,61)
#052E36
(5,46,54)
#05282F
(5,40,47)
#052228
(5,34,40)
#051C21
(5,28,33)
#05161A
(5,22,26)
#051013
(5,16,19)
#050A0C
(5,10,12)
#000000
(0,0,0)

Tints of #054652

#054652
(5,70,82)
#1B5661
(27,86,97)
#316670
(49,102,112)
#47767F
(71,118,127)
#5D868E
(93,134,142)
#73969D
(115,150,157)
#89A6AC
(137,166,172)
#9FB6BB
(159,182,187)
#B5C6CA
(181,198,202)
#CBD6D9
(203,214,217)
#E1E6E8
(225,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #054652; }

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

This text font color is #054652.


Background Color

.myBgColor { background-color: #054652; }

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

This div background color is #054652.


Border color

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

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

This div border color is #054652.


Opacity

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

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

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

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

This text has shadow with #054652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054652 on black background.


Color preview on white background

This text has color #054652 on white background.



Black color preview on #054652 background

This text has black color on #054652 background.


White color preview on #054652 background

This text has white color on #054652 background.