COLOR #4C8B84

HEX: #4C8B84 RGB: (76,139,132)

Color info

#4C8B84 contains mainly green and blue colors. Web safe color of #4C8B84 is #339999 (or #399).

RGB color model

#4C8B84 color RGB value is (76,139,132).

RGB: (76,139,132) (30%, 55%, 52%)

RGB channels and saturation

R 76 of 255 = 30%
G 139 of 255 = 55%
B 132 of 255 = 52%

76
139
132

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

Portions of RGB colors in percentages

R + G + B = 76 + 139 + 132 = 347 (100%)
R 76 of 347 ~ 21.9%
G 139 of 347 ~ 40.06%
B 132 of 347 ~ 38.04'%

%21.9
%40.06
%38.04

CMYK color model

#4C8B84 color CMYK value is (45,0,5,45).

  • cyan value is 45.32%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 45.49%

CMYK: (45,0,5,45)
C45M0Y5K45 (45%, 0%, 5%, 45%)
(0.45 / 0.00 / 0.05 / 0.45)

CMYK percentages

%45.32
%0
%5.04
%45.49

Codes

Color #4C8B84 in popluar color models

4C 8B 84
RGB 76 139 132
HSL 173° 29.30% 42.16%
HSB/HSV 173° 45.32% 54.51%
CMYK 45.32% 0.00% 5.04%
45.49%

Color #4C8B84 in popluar number systems.

HEX 4C 8B 84
Decimal 76 139 132
Binary 1001100 10001011 10000100
Octal 114 213 204

Shades and tints

Shades of #4C8B84

#4C8B84
(76,139,132)
#467F78
(70,127,120)
#40736C
(64,115,108)
#3A6760
(58,103,96)
#345B54
(52,91,84)
#2E4F48
(46,79,72)
#28433C
(40,67,60)
#223730
(34,55,48)
#1C2B24
(28,43,36)
#161F18
(22,31,24)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #4C8B84

#4C8B84
(76,139,132)
#5C958F
(92,149,143)
#6C9F9A
(108,159,154)
#7CA9A5
(124,169,165)
#8CB3B0
(140,179,176)
#9CBDBB
(156,189,187)
#ACC7C6
(172,199,198)
#BCD1D1
(188,209,209)
#CCDBDC
(204,219,220)
#DCE5E7
(220,229,231)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8B84 color. Also use rgb(76,139,132) instead hex code.

Text Font Color

.myTextColor { color: #4C8B84; }

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

This text font color is #4C8B84.

Background Color

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

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

This div background color is #4C8B84.

Border color

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

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

This div border color is #4C8B84.

Opacity

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

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

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

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

This text has shadow with #4C8B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8B84.

Preview

Color preview on black background

This text has color #4C8B84 on black background.


Color preview on white background

This text has color #4C8B84 on white background.


Black color preview on #4C8B84 background

This text has black color on #4C8B84 background.


White color preview on #4C8B84 background

This text has white color on #4C8B84 background.


Related colors

Complementary color

Complementary color for #hex is #B3747B.


I love getcolorcode.com

Triadic colors

1 #844C8B and #8B844C with #4C8B84 are triadic colors.

2 #848B4C and #8B4C84 with #4C8B84 are triadic colors.