COLOR #056B64

HEX: #056B64
RGB: (5,107,100)

Color info

#056B64 contains mainly green and blue colors. Web safe color of #056B64 is #006666 (or #066).

RGB color model

#056B64 color RGB value is (5,107,100).

  • red value is 5;
  • green value is 107;
  • blue value is 100.
RGB:
(5,107,100)
(2%,42%,39%)

RGB channels and saturation

R 5 of 255 = 2%
G 107 of 255 = 42%
B 100 of 255 = 39%

5
107
100

R + G + B ~ 28%. #056B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 107 + 100 = 212 (100%)
R 5 of 212 ~ 2.36%
G 107 of 212 ~ 50.47%
B 100 of 212 ~ 47.17%

%50.47
%47.17

CMYK color model

#056B64 color CMYK value is (95,0,7,58).

  • cyan value is 95.33%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 58.04%
CMYK:
(95,0,7,58)
C95M0Y7K58 
(95%,0%,7%,58%)
(0.95/0.00/0.07/0.58)	

CMYK percentages

%95.33
%0
%6.54
%58.04

Codes

Color #056B64 in popluar color models

056B64
RGB5107100
HSL176°91.07%21.96%
HSB/HSV176°95.33%41.96%
CMYK95.33%0.00%6.54%
58.04%

Color #056B64 in popluar number systems.

HEX056B64
Decimal5107100
Binary10111010111100100
Octal5153144

Shades and tints

Shades of #056B64

#056B64
(5,107,100)
#05625B
(5,98,91)
#055952
(5,89,82)
#055049
(5,80,73)
#054740
(5,71,64)
#053E37
(5,62,55)
#05352E
(5,53,46)
#052C25
(5,44,37)
#05231C
(5,35,28)
#051A13
(5,26,19)
#05110A
(5,17,10)
#000000
(0,0,0)

Tints of #056B64

#056B64
(5,107,100)
#1B7872
(27,120,114)
#318580
(49,133,128)
#47928E
(71,146,142)
#5D9F9C
(93,159,156)
#73ACAA
(115,172,170)
#89B9B8
(137,185,184)
#9FC6C6
(159,198,198)
#B5D3D4
(181,211,212)
#CBE0E2
(203,224,226)
#E1EDF0
(225,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #056B64 color. Also use rgb(5,107,100) instead hex code.

Text Font Color

.myTextColor { color: #056B64; }

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

This text font color is #056B64.


Background Color

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

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

This div background color is #056B64.


Border color

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

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

This div border color is #056B64.


Opacity

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

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

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

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

This text has shadow with #056B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #056B64 on black background.


Color preview on white background

This text has color #056B64 on white background.



Black color preview on #056B64 background

This text has black color on #056B64 background.


White color preview on #056B64 background

This text has white color on #056B64 background.