COLOR #056D7C

HEX: #056D7C
RGB: (5,109,124)

Color info

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

RGB color model

#056D7C color RGB value is (5,109,124).

  • red value is 5;
  • green value is 109;
  • blue value is 124.
RGB:
(5,109,124)
(2%,43%,49%)

RGB channels and saturation

R 5 of 255 = 2%
G 109 of 255 = 43%
B 124 of 255 = 49%

5
109
124

R + G + B ~ 31%. #056D7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 109 + 124 = 238 (100%)
R 5 of 238 ~ 2.1%
G 109 of 238 ~ 45.8%
B 124 of 238 ~ 52.1%

%45.8
%52.1

CMYK color model

#056D7C color CMYK value is (96,12,0,51).

  • cyan value is 95.97%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(96,12,0,51)
C96M12Y0K51 
(96%,12%,0%,51%)
(0.96/0.12/0.00/0.51)	

CMYK percentages

%95.97
%12.1
%0
%51.37

Codes

Color #056D7C in popluar color models

056D7C
RGB5109124
HSL188°92.25%25.29%
HSB/HSV188°95.97%48.63%
CMYK95.97%12.10%0.00%
51.37%

Color #056D7C in popluar number systems.

HEX056D7C
Decimal5109124
Binary10111011011111100
Octal5155174

Shades and tints

Shades of #056D7C

#056D7C
(5,109,124)
#056471
(5,100,113)
#055B66
(5,91,102)
#05525B
(5,82,91)
#054950
(5,73,80)
#054045
(5,64,69)
#05373A
(5,55,58)
#052E2F
(5,46,47)
#052524
(5,37,36)
#051C19
(5,28,25)
#05130E
(5,19,14)
#000000
(0,0,0)

Tints of #056D7C

#056D7C
(5,109,124)
#1B7A87
(27,122,135)
#318792
(49,135,146)
#47949D
(71,148,157)
#5DA1A8
(93,161,168)
#73AEB3
(115,174,179)
#89BBBE
(137,187,190)
#9FC8C9
(159,200,201)
#B5D5D4
(181,213,212)
#CBE2DF
(203,226,223)
#E1EFEA
(225,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #056D7C color. Also use rgb(5,109,124) instead hex code.

Text Font Color

.myTextColor { color: #056D7C; }

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

This text font color is #056D7C.


Background Color

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

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

This div background color is #056D7C.


Border color

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

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

This div border color is #056D7C.


Opacity

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

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

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

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

This text has shadow with #056D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #056D7C on black background.


Color preview on white background

This text has color #056D7C on white background.



Black color preview on #056D7C background

This text has black color on #056D7C background.


White color preview on #056D7C background

This text has white color on #056D7C background.