COLOR #054C25

HEX: #054C25
RGB: (5,76,37)

Color info

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

RGB color model

#054C25 color RGB value is (5,76,37).

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

RGB channels and saturation

R 5 of 255 = 2%
G 76 of 255 = 30%
B 37 of 255 = 15%

5
76
37

R + G + B ~ 16%. #054C25 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 76 + 37 = 118 (100%)
R 5 of 118 ~ 4.24%
G 76 of 118 ~ 64.41%
B 37 of 118 ~ 31.36%

%64.41
%31.36

CMYK color model

#054C25 color CMYK value is (93,0,51,70).

  • cyan value is 93.42%
  • magenta value is 0.00%
  • yellow value is 51.32%
  • key color value is 70.20%
CMYK:
(93,0,51,70)
C93M0Y51K70 
(93%,0%,51%,70%)
(0.93/0.00/0.51/0.70)	

CMYK percentages

%93.42
%0
%51.32
%70.2

Codes

Color #054C25 in popluar color models

054C25
RGB57637
HSL147°87.65%15.88%
HSB/HSV147°93.42%29.80%
CMYK93.42%0.00%51.32%
70.20%

Color #054C25 in popluar number systems.

HEX054C25
Decimal57637
Binary1011001100100101
Octal511445

Shades and tints

Shades of #054C25

#054C25
(5,76,37)
#054622
(5,70,34)
#05401F
(5,64,31)
#053A1C
(5,58,28)
#053419
(5,52,25)
#052E16
(5,46,22)
#052813
(5,40,19)
#052210
(5,34,16)
#051C0D
(5,28,13)
#05160A
(5,22,10)
#051007
(5,16,7)
#000000
(0,0,0)

Tints of #054C25

#054C25
(5,76,37)
#1B5C38
(27,92,56)
#316C4B
(49,108,75)
#477C5E
(71,124,94)
#5D8C71
(93,140,113)
#739C84
(115,156,132)
#89AC97
(137,172,151)
#9FBCAA
(159,188,170)
#B5CCBD
(181,204,189)
#CBDCD0
(203,220,208)
#E1ECE3
(225,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #054C25; }

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

This text font color is #054C25.


Background Color

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

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

This div background color is #054C25.


Border color

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

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

This div border color is #054C25.


Opacity

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

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

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

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

This text has shadow with #054C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054C25 on black background.


Color preview on white background

This text has color #054C25 on white background.



Black color preview on #054C25 background

This text has black color on #054C25 background.


White color preview on #054C25 background

This text has white color on #054C25 background.