COLOR #054C02

HEX: #054C02
RGB: (5,76,2)

Color info

#054C02 contains mainly green color. Web safe color of #054C02 is #003300 (or #030).

RGB color model

#054C02 color RGB value is (5,76,2).

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

RGB channels and saturation

R 5 of 255 = 2%
G 76 of 255 = 30%
B 2 of 255 = 1%

5
76
2

R + G + B ~ 11%. #054C02 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 76 + 2 = 83 (100%)
R 5 of 83 ~ 6.02%
G 76 of 83 ~ 91.57%
B 2 of 83 ~ 2.41%

%91.57

CMYK color model

#054C02 color CMYK value is (93,0,97,70).

  • cyan value is 93.42%
  • magenta value is 0.00%
  • yellow value is 97.37%
  • key color value is 70.20%
CMYK:
(93,0,97,70)
C93M0Y97K70 
(93%,0%,97%,70%)
(0.93/0.00/0.97/0.70)	

CMYK percentages

%93.42
%0
%97.37
%70.2

Codes

Color #054C02 in popluar color models

054C02
RGB5762
HSL118°94.87%15.29%
HSB/HSV118°97.37%29.80%
CMYK93.42%0.00%97.37%
70.20%

Color #054C02 in popluar number systems.

HEX054C02
Decimal5762
Binary101100110010
Octal51142

Shades and tints

Shades of #054C02

#054C02
(5,76,2)
#054602
(5,70,2)
#054002
(5,64,2)
#053A02
(5,58,2)
#053402
(5,52,2)
#052E02
(5,46,2)
#052802
(5,40,2)
#052202
(5,34,2)
#051C02
(5,28,2)
#051602
(5,22,2)
#051002
(5,16,2)
#000000
(0,0,0)

Tints of #054C02

#054C02
(5,76,2)
#1B5C19
(27,92,25)
#316C30
(49,108,48)
#477C47
(71,124,71)
#5D8C5E
(93,140,94)
#739C75
(115,156,117)
#89AC8C
(137,172,140)
#9FBCA3
(159,188,163)
#B5CCBA
(181,204,186)
#CBDCD1
(203,220,209)
#E1ECE8
(225,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #054C02; }

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

This text font color is #054C02.


Background Color

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

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

This div background color is #054C02.


Border color

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

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

This div border color is #054C02.


Opacity

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

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

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

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

This text has shadow with #054C02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054C02 on black background.


Color preview on white background

This text has color #054C02 on white background.



Black color preview on #054C02 background

This text has black color on #054C02 background.


White color preview on #054C02 background

This text has white color on #054C02 background.