COLOR #4C806A

HEX: #4C806A RGB: (76,128,106)

Color info

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

RGB color model

#4C806A color RGB value is (76,128,106).

RGB: (76,128,106) (30%, 50%, 42%)

RGB channels and saturation

R 76 of 255 = 30%
G 128 of 255 = 50%
B 106 of 255 = 42%

76
128
106

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

Portions of RGB colors in percentages

R + G + B = 76 + 128 + 106 = 310 (100%)
R 76 of 310 ~ 24.52%
G 128 of 310 ~ 41.29%
B 106 of 310 ~ 34.19'%

%24.52
%41.29
%34.19

CMYK color model

#4C806A color CMYK value is (41,0,17,50).

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

CMYK: (41,0,17,50)
C41M0Y17K50 (41%, 0%, 17%, 50%)
(0.41 / 0.00 / 0.17 / 0.50)

CMYK percentages

%40.63
%0
%17.19
%49.8

Codes

Color #4C806A in popluar color models

4C 80 6A
RGB 76 128 106
HSL 155° 25.49% 40.00%
HSB/HSV 155° 40.63% 50.20%
CMYK 40.63% 0.00% 17.19%
49.80%

Color #4C806A in popluar number systems.

HEX 4C 80 6A
Decimal 76 128 106
Binary 1001100 10000000 1101010
Octal 114 200 152

Shades and tints

Shades of #4C806A

#4C806A
(76,128,106)
#467561
(70,117,97)
#406A58
(64,106,88)
#3A5F4F
(58,95,79)
#345446
(52,84,70)
#2E493D
(46,73,61)
#283E34
(40,62,52)
#22332B
(34,51,43)
#1C2822
(28,40,34)
#161D19
(22,29,25)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #4C806A

#4C806A
(76,128,106)
#5C8B77
(92,139,119)
#6C9684
(108,150,132)
#7CA191
(124,161,145)
#8CAC9E
(140,172,158)
#9CB7AB
(156,183,171)
#ACC2B8
(172,194,184)
#BCCDC5
(188,205,197)
#CCD8D2
(204,216,210)
#DCE3DF
(220,227,223)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C806A; }

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

This text font color is #4C806A.

Background Color

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

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

This div background color is #4C806A.

Border color

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

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

This div border color is #4C806A.

Opacity

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

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

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

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

This text has shadow with #4C806A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C806A.

Preview

Color preview on black background

This text has color #4C806A on black background.


Color preview on white background

This text has color #4C806A on white background.


Black color preview on #4C806A background

This text has black color on #4C806A background.


White color preview on #4C806A background

This text has white color on #4C806A background.


Related colors

Complementary color

Complementary color for #hex is #B37F95.


I love getcolorcode.com

Triadic colors

1 #6A4C80 and #806A4C with #4C806A are triadic colors.

2 #6A804C and #804C6A with #4C806A are triadic colors.