COLOR #4C7851

HEX: #4C7851 RGB: (76,120,81)

Color info

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

RGB color model

#4C7851 color RGB value is (76,120,81).

RGB: (76,120,81) (30%, 47%, 32%)

RGB channels and saturation

R 76 of 255 = 30%
G 120 of 255 = 47%
B 81 of 255 = 32%

76
120
81

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

Portions of RGB colors in percentages

R + G + B = 76 + 120 + 81 = 277 (100%)
R 76 of 277 ~ 27.44%
G 120 of 277 ~ 43.32%
B 81 of 277 ~ 29.24'%

%27.44
%43.32
%29.24

CMYK color model

#4C7851 color CMYK value is (37,0,33,53).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 52.94%

CMYK: (37,0,33,53)
C37M0Y33K53 (37%, 0%, 33%, 53%)
(0.37 / 0.00 / 0.33 / 0.53)

CMYK percentages

%36.67
%0
%32.5
%52.94

Codes

Color #4C7851 in popluar color models

4C 78 51
RGB 76 120 81
HSL 127° 22.45% 38.43%
HSB/HSV 127° 36.67% 47.06%
CMYK 36.67% 0.00% 32.50%
52.94%

Color #4C7851 in popluar number systems.

HEX 4C 78 51
Decimal 76 120 81
Binary 1001100 1111000 1010001
Octal 114 170 121

Shades and tints

Shades of #4C7851

#4C7851
(76,120,81)
#466E4A
(70,110,74)
#406443
(64,100,67)
#3A5A3C
(58,90,60)
#345035
(52,80,53)
#2E462E
(46,70,46)
#283C27
(40,60,39)
#223220
(34,50,32)
#1C2819
(28,40,25)
#161E12
(22,30,18)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #4C7851

#4C7851
(76,120,81)
#5C8460
(92,132,96)
#6C906F
(108,144,111)
#7C9C7E
(124,156,126)
#8CA88D
(140,168,141)
#9CB49C
(156,180,156)
#ACC0AB
(172,192,171)
#BCCCBA
(188,204,186)
#CCD8C9
(204,216,201)
#DCE4D8
(220,228,216)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7851 color. Also use rgb(76,120,81) instead hex code.

Text Font Color

.myTextColor { color: #4C7851; }

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

This text font color is #4C7851.

Background Color

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

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

This div background color is #4C7851.

Border color

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

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

This div border color is #4C7851.

Opacity

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

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

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

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

This text has shadow with #4C7851 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7851.

Preview

Color preview on black background

This text has color #4C7851 on black background.


Color preview on white background

This text has color #4C7851 on white background.


Black color preview on #4C7851 background

This text has black color on #4C7851 background.


White color preview on #4C7851 background

This text has white color on #4C7851 background.


Related colors

Complementary color

Complementary color for #hex is #B387AE.


I love getcolorcode.com

Triadic colors

1 #514C78 and #78514C with #4C7851 are triadic colors.

2 #51784C and #784C51 with #4C7851 are triadic colors.