COLOR #4C806E

HEX: #4C806E RGB: (76,128,110)

Color info

#4C806E contains red, green and blue colors in about the same proportion. Web safe color of #4C806E is #336666 (or #366).

RGB color model

#4C806E color RGB value is (76,128,110).

RGB: (76,128,110) (30%, 50%, 43%)

RGB channels and saturation

R 76 of 255 = 30%
G 128 of 255 = 50%
B 110 of 255 = 43%

76
128
110

R + G + B ~ 41%. #4C806E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 76 + 128 + 110 = 314 (100%)
R 76 of 314 ~ 24.2%
G 128 of 314 ~ 40.76%
B 110 of 314 ~ 35.03'%

%24.2
%40.76
%35.03

CMYK color model

#4C806E color CMYK value is (41,0,14,50).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 49.80%

CMYK: (41,0,14,50)
C41M0Y14K50 (41%, 0%, 14%, 50%)
(0.41 / 0.00 / 0.14 / 0.50)

CMYK percentages

%40.63
%0
%14.06
%49.8

Codes

Color #4C806E in popluar color models

4C 80 6E
RGB 76 128 110
HSL 159° 25.49% 40.00%
HSB/HSV 159° 40.63% 50.20%
CMYK 40.63% 0.00% 14.06%
49.80%

Color #4C806E in popluar number systems.

HEX 4C 80 6E
Decimal 76 128 110
Binary 1001100 10000000 1101110
Octal 114 200 156

Shades and tints

Shades of #4C806E

#4C806E
(76,128,110)
#467564
(70,117,100)
#406A5A
(64,106,90)
#3A5F50
(58,95,80)
#345446
(52,84,70)
#2E493C
(46,73,60)
#283E32
(40,62,50)
#223328
(34,51,40)
#1C281E
(28,40,30)
#161D14
(22,29,20)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #4C806E

#4C806E
(76,128,110)
#5C8B7B
(92,139,123)
#6C9688
(108,150,136)
#7CA195
(124,161,149)
#8CACA2
(140,172,162)
#9CB7AF
(156,183,175)
#ACC2BC
(172,194,188)
#BCCDC9
(188,205,201)
#CCD8D6
(204,216,214)
#DCE3E3
(220,227,227)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C806E color. Also use rgb(76,128,110) instead hex code.

Text Font Color

.myTextColor { color: #4C806E; }

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

This text font color is #4C806E.

Background Color

.myBgColor { background-color: #4C806E; }

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

This div background color is #4C806E.

Border color

.myBorderColor { border: 1px solid #4C806E; }

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

This div border color is #4C806E.

Opacity

.myOpacity80 { color: #4C806E; opacity: 0.8; }

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

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

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

This text has shadow with #4C806E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C806E.

Preview

Color preview on black background

This text has color #4C806E on black background.


Color preview on white background

This text has color #4C806E on white background.


Black color preview on #4C806E background

This text has black color on #4C806E background.


White color preview on #4C806E background

This text has white color on #4C806E background.


Related colors

Complementary color

Complementary color for #hex is #B37F91.


I love getcolorcode.com

Triadic colors

1 #6E4C80 and #806E4C with #4C806E are triadic colors.

2 #6E804C and #804C6E with #4C806E are triadic colors.