COLOR #056636

HEX: #056636
RGB: (5,102,54)

Color info

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

RGB color model

#056636 color RGB value is (5,102,54).

  • red value is 5;
  • green value is 102;
  • blue value is 54.
RGB:
(5,102,54)
(2%,40%,21%)

RGB channels and saturation

R 5 of 255 = 2%
G 102 of 255 = 40%
B 54 of 255 = 21%

5
102
54

R + G + B ~ 21%. #056636 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 102 + 54 = 161 (100%)
R 5 of 161 ~ 3.11%
G 102 of 161 ~ 63.35%
B 54 of 161 ~ 33.54%

%63.35
%33.54

CMYK color model

#056636 color CMYK value is (95,0,47,60).

  • cyan value is 95.10%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 60.00%
CMYK:
(95,0,47,60)
C95M0Y47K60 
(95%,0%,47%,60%)
(0.95/0.00/0.47/0.60)	

CMYK percentages

%95.1
%0
%47.06
%60

Codes

Color #056636 in popluar color models

056636
RGB510254
HSL150°90.65%20.98%
HSB/HSV150°95.10%40.00%
CMYK95.10%0.00%47.06%
60.00%

Color #056636 in popluar number systems.

HEX056636
Decimal510254
Binary1011100110110110
Octal514666

Shades and tints

Shades of #056636

#056636
(5,102,54)
#055D32
(5,93,50)
#05542E
(5,84,46)
#054B2A
(5,75,42)
#054226
(5,66,38)
#053922
(5,57,34)
#05301E
(5,48,30)
#05271A
(5,39,26)
#051E16
(5,30,22)
#051512
(5,21,18)
#050C0E
(5,12,14)
#000000
(0,0,0)

Tints of #056636

#056636
(5,102,54)
#1B7348
(27,115,72)
#31805A
(49,128,90)
#478D6C
(71,141,108)
#5D9A7E
(93,154,126)
#73A790
(115,167,144)
#89B4A2
(137,180,162)
#9FC1B4
(159,193,180)
#B5CEC6
(181,206,198)
#CBDBD8
(203,219,216)
#E1E8EA
(225,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #056636 color. Also use rgb(5,102,54) instead hex code.

Text Font Color

.myTextColor { color: #056636; }

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

This text font color is #056636.


Background Color

.myBgColor { background-color: #056636; }

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

This div background color is #056636.


Border color

.myBorderColor { border: 1px solid #056636; }

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

This div border color is #056636.


Opacity

.myOpacity80 { color: #056636; opacity: 0.8; }

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

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

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

This text has shadow with #056636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #056636 on black background.


Color preview on white background

This text has color #056636 on white background.



Black color preview on #056636 background

This text has black color on #056636 background.


White color preview on #056636 background

This text has white color on #056636 background.