COLOR #4C775A

HEX: #4C775A
RGB: (76,119,90)

Color info

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

RGB color model

#4C775A color RGB value is (76,119,90).

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

RGB channels and saturation

R 76 of 255 = 30%
G 119 of 255 = 47%
B 90 of 255 = 35%

76
119
90

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

Portions of RGB colors in percentages

R + G + B =
76 + 119 + 90 = 285 (100%)
R 76 of 285 ~ 26.67%
G 119 of 285 ~ 41.75%
B 90 of 285 ~ 31.58%

%26.67
%41.75
%31.58

CMYK color model

#4C775A color CMYK value is (36,0,24,53).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 24.37%
  • key color value is 53.33%
CMYK:
(36,0,24,53)
C36M0Y24K53 
(36%,0%,24%,53%)
(0.36/0.00/0.24/0.53)	

CMYK percentages

%36.13
%0
%24.37
%53.33

Codes

Color #4C775A in popluar color models

4C775A
RGB7611990
HSL140°22.05%38.24%
HSB/HSV140°36.13%46.67%
CMYK36.13%0.00%24.37%
53.33%

Color #4C775A in popluar number systems.

HEX4C775A
Decimal7611990
Binary100110011101111011010
Octal114167132

Shades and tints

Shades of #4C775A

#4C775A
(76,119,90)
#466D52
(70,109,82)
#40634A
(64,99,74)
#3A5942
(58,89,66)
#344F3A
(52,79,58)
#2E4532
(46,69,50)
#283B2A
(40,59,42)
#223122
(34,49,34)
#1C271A
(28,39,26)
#161D12
(22,29,18)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #4C775A

#4C775A
(76,119,90)
#5C8369
(92,131,105)
#6C8F78
(108,143,120)
#7C9B87
(124,155,135)
#8CA796
(140,167,150)
#9CB3A5
(156,179,165)
#ACBFB4
(172,191,180)
#BCCBC3
(188,203,195)
#CCD7D2
(204,215,210)
#DCE3E1
(220,227,225)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C775A; }

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

This text font color is #4C775A.


Background Color

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

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

This div background color is #4C775A.


Border color

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

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

This div border color is #4C775A.


Opacity

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

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

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

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

This text has shadow with #4C775A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C775A on black background.


Color preview on white background

This text has color #4C775A on white background.



Black color preview on #4C775A background

This text has black color on #4C775A background.


White color preview on #4C775A background

This text has white color on #4C775A background.