COLOR #05662E

HEX: #05662E RGB: (5,102,46)

Color info

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

RGB color model

#05662E color RGB value is (5,102,46).

RGB: (5,102,46) (2%, 40%, 18%)

RGB channels and saturation

R 5 of 255 = 2%
G 102 of 255 = 40%
B 46 of 255 = 18%

5
102
46

R + G + B ~ 20%. #05662E is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 102 + 46 = 153 (100%)
R 5 of 153 ~ 3.27%
G 102 of 153 ~ 66.67%
B 46 of 153 ~ 30.07'%

%66.67
%30.07

CMYK color model

#05662E color CMYK value is (95,0,55,60).

  • cyan value is 95.10%
  • magenta value is 0.00%
  • yellow value is 54.90%
  • key color value is 60.00%

CMYK: (95,0,55,60)
C95M0Y55K60 (95%, 0%, 55%, 60%)
(0.95 / 0.00 / 0.55 / 0.60)

CMYK percentages

%95.1
%0
%54.9
%60

Codes

Color #05662E in popluar color models

05 66 2E
RGB 5 102 46
HSL 145° 90.65% 20.98%
HSB/HSV 145° 95.10% 40.00%
CMYK 95.10% 0.00% 54.90%
60.00%

Color #05662E in popluar number systems.

HEX 05 66 2E
Decimal 5 102 46
Binary 101 1100110 101110
Octal 5 146 56

Shades and tints

Shades of #05662E

#05662E
(5,102,46)
#055D2A
(5,93,42)
#055426
(5,84,38)
#054B22
(5,75,34)
#05421E
(5,66,30)
#05391A
(5,57,26)
#053016
(5,48,22)
#052712
(5,39,18)
#051E0E
(5,30,14)
#05150A
(5,21,10)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #05662E

#05662E
(5,102,46)
#1B7341
(27,115,65)
#318054
(49,128,84)
#478D67
(71,141,103)
#5D9A7A
(93,154,122)
#73A78D
(115,167,141)
#89B4A0
(137,180,160)
#9FC1B3
(159,193,179)
#B5CEC6
(181,206,198)
#CBDBD9
(203,219,217)
#E1E8EC
(225,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05662E; }

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

This text font color is #05662E.

Background Color

.myBgColor { background-color: #05662E; }

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

This div background color is #05662E.

Border color

.myBorderColor { border: 1px solid #05662E; }

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

This div border color is #05662E.

Opacity

.myOpacity80 { color: #05662E; opacity: 0.8; }

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

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

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

This text has shadow with #05662E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05662E.

Preview

Color preview on black background

This text has color #05662E on black background.


Color preview on white background

This text has color #05662E on white background.


Black color preview on #05662E background

This text has black color on #05662E background.


White color preview on #05662E background

This text has white color on #05662E background.


Related colors

Complementary color

Complementary color for #hex is #FA99D1.


I love getcolorcode.com

Triadic colors

1 #2E0566 and #662E05 with #05662E are triadic colors.

2 #2E6605 and #66052E with #05662E are triadic colors.