COLOR #4C7C54

HEX: #4C7C54
RGB: (76,124,84)

Color info

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

RGB color model

#4C7C54 color RGB value is (76,124,84).

  • red value is 76;
  • green value is 124;
  • blue value is 84.
RGB:
(76,124,84)
(30%,49%,33%)

RGB channels and saturation

R 76 of 255 = 30%
G 124 of 255 = 49%
B 84 of 255 = 33%

76
124
84

R + G + B ~ 37%. #4C7C54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 124 + 84 = 284 (100%)
R 76 of 284 ~ 26.76%
G 124 of 284 ~ 43.66%
B 84 of 284 ~ 29.58%

%26.76
%43.66
%29.58

CMYK color model

#4C7C54 color CMYK value is (39,0,32,51).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 51.37%
CMYK:
(39,0,32,51)
C39M0Y32K51 
(39%,0%,32%,51%)
(0.39/0.00/0.32/0.51)	

CMYK percentages

%38.71
%0
%32.26
%51.37

Codes

Color #4C7C54 in popluar color models

4C7C54
RGB7612484
HSL130°24.00%39.22%
HSB/HSV130°38.71%48.63%
CMYK38.71%0.00%32.26%
51.37%

Color #4C7C54 in popluar number systems.

HEX4C7C54
Decimal7612484
Binary100110011111001010100
Octal114174124

Shades and tints

Shades of #4C7C54

#4C7C54
(76,124,84)
#46714D
(70,113,77)
#406646
(64,102,70)
#3A5B3F
(58,91,63)
#345038
(52,80,56)
#2E4531
(46,69,49)
#283A2A
(40,58,42)
#222F23
(34,47,35)
#1C241C
(28,36,28)
#161915
(22,25,21)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #4C7C54

#4C7C54
(76,124,84)
#5C8763
(92,135,99)
#6C9272
(108,146,114)
#7C9D81
(124,157,129)
#8CA890
(140,168,144)
#9CB39F
(156,179,159)
#ACBEAE
(172,190,174)
#BCC9BD
(188,201,189)
#CCD4CC
(204,212,204)
#DCDFDB
(220,223,219)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7C54 color. Also use rgb(76,124,84) instead hex code.

Text Font Color

.myTextColor { color: #4C7C54; }

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

This text font color is #4C7C54.


Background Color

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

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

This div background color is #4C7C54.


Border color

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

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

This div border color is #4C7C54.


Opacity

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

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

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

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

This text has shadow with #4C7C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7C54 on black background.


Color preview on white background

This text has color #4C7C54 on white background.



Black color preview on #4C7C54 background

This text has black color on #4C7C54 background.


White color preview on #4C7C54 background

This text has white color on #4C7C54 background.