COLOR #056C42

HEX: #056C42
RGB: (5,108,66)

Color info

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

RGB color model

#056C42 color RGB value is (5,108,66).

  • red value is 5;
  • green value is 108;
  • blue value is 66.
RGB:
(5,108,66)
(2%,42%,26%)

RGB channels and saturation

R 5 of 255 = 2%
G 108 of 255 = 42%
B 66 of 255 = 26%

5
108
66

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

Portions of RGB colors in percentages

R + G + B =
5 + 108 + 66 = 179 (100%)
R 5 of 179 ~ 2.79%
G 108 of 179 ~ 60.34%
B 66 of 179 ~ 36.87%

%60.34
%36.87

CMYK color model

#056C42 color CMYK value is (95,0,39,58).

  • cyan value is 95.37%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 57.65%
CMYK:
(95,0,39,58)
C95M0Y39K58 
(95%,0%,39%,58%)
(0.95/0.00/0.39/0.58)	

CMYK percentages

%95.37
%0
%38.89
%57.65

Codes

Color #056C42 in popluar color models

056C42
RGB510866
HSL156°91.15%22.16%
HSB/HSV156°95.37%42.35%
CMYK95.37%0.00%38.89%
57.65%

Color #056C42 in popluar number systems.

HEX056C42
Decimal510866
Binary10111011001000010
Octal5154102

Shades and tints

Shades of #056C42

#056C42
(5,108,66)
#05633C
(5,99,60)
#055A36
(5,90,54)
#055130
(5,81,48)
#05482A
(5,72,42)
#053F24
(5,63,36)
#05361E
(5,54,30)
#052D18
(5,45,24)
#052412
(5,36,18)
#051B0C
(5,27,12)
#051206
(5,18,6)
#000000
(0,0,0)

Tints of #056C42

#056C42
(5,108,66)
#1B7953
(27,121,83)
#318664
(49,134,100)
#479375
(71,147,117)
#5DA086
(93,160,134)
#73AD97
(115,173,151)
#89BAA8
(137,186,168)
#9FC7B9
(159,199,185)
#B5D4CA
(181,212,202)
#CBE1DB
(203,225,219)
#E1EEEC
(225,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #056C42 color. Also use rgb(5,108,66) instead hex code.

Text Font Color

.myTextColor { color: #056C42; }

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

This text font color is #056C42.


Background Color

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

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

This div background color is #056C42.


Border color

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

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

This div border color is #056C42.


Opacity

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

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

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

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

This text has shadow with #056C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #056C42 on black background.


Color preview on white background

This text has color #056C42 on white background.



Black color preview on #056C42 background

This text has black color on #056C42 background.


White color preview on #056C42 background

This text has white color on #056C42 background.