COLOR #4C716A

HEX: #4C716A
RGB: (76,113,106)

Color info

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

RGB color model

#4C716A color RGB value is (76,113,106).

  • red value is 76;
  • green value is 113;
  • blue value is 106.
RGB:
(76,113,106)
(30%,44%,42%)

RGB channels and saturation

R 76 of 255 = 30%
G 113 of 255 = 44%
B 106 of 255 = 42%

76
113
106

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

Portions of RGB colors in percentages

R + G + B =
76 + 113 + 106 = 295 (100%)
R 76 of 295 ~ 25.76%
G 113 of 295 ~ 38.31%
B 106 of 295 ~ 35.93%

%25.76
%38.31
%35.93

CMYK color model

#4C716A color CMYK value is (33,0,6,56).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 55.69%
CMYK:
(33,0,6,56)
C33M0Y6K56 
(33%,0%,6%,56%)
(0.33/0.00/0.06/0.56)	

CMYK percentages

%32.74
%0
%6.19
%55.69

Codes

Color #4C716A in popluar color models

4C716A
RGB76113106
HSL169°19.58%37.06%
HSB/HSV169°32.74%44.31%
CMYK32.74%0.00%6.19%
55.69%

Color #4C716A in popluar number systems.

HEX4C716A
Decimal76113106
Binary100110011100011101010
Octal114161152

Shades and tints

Shades of #4C716A

#4C716A
(76,113,106)
#466761
(70,103,97)
#405D58
(64,93,88)
#3A534F
(58,83,79)
#344946
(52,73,70)
#2E3F3D
(46,63,61)
#283534
(40,53,52)
#222B2B
(34,43,43)
#1C2122
(28,33,34)
#161719
(22,23,25)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #4C716A

#4C716A
(76,113,106)
#5C7D77
(92,125,119)
#6C8984
(108,137,132)
#7C9591
(124,149,145)
#8CA19E
(140,161,158)
#9CADAB
(156,173,171)
#ACB9B8
(172,185,184)
#BCC5C5
(188,197,197)
#CCD1D2
(204,209,210)
#DCDDDF
(220,221,223)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C716A; }

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

This text font color is #4C716A.


Background Color

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

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

This div background color is #4C716A.


Border color

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

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

This div border color is #4C716A.


Opacity

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

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

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

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

This text has shadow with #4C716A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C716A on black background.


Color preview on white background

This text has color #4C716A on white background.



Black color preview on #4C716A background

This text has black color on #4C716A background.


White color preview on #4C716A background

This text has white color on #4C716A background.