COLOR #4C886E

HEX: #4C886E RGB: (76,136,110)

Color info

#4C886E contains mainly green and blue colors. Web safe color of #4C886E is #339966 (or #396).

RGB color model

#4C886E color RGB value is (76,136,110).

RGB: (76,136,110) (30%, 53%, 43%)

RGB channels and saturation

R 76 of 255 = 30%
G 136 of 255 = 53%
B 110 of 255 = 43%

76
136
110

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

Portions of RGB colors in percentages

R + G + B = 76 + 136 + 110 = 322 (100%)
R 76 of 322 ~ 23.6%
G 136 of 322 ~ 42.24%
B 110 of 322 ~ 34.16'%

%23.6
%42.24
%34.16

CMYK color model

#4C886E color CMYK value is (44,0,19,47).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK: (44,0,19,47) C44M0Y19K47 (44%,0%,19%,47%) (0.44/0.00/0.19/0.47) 

CMYK percentages

%44.12
%0
%19.12
%46.67

Codes

Color #4C886E in popluar color models

4C 88 6E
RGB 76 136 110
HSL 154° 28.30% 41.57%
HSB/HSV 154° 44.12% 53.33%
CMYK 44.12% 0.00% 19.12%
46.67%

Color #4C886E in popluar number systems.

HEX 4C 88 6E
Decimal 76 136 110
Binary 1001100 10001000 1101110
Octal 114 210 156

Shades and tints

Shades of #4C886E

#4C886E
(76,136,110)
#467C64
(70,124,100)
#40705A
(64,112,90)
#3A6450
(58,100,80)
#345846
(52,88,70)
#2E4C3C
(46,76,60)
#284032
(40,64,50)
#223428
(34,52,40)
#1C281E
(28,40,30)
#161C14
(22,28,20)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #4C886E

#4C886E
(76,136,110)
#5C927B
(92,146,123)
#6C9C88
(108,156,136)
#7CA695
(124,166,149)
#8CB0A2
(140,176,162)
#9CBAAF
(156,186,175)
#ACC4BC
(172,196,188)
#BCCEC9
(188,206,201)
#CCD8D6
(204,216,214)
#DCE2E3
(220,226,227)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C886E color. Also use rgb(76,136,110) instead hex code.

Text Font Color

.myTextColor { color: #4C886E; }

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

This text font color is #4C886E.

Background Color

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

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

This div background color is #4C886E.

Border color

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

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

This div border color is #4C886E.

Opacity

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

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

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

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

This text has shadow with #4C886E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C886E.

Preview

Color preview on black background

This text has color #4C886E on black background.


Color preview on white background

This text has color #4C886E on white background.


Black color preview on #4C886E background

This text has black color on #4C886E background.


White color preview on #4C886E background

This text has white color on #4C886E background.


Related colors

Complementary color

Complementary color for #hex is #B37791.


I love getcolorcode.com

Triadic colors

1 #6E4C88 and #886E4C with #4C886E are triadic colors.

2 #6E884C and #884C6E with #4C886E are triadic colors.