COLOR #055714

HEX: #055714
RGB: (5,87,20)

Color info

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

RGB color model

#055714 color RGB value is (5,87,20).

  • red value is 5;
  • green value is 87;
  • blue value is 20.
RGB:
(5,87,20)
(2%,34%,8%)

RGB channels and saturation

R 5 of 255 = 2%
G 87 of 255 = 34%
B 20 of 255 = 8%

5
87
20

R + G + B ~ 15%. #055714 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 87 + 20 = 112 (100%)
R 5 of 112 ~ 4.46%
G 87 of 112 ~ 77.68%
B 20 of 112 ~ 17.86%

%77.68
%17.86

CMYK color model

#055714 color CMYK value is (94,0,77,66).

  • cyan value is 94.25%
  • magenta value is 0.00%
  • yellow value is 77.01%
  • key color value is 65.88%
CMYK:
(94,0,77,66)
C94M0Y77K66 
(94%,0%,77%,66%)
(0.94/0.00/0.77/0.66)	

CMYK percentages

%94.25
%0
%77.01
%65.88

Codes

Color #055714 in popluar color models

055714
RGB58720
HSL131°89.13%18.04%
HSB/HSV131°94.25%34.12%
CMYK94.25%0.00%77.01%
65.88%

Color #055714 in popluar number systems.

HEX055714
Decimal58720
Binary101101011110100
Octal512724

Shades and tints

Shades of #055714

#055714
(5,87,20)
#055013
(5,80,19)
#054912
(5,73,18)
#054211
(5,66,17)
#053B10
(5,59,16)
#05340F
(5,52,15)
#052D0E
(5,45,14)
#05260D
(5,38,13)
#051F0C
(5,31,12)
#05180B
(5,24,11)
#05110A
(5,17,10)
#000000
(0,0,0)

Tints of #055714

#055714
(5,87,20)
#1B6629
(27,102,41)
#31753E
(49,117,62)
#478453
(71,132,83)
#5D9368
(93,147,104)
#73A27D
(115,162,125)
#89B192
(137,177,146)
#9FC0A7
(159,192,167)
#B5CFBC
(181,207,188)
#CBDED1
(203,222,209)
#E1EDE6
(225,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055714 color. Also use rgb(5,87,20) instead hex code.

Text Font Color

.myTextColor { color: #055714; }

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

This text font color is #055714.


Background Color

.myBgColor { background-color: #055714; }

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

This div background color is #055714.


Border color

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

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

This div border color is #055714.


Opacity

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

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

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

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

This text has shadow with #055714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055714 on black background.


Color preview on white background

This text has color #055714 on white background.



Black color preview on #055714 background

This text has black color on #055714 background.


White color preview on #055714 background

This text has white color on #055714 background.