COLOR #4C754E

HEX: #4C754E
RGB: (76,117,78)

Color info

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

RGB color model

#4C754E color RGB value is (76,117,78).

  • red value is 76;
  • green value is 117;
  • blue value is 78.
RGB:
(76,117,78)
(30%,46%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 117 of 255 = 46%
B 78 of 255 = 31%

76
117
78

R + G + B ~ 36%. #4C754E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 117 + 78 = 271 (100%)
R 76 of 271 ~ 28.04%
G 117 of 271 ~ 43.17%
B 78 of 271 ~ 28.78%

%28.04
%43.17
%28.78

CMYK color model

#4C754E color CMYK value is (35,0,33,54).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 54.12%
CMYK:
(35,0,33,54)
C35M0Y33K54 
(35%,0%,33%,54%)
(0.35/0.00/0.33/0.54)	

CMYK percentages

%35.04
%0
%33.33
%54.12

Codes

Color #4C754E in popluar color models

4C754E
RGB7611778
HSL123°21.24%37.84%
HSB/HSV123°35.04%45.88%
CMYK35.04%0.00%33.33%
54.12%

Color #4C754E in popluar number systems.

HEX4C754E
Decimal7611778
Binary100110011101011001110
Octal114165116

Shades and tints

Shades of #4C754E

#4C754E
(76,117,78)
#466B47
(70,107,71)
#406140
(64,97,64)
#3A5739
(58,87,57)
#344D32
(52,77,50)
#2E432B
(46,67,43)
#283924
(40,57,36)
#222F1D
(34,47,29)
#1C2516
(28,37,22)
#161B0F
(22,27,15)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #4C754E

#4C754E
(76,117,78)
#5C815E
(92,129,94)
#6C8D6E
(108,141,110)
#7C997E
(124,153,126)
#8CA58E
(140,165,142)
#9CB19E
(156,177,158)
#ACBDAE
(172,189,174)
#BCC9BE
(188,201,190)
#CCD5CE
(204,213,206)
#DCE1DE
(220,225,222)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C754E color. Also use rgb(76,117,78) instead hex code.

Text Font Color

.myTextColor { color: #4C754E; }

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

This text font color is #4C754E.


Background Color

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

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

This div background color is #4C754E.


Border color

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

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

This div border color is #4C754E.


Opacity

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

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

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

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

This text has shadow with #4C754E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C754E on black background.


Color preview on white background

This text has color #4C754E on white background.



Black color preview on #4C754E background

This text has black color on #4C754E background.


White color preview on #4C754E background

This text has white color on #4C754E background.