COLOR #056B30

HEX: #056B30 RGB: (5,107,48)

Color info

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

RGB color model

#056B30 color RGB value is (5,107,48).

RGB: (5,107,48) (2%, 42%, 19%)

RGB channels and saturation

R 5 of 255 = 2%
G 107 of 255 = 42%
B 48 of 255 = 19%

5
107
48

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

Portions of RGB colors in percentages

R + G + B = 5 + 107 + 48 = 160 (100%)
R 5 of 160 ~ 3.13%
G 107 of 160 ~ 66.88%
B 48 of 160 ~ 30'%

%66.88
%30

CMYK color model

#056B30 color CMYK value is (95,0,55,58).

  • cyan value is 95.33%
  • magenta value is 0.00%
  • yellow value is 55.14%
  • key color value is 58.04%

CMYK: (95,0,55,58)
C95M0Y55K58 (95%, 0%, 55%, 58%)
(0.95 / 0.00 / 0.55 / 0.58)

CMYK percentages

%95.33
%0
%55.14
%58.04

Codes

Color #056B30 in popluar color models

05 6B 30
RGB 5 107 48
HSL 145° 91.07% 21.96%
HSB/HSV 145° 95.33% 41.96%
CMYK 95.33% 0.00% 55.14%
58.04%

Color #056B30 in popluar number systems.

HEX 05 6B 30
Decimal 5 107 48
Binary 101 1101011 110000
Octal 5 153 60

Shades and tints

Shades of #056B30

#056B30
(5,107,48)
#05622C
(5,98,44)
#055928
(5,89,40)
#055024
(5,80,36)
#054720
(5,71,32)
#053E1C
(5,62,28)
#053518
(5,53,24)
#052C14
(5,44,20)
#052310
(5,35,16)
#051A0C
(5,26,12)
#051108
(5,17,8)
#000000
(0,0,0)

Tints of #056B30

#056B30
(5,107,48)
#1B7842
(27,120,66)
#318554
(49,133,84)
#479266
(71,146,102)
#5D9F78
(93,159,120)
#73AC8A
(115,172,138)
#89B99C
(137,185,156)
#9FC6AE
(159,198,174)
#B5D3C0
(181,211,192)
#CBE0D2
(203,224,210)
#E1EDE4
(225,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #056B30; }

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

This text font color is #056B30.

Background Color

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

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

This div background color is #056B30.

Border color

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

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

This div border color is #056B30.

Opacity

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

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

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

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

This text has shadow with #056B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #056B30.

Preview

Color preview on black background

This text has color #056B30 on black background.


Color preview on white background

This text has color #056B30 on white background.


Black color preview on #056B30 background

This text has black color on #056B30 background.


White color preview on #056B30 background

This text has white color on #056B30 background.


Related colors

Complementary color

Complementary color for #hex is #FA94CF.


I love getcolorcode.com

Triadic colors

1 #30056B and #6B3005 with #056B30 are triadic colors.

2 #306B05 and #6B0530 with #056B30 are triadic colors.