COLOR #4C7A6F

HEX: #4C7A6F
RGB: (76,122,111)

Color info

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

RGB color model

#4C7A6F color RGB value is (76,122,111).

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

RGB channels and saturation

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

76
122
111

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

Portions of RGB colors in percentages

R + G + B =
76 + 122 + 111 = 309 (100%)
R 76 of 309 ~ 24.6%
G 122 of 309 ~ 39.48%
B 111 of 309 ~ 35.92%

%24.6
%39.48
%35.92

CMYK color model

#4C7A6F color CMYK value is (38,0,9,52).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 52.16%
CMYK:
(38,0,9,52)
C38M0Y9K52 
(38%,0%,9%,52%)
(0.38/0.00/0.09/0.52)	

CMYK percentages

%37.7
%0
%9.02
%52.16

Codes

Color #4C7A6F in popluar color models

4C7A6F
RGB76122111
HSL166°23.23%38.82%
HSB/HSV166°37.70%47.84%
CMYK37.70%0.00%9.02%
52.16%

Color #4C7A6F in popluar number systems.

HEX4C7A6F
Decimal76122111
Binary100110011110101101111
Octal114172157

Shades and tints

Shades of #4C7A6F

#4C7A6F
(76,122,111)
#466F65
(70,111,101)
#40645B
(64,100,91)
#3A5951
(58,89,81)
#344E47
(52,78,71)
#2E433D
(46,67,61)
#283833
(40,56,51)
#222D29
(34,45,41)
#1C221F
(28,34,31)
#161715
(22,23,21)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #4C7A6F

#4C7A6F
(76,122,111)
#5C867C
(92,134,124)
#6C9289
(108,146,137)
#7C9E96
(124,158,150)
#8CAAA3
(140,170,163)
#9CB6B0
(156,182,176)
#ACC2BD
(172,194,189)
#BCCECA
(188,206,202)
#CCDAD7
(204,218,215)
#DCE6E4
(220,230,228)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7A6F; }

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

This text font color is #4C7A6F.


Background Color

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

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

This div background color is #4C7A6F.


Border color

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

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

This div border color is #4C7A6F.


Opacity

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

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

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

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

This text has shadow with #4C7A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7A6F on black background.


Color preview on white background

This text has color #4C7A6F on white background.



Black color preview on #4C7A6F background

This text has black color on #4C7A6F background.


White color preview on #4C7A6F background

This text has white color on #4C7A6F background.