COLOR #4C8171

HEX: #4C8171 RGB: (76,129,113)

Color info

#4C8171 contains red, green and blue colors in about the same proportion. Web safe color of #4C8171 is #339966 (or #396).

RGB color model

#4C8171 color RGB value is (76,129,113).

RGB: (76,129,113) (30%, 51%, 44%)

RGB channels and saturation

R 76 of 255 = 30%
G 129 of 255 = 51%
B 113 of 255 = 44%

76
129
113

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

Portions of RGB colors in percentages

R + G + B = 76 + 129 + 113 = 318 (100%)
R 76 of 318 ~ 23.9%
G 129 of 318 ~ 40.57%
B 113 of 318 ~ 35.53'%

%23.9
%40.57
%35.53

CMYK color model

#4C8171 color CMYK value is (41,0,12,49).

  • cyan value is 41.09%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 49.41%

CMYK: (41,0,12,49)
C41M0Y12K49 (41%, 0%, 12%, 49%)
(0.41 / 0.00 / 0.12 / 0.49)

CMYK percentages

%41.09
%0
%12.4
%49.41

Codes

Color #4C8171 in popluar color models

4C 81 71
RGB 76 129 113
HSL 162° 25.85% 40.20%
HSB/HSV 162° 41.09% 50.59%
CMYK 41.09% 0.00% 12.40%
49.41%

Color #4C8171 in popluar number systems.

HEX 4C 81 71
Decimal 76 129 113
Binary 1001100 10000001 1110001
Octal 114 201 161

Shades and tints

Shades of #4C8171

#4C8171
(76,129,113)
#467667
(70,118,103)
#406B5D
(64,107,93)
#3A6053
(58,96,83)
#345549
(52,85,73)
#2E4A3F
(46,74,63)
#283F35
(40,63,53)
#22342B
(34,52,43)
#1C2921
(28,41,33)
#161E17
(22,30,23)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #4C8171

#4C8171
(76,129,113)
#5C8C7D
(92,140,125)
#6C9789
(108,151,137)
#7CA295
(124,162,149)
#8CADA1
(140,173,161)
#9CB8AD
(156,184,173)
#ACC3B9
(172,195,185)
#BCCEC5
(188,206,197)
#CCD9D1
(204,217,209)
#DCE4DD
(220,228,221)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8171 color. Also use rgb(76,129,113) instead hex code.

Text Font Color

.myTextColor { color: #4C8171; }

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

This text font color is #4C8171.

Background Color

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

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

This div background color is #4C8171.

Border color

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

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

This div border color is #4C8171.

Opacity

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

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

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

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

This text has shadow with #4C8171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8171.

Preview

Color preview on black background

This text has color #4C8171 on black background.


Color preview on white background

This text has color #4C8171 on white background.


Black color preview on #4C8171 background

This text has black color on #4C8171 background.


White color preview on #4C8171 background

This text has white color on #4C8171 background.


Related colors

Complementary color

Complementary color for #hex is #B37E8E.


I love getcolorcode.com

Triadic colors

1 #714C81 and #81714C with #4C8171 are triadic colors.

2 #71814C and #814C71 with #4C8171 are triadic colors.