COLOR #05770E

HEX: #05770E RGB: (5,119,14)

Color info

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

RGB color model

#05770E color RGB value is (5,119,14).

RGB: (5,119,14) (2%, 47%, 5%)

RGB channels and saturation

R 5 of 255 = 2%
G 119 of 255 = 47%
B 14 of 255 = 5%

5
119
14

R + G + B ~ 18%. #05770E is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 119 + 14 = 138 (100%)
R 5 of 138 ~ 3.62%
G 119 of 138 ~ 86.23%
B 14 of 138 ~ 10.14'%

%86.23

CMYK color model

#05770E color CMYK value is (96,0,88,53).

  • cyan value is 95.80%
  • magenta value is 0.00%
  • yellow value is 88.24%
  • key color value is 53.33%

CMYK: (96,0,88,53)
C96M0Y88K53 (96%, 0%, 88%, 53%)
(0.96 / 0.00 / 0.88 / 0.53)

CMYK percentages

%95.8
%0
%88.24
%53.33

Codes

Color #05770E in popluar color models

05 77 0E
RGB 5 119 14
HSL 125° 91.94% 24.31%
HSB/HSV 125° 95.80% 46.67%
CMYK 95.80% 0.00% 88.24%
53.33%

Color #05770E in popluar number systems.

HEX 05 77 0E
Decimal 5 119 14
Binary 101 1110111 1110
Octal 5 167 16

Shades and tints

Shades of #05770E

#05770E
(5,119,14)
#056D0D
(5,109,13)
#05630C
(5,99,12)
#05590B
(5,89,11)
#054F0A
(5,79,10)
#054509
(5,69,9)
#053B08
(5,59,8)
#053107
(5,49,7)
#052706
(5,39,6)
#051D05
(5,29,5)
#051304
(5,19,4)
#000000
(0,0,0)

Tints of #05770E

#05770E
(5,119,14)
#1B8323
(27,131,35)
#318F38
(49,143,56)
#479B4D
(71,155,77)
#5DA762
(93,167,98)
#73B377
(115,179,119)
#89BF8C
(137,191,140)
#9FCBA1
(159,203,161)
#B5D7B6
(181,215,182)
#CBE3CB
(203,227,203)
#E1EFE0
(225,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05770E color. Also use rgb(5,119,14) instead hex code.

Text Font Color

.myTextColor { color: #05770E; }

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

This text font color is #05770E.

Background Color

.myBgColor { background-color: #05770E; }

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

This div background color is #05770E.

Border color

.myBorderColor { border: 1px solid #05770E; }

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

This div border color is #05770E.

Opacity

.myOpacity80 { color: #05770E; opacity: 0.8; }

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

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

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

This text has shadow with #05770E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05770E.

Preview

Color preview on black background

This text has color #05770E on black background.


Color preview on white background

This text has color #05770E on white background.


Black color preview on #05770E background

This text has black color on #05770E background.


White color preview on #05770E background

This text has white color on #05770E background.


Related colors

Complementary color

Complementary color for #hex is #FA88F1.


I love getcolorcode.com

Triadic colors

1 #0E0577 and #770E05 with #05770E are triadic colors.

2 #0E7705 and #77050E with #05770E are triadic colors.