COLOR #054C37

HEX: #054C37
RGB: (5,76,55)

Color info

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

RGB color model

#054C37 color RGB value is (5,76,55).

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

RGB channels and saturation

R 5 of 255 = 2%
G 76 of 255 = 30%
B 55 of 255 = 22%

5
76
55

R + G + B ~ 18%. #054C37 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 76 + 55 = 136 (100%)
R 5 of 136 ~ 3.68%
G 76 of 136 ~ 55.88%
B 55 of 136 ~ 40.44%

%55.88
%40.44

CMYK color model

#054C37 color CMYK value is (93,0,28,70).

  • cyan value is 93.42%
  • magenta value is 0.00%
  • yellow value is 27.63%
  • key color value is 70.20%
CMYK:
(93,0,28,70)
C93M0Y28K70 
(93%,0%,28%,70%)
(0.93/0.00/0.28/0.70)	

CMYK percentages

%93.42
%0
%27.63
%70.2

Codes

Color #054C37 in popluar color models

054C37
RGB57655
HSL162°87.65%15.88%
HSB/HSV162°93.42%29.80%
CMYK93.42%0.00%27.63%
70.20%

Color #054C37 in popluar number systems.

HEX054C37
Decimal57655
Binary1011001100110111
Octal511467

Shades and tints

Shades of #054C37

#054C37
(5,76,55)
#054632
(5,70,50)
#05402D
(5,64,45)
#053A28
(5,58,40)
#053423
(5,52,35)
#052E1E
(5,46,30)
#052819
(5,40,25)
#052214
(5,34,20)
#051C0F
(5,28,15)
#05160A
(5,22,10)
#051005
(5,16,5)
#000000
(0,0,0)

Tints of #054C37

#054C37
(5,76,55)
#1B5C49
(27,92,73)
#316C5B
(49,108,91)
#477C6D
(71,124,109)
#5D8C7F
(93,140,127)
#739C91
(115,156,145)
#89ACA3
(137,172,163)
#9FBCB5
(159,188,181)
#B5CCC7
(181,204,199)
#CBDCD9
(203,220,217)
#E1ECEB
(225,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #054C37; }

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

This text font color is #054C37.


Background Color

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

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

This div background color is #054C37.


Border color

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

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

This div border color is #054C37.


Opacity

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

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

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

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

This text has shadow with #054C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054C37 on black background.


Color preview on white background

This text has color #054C37 on white background.



Black color preview on #054C37 background

This text has black color on #054C37 background.


White color preview on #054C37 background

This text has white color on #054C37 background.