COLOR #056F39

HEX: #056F39
RGB: (5,111,57)

Color info

#056F39 contains mainly green and blue colors. Web safe color of #056F39 is #006633 (or #063).

RGB color model

#056F39 color RGB value is (5,111,57).

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

RGB channels and saturation

R 5 of 255 = 2%
G 111 of 255 = 44%
B 57 of 255 = 22%

5
111
57

R + G + B ~ 23%. #056F39 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 111 + 57 = 173 (100%)
R 5 of 173 ~ 2.89%
G 111 of 173 ~ 64.16%
B 57 of 173 ~ 32.95%

%64.16
%32.95

CMYK color model

#056F39 color CMYK value is (95,0,49,56).

  • cyan value is 95.50%
  • magenta value is 0.00%
  • yellow value is 48.65%
  • key color value is 56.47%
CMYK:
(95,0,49,56)
C95M0Y49K56 
(95%,0%,49%,56%)
(0.95/0.00/0.49/0.56)	

CMYK percentages

%95.5
%0
%48.65
%56.47

Codes

Color #056F39 in popluar color models

056F39
RGB511157
HSL149°91.38%22.75%
HSB/HSV149°95.50%43.53%
CMYK95.50%0.00%48.65%
56.47%

Color #056F39 in popluar number systems.

HEX056F39
Decimal511157
Binary1011101111111001
Octal515771

Shades and tints

Shades of #056F39

#056F39
(5,111,57)
#056534
(5,101,52)
#055B2F
(5,91,47)
#05512A
(5,81,42)
#054725
(5,71,37)
#053D20
(5,61,32)
#05331B
(5,51,27)
#052916
(5,41,22)
#051F11
(5,31,17)
#05150C
(5,21,12)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #056F39

#056F39
(5,111,57)
#1B7C4B
(27,124,75)
#31895D
(49,137,93)
#47966F
(71,150,111)
#5DA381
(93,163,129)
#73B093
(115,176,147)
#89BDA5
(137,189,165)
#9FCAB7
(159,202,183)
#B5D7C9
(181,215,201)
#CBE4DB
(203,228,219)
#E1F1ED
(225,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #056F39; }

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

This text font color is #056F39.


Background Color

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

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

This div background color is #056F39.


Border color

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

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

This div border color is #056F39.


Opacity

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

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

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

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

This text has shadow with #056F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #056F39 on black background.


Color preview on white background

This text has color #056F39 on white background.



Black color preview on #056F39 background

This text has black color on #056F39 background.


White color preview on #056F39 background

This text has white color on #056F39 background.