COLOR #054C7C

HEX: #054C7C
RGB: (5,76,124)

Color info

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

RGB color model

#054C7C color RGB value is (5,76,124).

  • red value is 5;
  • green value is 76;
  • blue value is 124.
RGB:
(5,76,124)
(2%,30%,49%)

RGB channels and saturation

R 5 of 255 = 2%
G 76 of 255 = 30%
B 124 of 255 = 49%

5
76
124

R + G + B ~ 27%. #054C7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 76 + 124 = 205 (100%)
R 5 of 205 ~ 2.44%
G 76 of 205 ~ 37.07%
B 124 of 205 ~ 60.49%

%37.07
%60.49

CMYK color model

#054C7C color CMYK value is (96,39,0,51).

  • cyan value is 95.97%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(96,39,0,51)
C96M39Y0K51 
(96%,39%,0%,51%)
(0.96/0.39/0.00/0.51)	

CMYK percentages

%95.97
%38.71
%0
%51.37

Codes

Color #054C7C in popluar color models

054C7C
RGB576124
HSL204°92.25%25.29%
HSB/HSV204°95.97%48.63%
CMYK95.97%38.71%0.00%
51.37%

Color #054C7C in popluar number systems.

HEX054C7C
Decimal576124
Binary10110011001111100
Octal5114174

Shades and tints

Shades of #054C7C

#054C7C
(5,76,124)
#054671
(5,70,113)
#054066
(5,64,102)
#053A5B
(5,58,91)
#053450
(5,52,80)
#052E45
(5,46,69)
#05283A
(5,40,58)
#05222F
(5,34,47)
#051C24
(5,28,36)
#051619
(5,22,25)
#05100E
(5,16,14)
#000000
(0,0,0)

Tints of #054C7C

#054C7C
(5,76,124)
#1B5C87
(27,92,135)
#316C92
(49,108,146)
#477C9D
(71,124,157)
#5D8CA8
(93,140,168)
#739CB3
(115,156,179)
#89ACBE
(137,172,190)
#9FBCC9
(159,188,201)
#B5CCD4
(181,204,212)
#CBDCDF
(203,220,223)
#E1ECEA
(225,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054C7C color. Also use rgb(5,76,124) instead hex code.

Text Font Color

.myTextColor { color: #054C7C; }

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

This text font color is #054C7C.


Background Color

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

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

This div background color is #054C7C.


Border color

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

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

This div border color is #054C7C.


Opacity

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

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

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

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

This text has shadow with #054C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054C7C on black background.


Color preview on white background

This text has color #054C7C on white background.



Black color preview on #054C7C background

This text has black color on #054C7C background.


White color preview on #054C7C background

This text has white color on #054C7C background.