COLOR #4C8C80

HEX: #4C8C80 RGB: (76,140,128)

Color info

#4C8C80 contains mainly green and blue colors. Web safe color of #4C8C80 is #339966 (or #396).

RGB color model

#4C8C80 color RGB value is (76,140,128).

RGB: (76,140,128) (30%, 55%, 50%)

RGB channels and saturation

R 76 of 255 = 30%
G 140 of 255 = 55%
B 128 of 255 = 50%

76
140
128

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

Portions of RGB colors in percentages

R + G + B = 76 + 140 + 128 = 344 (100%)
R 76 of 344 ~ 22.09%
G 140 of 344 ~ 40.7%
B 128 of 344 ~ 37.21'%

%22.09
%40.7
%37.21

CMYK color model

#4C8C80 color CMYK value is (46,0,9,45).

  • cyan value is 45.71%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 45.10%

CMYK: (46,0,9,45)
C46M0Y9K45 (46%, 0%, 9%, 45%)
(0.46 / 0.00 / 0.09 / 0.45)

CMYK percentages

%45.71
%0
%8.57
%45.1

Codes

Color #4C8C80 in popluar color models

4C 8C 80
RGB 76 140 128
HSL 169° 29.63% 42.35%
HSB/HSV 169° 45.71% 54.90%
CMYK 45.71% 0.00% 8.57%
45.10%

Color #4C8C80 in popluar number systems.

HEX 4C 8C 80
Decimal 76 140 128
Binary 1001100 10001100 10000000
Octal 114 214 200

Shades and tints

Shades of #4C8C80

#4C8C80
(76,140,128)
#468075
(70,128,117)
#40746A
(64,116,106)
#3A685F
(58,104,95)
#345C54
(52,92,84)
#2E5049
(46,80,73)
#28443E
(40,68,62)
#223833
(34,56,51)
#1C2C28
(28,44,40)
#16201D
(22,32,29)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #4C8C80

#4C8C80
(76,140,128)
#5C968B
(92,150,139)
#6CA096
(108,160,150)
#7CAAA1
(124,170,161)
#8CB4AC
(140,180,172)
#9CBEB7
(156,190,183)
#ACC8C2
(172,200,194)
#BCD2CD
(188,210,205)
#CCDCD8
(204,220,216)
#DCE6E3
(220,230,227)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8C80; }

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

This text font color is #4C8C80.

Background Color

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

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

This div background color is #4C8C80.

Border color

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

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

This div border color is #4C8C80.

Opacity

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

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

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

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

This text has shadow with #4C8C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8C80.

Preview

Color preview on black background

This text has color #4C8C80 on black background.


Color preview on white background

This text has color #4C8C80 on white background.


Black color preview on #4C8C80 background

This text has black color on #4C8C80 background.


White color preview on #4C8C80 background

This text has white color on #4C8C80 background.


Related colors

Complementary color

Complementary color for #hex is #B3737F.


I love getcolorcode.com

Triadic colors

1 #804C8C and #8C804C with #4C8C80 are triadic colors.

2 #808C4C and #8C4C80 with #4C8C80 are triadic colors.