COLOR #054C03

HEX: #054C03 RGB: (5,76,3)

Color info

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

RGB color model

#054C03 color RGB value is (5,76,3).

RGB: (5,76,3) (2%, 30%, 1%)

RGB channels and saturation

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

5
76
3

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

Portions of RGB colors in percentages

R + G + B = 5 + 76 + 3 = 84 (100%)
R 5 of 84 ~ 5.95%
G 76 of 84 ~ 90.48%
B 3 of 84 ~ 3.57'%

%90.48

CMYK color model

#054C03 color CMYK value is (93,0,96,70).

  • cyan value is 93.42%
  • magenta value is 0.00%
  • yellow value is 96.05%
  • key color value is 70.20%

CMYK: (93,0,96,70)
C93M0Y96K70 (93%, 0%, 96%, 70%)
(0.93 / 0.00 / 0.96 / 0.70)

CMYK percentages

%93.42
%0
%96.05
%70.2

Codes

Color #054C03 in popluar color models

05 4C 03
RGB 5 76 3
HSL 118° 92.41% 15.49%
HSB/HSV 118° 96.05% 29.80%
CMYK 93.42% 0.00% 96.05%
70.20%

Color #054C03 in popluar number systems.

HEX 05 4C 03
Decimal 5 76 3
Binary 101 1001100 11
Octal 5 114 3

Shades and tints

Shades of #054C03

#054C03
(5,76,3)
#054603
(5,70,3)
#054003
(5,64,3)
#053A03
(5,58,3)
#053403
(5,52,3)
#052E03
(5,46,3)
#052803
(5,40,3)
#052203
(5,34,3)
#051C03
(5,28,3)
#051603
(5,22,3)
#051003
(5,16,3)
#000000
(0,0,0)

Tints of #054C03

#054C03
(5,76,3)
#1B5C19
(27,92,25)
#316C2F
(49,108,47)
#477C45
(71,124,69)
#5D8C5B
(93,140,91)
#739C71
(115,156,113)
#89AC87
(137,172,135)
#9FBC9D
(159,188,157)
#B5CCB3
(181,204,179)
#CBDCC9
(203,220,201)
#E1ECDF
(225,236,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #054C03; }

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

This text font color is #054C03.

Background Color

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

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

This div background color is #054C03.

Border color

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

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

This div border color is #054C03.

Opacity

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

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

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

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

This text has shadow with #054C03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #054C03.

Preview

Color preview on black background

This text has color #054C03 on black background.


Color preview on white background

This text has color #054C03 on white background.


Black color preview on #054C03 background

This text has black color on #054C03 background.


White color preview on #054C03 background

This text has white color on #054C03 background.


Related colors

Complementary color

Complementary color for #hex is #FAB3FC.


I love getcolorcode.com

Triadic colors

1 #03054C and #4C0305 with #054C03 are triadic colors.

2 #034C05 and #4C0503 with #054C03 are triadic colors.