COLOR #4C7754

HEX: #4C7754
RGB: (76,119,84)

Color info

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

RGB color model

#4C7754 color RGB value is (76,119,84).

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

RGB channels and saturation

R 76 of 255 = 30%
G 119 of 255 = 47%
B 84 of 255 = 33%

76
119
84

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

Portions of RGB colors in percentages

R + G + B =
76 + 119 + 84 = 279 (100%)
R 76 of 279 ~ 27.24%
G 119 of 279 ~ 42.65%
B 84 of 279 ~ 30.11%

%27.24
%42.65
%30.11

CMYK color model

#4C7754 color CMYK value is (36,0,29,53).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 53.33%
CMYK:
(36,0,29,53)
C36M0Y29K53 
(36%,0%,29%,53%)
(0.36/0.00/0.29/0.53)	

CMYK percentages

%36.13
%0
%29.41
%53.33

Codes

Color #4C7754 in popluar color models

4C7754
RGB7611984
HSL131°22.05%38.24%
HSB/HSV131°36.13%46.67%
CMYK36.13%0.00%29.41%
53.33%

Color #4C7754 in popluar number systems.

HEX4C7754
Decimal7611984
Binary100110011101111010100
Octal114167124

Shades and tints

Shades of #4C7754

#4C7754
(76,119,84)
#466D4D
(70,109,77)
#406346
(64,99,70)
#3A593F
(58,89,63)
#344F38
(52,79,56)
#2E4531
(46,69,49)
#283B2A
(40,59,42)
#223123
(34,49,35)
#1C271C
(28,39,28)
#161D15
(22,29,21)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #4C7754

#4C7754
(76,119,84)
#5C8363
(92,131,99)
#6C8F72
(108,143,114)
#7C9B81
(124,155,129)
#8CA790
(140,167,144)
#9CB39F
(156,179,159)
#ACBFAE
(172,191,174)
#BCCBBD
(188,203,189)
#CCD7CC
(204,215,204)
#DCE3DB
(220,227,219)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7754; }

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

This text font color is #4C7754.


Background Color

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

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

This div background color is #4C7754.


Border color

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

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

This div border color is #4C7754.


Opacity

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

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

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

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

This text has shadow with #4C7754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7754 on black background.


Color preview on white background

This text has color #4C7754 on white background.



Black color preview on #4C7754 background

This text has black color on #4C7754 background.


White color preview on #4C7754 background

This text has white color on #4C7754 background.