COLOR #4C8568

HEX: #4C8568 RGB: (76,133,104)

Color info

#4C8568 contains red, green and blue colors in about the same proportion. Web safe color of #4C8568 is #339966 (or #396).

RGB color model

#4C8568 color RGB value is (76,133,104).

RGB: (76,133,104) (30%, 52%, 41%)

RGB channels and saturation

R 76 of 255 = 30%
G 133 of 255 = 52%
B 104 of 255 = 41%

76
133
104

R + G + B ~ 41%. #4C8568 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 76 + 133 + 104 = 313 (100%)
R 76 of 313 ~ 24.28%
G 133 of 313 ~ 42.49%
B 104 of 313 ~ 33.23'%

%24.28
%42.49
%33.23

CMYK color model

#4C8568 color CMYK value is (43,0,22,48).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 21.80%
  • key color value is 47.84%

CMYK: (43,0,22,48)
C43M0Y22K48 (43%, 0%, 22%, 48%)
(0.43 / 0.00 / 0.22 / 0.48)

CMYK percentages

%42.86
%0
%21.8
%47.84

Codes

Color #4C8568 in popluar color models

4C 85 68
RGB 76 133 104
HSL 149° 27.27% 40.98%
HSB/HSV 149° 42.86% 52.16%
CMYK 42.86% 0.00% 21.80%
47.84%

Color #4C8568 in popluar number systems.

HEX 4C 85 68
Decimal 76 133 104
Binary 1001100 10000101 1101000
Octal 114 205 150

Shades and tints

Shades of #4C8568

#4C8568
(76,133,104)
#46795F
(70,121,95)
#406D56
(64,109,86)
#3A614D
(58,97,77)
#345544
(52,85,68)
#2E493B
(46,73,59)
#283D32
(40,61,50)
#223129
(34,49,41)
#1C2520
(28,37,32)
#161917
(22,25,23)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #4C8568

#4C8568
(76,133,104)
#5C9075
(92,144,117)
#6C9B82
(108,155,130)
#7CA68F
(124,166,143)
#8CB19C
(140,177,156)
#9CBCA9
(156,188,169)
#ACC7B6
(172,199,182)
#BCD2C3
(188,210,195)
#CCDDD0
(204,221,208)
#DCE8DD
(220,232,221)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8568 color. Also use rgb(76,133,104) instead hex code.

Text Font Color

.myTextColor { color: #4C8568; }

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

This text font color is #4C8568.

Background Color

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

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

This div background color is #4C8568.

Border color

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

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

This div border color is #4C8568.

Opacity

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

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

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

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

This text has shadow with #4C8568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8568.

Preview

Color preview on black background

This text has color #4C8568 on black background.


Color preview on white background

This text has color #4C8568 on white background.


Black color preview on #4C8568 background

This text has black color on #4C8568 background.


White color preview on #4C8568 background

This text has white color on #4C8568 background.


Related colors

Complementary color

Complementary color for #hex is #B37A97.


I love getcolorcode.com

Triadic colors

1 #684C85 and #85684C with #4C8568 are triadic colors.

2 #68854C and #854C68 with #4C8568 are triadic colors.