COLOR #056F07

HEX: #056F07
RGB: (5,111,7)

Color info

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

RGB color model

#056F07 color RGB value is (5,111,7).

  • red value is 5;
  • green value is 111;
  • blue value is 7.
RGB:
(5,111,7)
(2%,44%,3%)

RGB channels and saturation

R 5 of 255 = 2%
G 111 of 255 = 44%
B 7 of 255 = 3%

5
111
7

R + G + B ~ 16%. #056F07 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 111 + 7 = 123 (100%)
R 5 of 123 ~ 4.07%
G 111 of 123 ~ 90.24%
B 7 of 123 ~ 5.69%

%90.24

CMYK color model

#056F07 color CMYK value is (95,0,94,56).

  • cyan value is 95.50%
  • magenta value is 0.00%
  • yellow value is 93.69%
  • key color value is 56.47%
CMYK:
(95,0,94,56)
C95M0Y94K56 
(95%,0%,94%,56%)
(0.95/0.00/0.94/0.56)	

CMYK percentages

%95.5
%0
%93.69
%56.47

Codes

Color #056F07 in popluar color models

056F07
RGB51117
HSL121°91.38%22.75%
HSB/HSV121°95.50%43.53%
CMYK95.50%0.00%93.69%
56.47%

Color #056F07 in popluar number systems.

HEX056F07
Decimal51117
Binary1011101111111
Octal51577

Shades and tints

Shades of #056F07

#056F07
(5,111,7)
#056507
(5,101,7)
#055B07
(5,91,7)
#055107
(5,81,7)
#054707
(5,71,7)
#053D07
(5,61,7)
#053307
(5,51,7)
#052907
(5,41,7)
#051F07
(5,31,7)
#051507
(5,21,7)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #056F07

#056F07
(5,111,7)
#1B7C1D
(27,124,29)
#318933
(49,137,51)
#479649
(71,150,73)
#5DA35F
(93,163,95)
#73B075
(115,176,117)
#89BD8B
(137,189,139)
#9FCAA1
(159,202,161)
#B5D7B7
(181,215,183)
#CBE4CD
(203,228,205)
#E1F1E3
(225,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #056F07 color. Also use rgb(5,111,7) instead hex code.

Text Font Color

.myTextColor { color: #056F07; }

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

This text font color is #056F07.


Background Color

.myBgColor { background-color: #056F07; }

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

This div background color is #056F07.


Border color

.myBorderColor { border: 1px solid #056F07; }

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

This div border color is #056F07.


Opacity

.myOpacity80 { color: #056F07; opacity: 0.8; }

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

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

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

This text has shadow with #056F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #056F07 on black background.


Color preview on white background

This text has color #056F07 on white background.



Black color preview on #056F07 background

This text has black color on #056F07 background.


White color preview on #056F07 background

This text has white color on #056F07 background.