COLOR #055903

HEX: #055903 RGB: (5,89,3)

Color info

#055903 contains mainly green color. Web safe color of #055903 is #006600 (or #060).

RGB color model

#055903 color RGB value is (5,89,3).

RGB: (5,89,3) (2%, 35%, 1%)

RGB channels and saturation

R 5 of 255 = 2%
G 89 of 255 = 35%
B 3 of 255 = 1%

5
89
3

R + G + B ~ 13%. #055903 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 89 + 3 = 97 (100%)
R 5 of 97 ~ 5.15%
G 89 of 97 ~ 91.75%
B 3 of 97 ~ 3.09'%

%91.75

CMYK color model

#055903 color CMYK value is (94,0,97,65).

  • cyan value is 94.38%
  • magenta value is 0.00%
  • yellow value is 96.63%
  • key color value is 65.10%

CMYK: (94,0,97,65)
C94M0Y97K65 (94%, 0%, 97%, 65%)
(0.94 / 0.00 / 0.97 / 0.65)

CMYK percentages

%94.38
%0
%96.63
%65.1

Codes

Color #055903 in popluar color models

05 59 03
RGB 5 89 3
HSL 119° 93.48% 18.04%
HSB/HSV 119° 96.63% 34.90%
CMYK 94.38% 0.00% 96.63%
65.10%

Color #055903 in popluar number systems.

HEX 05 59 03
Decimal 5 89 3
Binary 101 1011001 11
Octal 5 131 3

Shades and tints

Shades of #055903

#055903
(5,89,3)
#055103
(5,81,3)
#054903
(5,73,3)
#054103
(5,65,3)
#053903
(5,57,3)
#053103
(5,49,3)
#052903
(5,41,3)
#052103
(5,33,3)
#051903
(5,25,3)
#051103
(5,17,3)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #055903

#055903
(5,89,3)
#1B6819
(27,104,25)
#31772F
(49,119,47)
#478645
(71,134,69)
#5D955B
(93,149,91)
#73A471
(115,164,113)
#89B387
(137,179,135)
#9FC29D
(159,194,157)
#B5D1B3
(181,209,179)
#CBE0C9
(203,224,201)
#E1EFDF
(225,239,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055903; }

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

This text font color is #055903.

Background Color

.myBgColor { background-color: #055903; }

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

This div background color is #055903.

Border color

.myBorderColor { border: 1px solid #055903; }

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

This div border color is #055903.

Opacity

.myOpacity80 { color: #055903; opacity: 0.8; }

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

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

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

This text has shadow with #055903 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #055903.

Preview

Color preview on black background

This text has color #055903 on black background.


Color preview on white background

This text has color #055903 on white background.


Black color preview on #055903 background

This text has black color on #055903 background.


White color preview on #055903 background

This text has white color on #055903 background.


Related colors

Complementary color

Complementary color for #hex is #FAA6FC.


I love getcolorcode.com

Triadic colors

1 #030559 and #590305 with #055903 are triadic colors.

2 #035905 and #590503 with #055903 are triadic colors.