COLOR #4C716F

HEX: #4C716F RGB: (76,113,111)

Color info

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

RGB color model

#4C716F color RGB value is (76,113,111).

RGB: (76,113,111) (30%, 44%, 44%)

RGB channels and saturation

R 76 of 255 = 30%
G 113 of 255 = 44%
B 111 of 255 = 44%

76
113
111

R + G + B ~ 39%. #4C716F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 113 + 111 = 300 (100%)
R 76 of 300 ~ 25.33%
G 113 of 300 ~ 37.67%
B 111 of 300 ~ 37'%

%25.33
%37.67
%37

CMYK color model

#4C716F color CMYK value is (33,0,2,56).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 55.69%

CMYK: (33,0,2,56)
C33M0Y2K56 (33%, 0%, 2%, 56%)
(0.33 / 0.00 / 0.02 / 0.56)

CMYK percentages

%32.74
%0
%1.77
%55.69

Codes

Color #4C716F in popluar color models

4C 71 6F
RGB 76 113 111
HSL 177° 19.58% 37.06%
HSB/HSV 177° 32.74% 44.31%
CMYK 32.74% 0.00% 1.77%
55.69%

Color #4C716F in popluar number systems.

HEX 4C 71 6F
Decimal 76 113 111
Binary 1001100 1110001 1101111
Octal 114 161 157

Shades and tints

Shades of #4C716F

#4C716F
(76,113,111)
#466765
(70,103,101)
#405D5B
(64,93,91)
#3A5351
(58,83,81)
#344947
(52,73,71)
#2E3F3D
(46,63,61)
#283533
(40,53,51)
#222B29
(34,43,41)
#1C211F
(28,33,31)
#161715
(22,23,21)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C716F

#4C716F
(76,113,111)
#5C7D7C
(92,125,124)
#6C8989
(108,137,137)
#7C9596
(124,149,150)
#8CA1A3
(140,161,163)
#9CADB0
(156,173,176)
#ACB9BD
(172,185,189)
#BCC5CA
(188,197,202)
#CCD1D7
(204,209,215)
#DCDDE4
(220,221,228)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C716F; }

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

This text font color is #4C716F.

Background Color

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

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

This div background color is #4C716F.

Border color

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

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

This div border color is #4C716F.

Opacity

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

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

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

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

This text has shadow with #4C716F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C716F.

Preview

Color preview on black background

This text has color #4C716F on black background.


Color preview on white background

This text has color #4C716F on white background.


Black color preview on #4C716F background

This text has black color on #4C716F background.


White color preview on #4C716F background

This text has white color on #4C716F background.


Related colors

Complementary color

Complementary color for #hex is #B38E90.


I love getcolorcode.com

Triadic colors

1 #6F4C71 and #716F4C with #4C716F are triadic colors.

2 #6F714C and #714C6F with #4C716F are triadic colors.