COLOR #056608

HEX: #056608
RGB: (5,102,8)

Color info

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

RGB color model

#056608 color RGB value is (5,102,8).

  • red value is 5;
  • green value is 102;
  • blue value is 8.
RGB:
(5,102,8)
(2%,40%,3%)

RGB channels and saturation

R 5 of 255 = 2%
G 102 of 255 = 40%
B 8 of 255 = 3%

5
102
8

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

Portions of RGB colors in percentages

R + G + B =
5 + 102 + 8 = 115 (100%)
R 5 of 115 ~ 4.35%
G 102 of 115 ~ 88.7%
B 8 of 115 ~ 6.96%

%88.7

CMYK color model

#056608 color CMYK value is (95,0,92,60).

  • cyan value is 95.10%
  • magenta value is 0.00%
  • yellow value is 92.16%
  • key color value is 60.00%
CMYK:
(95,0,92,60)
C95M0Y92K60 
(95%,0%,92%,60%)
(0.95/0.00/0.92/0.60)	

CMYK percentages

%95.1
%0
%92.16
%60

Codes

Color #056608 in popluar color models

056608
RGB51028
HSL122°90.65%20.98%
HSB/HSV122°95.10%40.00%
CMYK95.10%0.00%92.16%
60.00%

Color #056608 in popluar number systems.

HEX056608
Decimal51028
Binary10111001101000
Octal514610

Shades and tints

Shades of #056608

#056608
(5,102,8)
#055D08
(5,93,8)
#055408
(5,84,8)
#054B08
(5,75,8)
#054208
(5,66,8)
#053908
(5,57,8)
#053008
(5,48,8)
#052708
(5,39,8)
#051E08
(5,30,8)
#051508
(5,21,8)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #056608

#056608
(5,102,8)
#1B731E
(27,115,30)
#318034
(49,128,52)
#478D4A
(71,141,74)
#5D9A60
(93,154,96)
#73A776
(115,167,118)
#89B48C
(137,180,140)
#9FC1A2
(159,193,162)
#B5CEB8
(181,206,184)
#CBDBCE
(203,219,206)
#E1E8E4
(225,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #056608 color. Also use rgb(5,102,8) instead hex code.

Text Font Color

.myTextColor { color: #056608; }

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

This text font color is #056608.


Background Color

.myBgColor { background-color: #056608; }

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

This div background color is #056608.


Border color

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

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

This div border color is #056608.


Opacity

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

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

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

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

This text has shadow with #056608 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #056608 on black background.


Color preview on white background

This text has color #056608 on white background.



Black color preview on #056608 background

This text has black color on #056608 background.


White color preview on #056608 background

This text has white color on #056608 background.