COLOR #056628

HEX: #056628
RGB: (5,102,40)

Color info

#056628 contains mainly green color. Web safe color of #056628 is #006633 (or #063).

RGB color model

#056628 color RGB value is (5,102,40).

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

RGB channels and saturation

R 5 of 255 = 2%
G 102 of 255 = 40%
B 40 of 255 = 16%

5
102
40

R + G + B ~ 19%. #056628 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 102 + 40 = 147 (100%)
R 5 of 147 ~ 3.4%
G 102 of 147 ~ 69.39%
B 40 of 147 ~ 27.21%

%69.39
%27.21

CMYK color model

#056628 color CMYK value is (95,0,61,60).

  • cyan value is 95.10%
  • magenta value is 0.00%
  • yellow value is 60.78%
  • key color value is 60.00%
CMYK:
(95,0,61,60)
C95M0Y61K60 
(95%,0%,61%,60%)
(0.95/0.00/0.61/0.60)	

CMYK percentages

%95.1
%0
%60.78
%60

Codes

Color #056628 in popluar color models

056628
RGB510240
HSL142°90.65%20.98%
HSB/HSV142°95.10%40.00%
CMYK95.10%0.00%60.78%
60.00%

Color #056628 in popluar number systems.

HEX056628
Decimal510240
Binary1011100110101000
Octal514650

Shades and tints

Shades of #056628

#056628
(5,102,40)
#055D25
(5,93,37)
#055422
(5,84,34)
#054B1F
(5,75,31)
#05421C
(5,66,28)
#053919
(5,57,25)
#053016
(5,48,22)
#052713
(5,39,19)
#051E10
(5,30,16)
#05150D
(5,21,13)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #056628

#056628
(5,102,40)
#1B733B
(27,115,59)
#31804E
(49,128,78)
#478D61
(71,141,97)
#5D9A74
(93,154,116)
#73A787
(115,167,135)
#89B49A
(137,180,154)
#9FC1AD
(159,193,173)
#B5CEC0
(181,206,192)
#CBDBD3
(203,219,211)
#E1E8E6
(225,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #056628; }

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

This text font color is #056628.


Background Color

.myBgColor { background-color: #056628; }

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

This div background color is #056628.


Border color

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

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

This div border color is #056628.


Opacity

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

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

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

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

This text has shadow with #056628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #056628 on black background.


Color preview on white background

This text has color #056628 on white background.



Black color preview on #056628 background

This text has black color on #056628 background.


White color preview on #056628 background

This text has white color on #056628 background.