COLOR #4C7A71

HEX: #4C7A71
RGB: (76,122,113)

Color info

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

RGB color model

#4C7A71 color RGB value is (76,122,113).

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

RGB channels and saturation

R 76 of 255 = 30%
G 122 of 255 = 48%
B 113 of 255 = 44%

76
122
113

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

Portions of RGB colors in percentages

R + G + B =
76 + 122 + 113 = 311 (100%)
R 76 of 311 ~ 24.44%
G 122 of 311 ~ 39.23%
B 113 of 311 ~ 36.33%

%24.44
%39.23
%36.33

CMYK color model

#4C7A71 color CMYK value is (38,0,7,52).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(38,0,7,52)
C38M0Y7K52 
(38%,0%,7%,52%)
(0.38/0.00/0.07/0.52)	

CMYK percentages

%37.7
%0
%7.38
%52.16

Codes

Color #4C7A71 in popluar color models

4C7A71
RGB76122113
HSL168°23.23%38.82%
HSB/HSV168°37.70%47.84%
CMYK37.70%0.00%7.38%
52.16%

Color #4C7A71 in popluar number systems.

HEX4C7A71
Decimal76122113
Binary100110011110101110001
Octal114172161

Shades and tints

Shades of #4C7A71

#4C7A71
(76,122,113)
#466F67
(70,111,103)
#40645D
(64,100,93)
#3A5953
(58,89,83)
#344E49
(52,78,73)
#2E433F
(46,67,63)
#283835
(40,56,53)
#222D2B
(34,45,43)
#1C2221
(28,34,33)
#161717
(22,23,23)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C7A71

#4C7A71
(76,122,113)
#5C867D
(92,134,125)
#6C9289
(108,146,137)
#7C9E95
(124,158,149)
#8CAAA1
(140,170,161)
#9CB6AD
(156,182,173)
#ACC2B9
(172,194,185)
#BCCEC5
(188,206,197)
#CCDAD1
(204,218,209)
#DCE6DD
(220,230,221)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7A71; }

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

This text font color is #4C7A71.


Background Color

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

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

This div background color is #4C7A71.


Border color

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

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

This div border color is #4C7A71.


Opacity

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

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

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

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

This text has shadow with #4C7A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7A71 on black background.


Color preview on white background

This text has color #4C7A71 on white background.



Black color preview on #4C7A71 background

This text has black color on #4C7A71 background.


White color preview on #4C7A71 background

This text has white color on #4C7A71 background.