COLOR #4C8858

HEX: #4C8858 RGB: (76,136,88)

Color info

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

RGB color model

#4C8858 color RGB value is (76,136,88).

RGB: (76,136,88) (30%, 53%, 35%)

RGB channels and saturation

R 76 of 255 = 30%
G 136 of 255 = 53%
B 88 of 255 = 35%

76
136
88

R + G + B ~ 39%. #4C8858 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 136 + 88 = 300 (100%)
R 76 of 300 ~ 25.33%
G 136 of 300 ~ 45.33%
B 88 of 300 ~ 29.33'%

%25.33
%45.33
%29.33

CMYK color model

#4C8858 color CMYK value is (44,0,35,47).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 46.67%

CMYK: (44,0,35,47)
C44M0Y35K47 (44%, 0%, 35%, 47%)
(0.44 / 0.00 / 0.35 / 0.47)

CMYK percentages

%44.12
%0
%35.29
%46.67

Codes

Color #4C8858 in popluar color models

4C 88 58
RGB 76 136 88
HSL 132° 28.30% 41.57%
HSB/HSV 132° 44.12% 53.33%
CMYK 44.12% 0.00% 35.29%
46.67%

Color #4C8858 in popluar number systems.

HEX 4C 88 58
Decimal 76 136 88
Binary 1001100 10001000 1011000
Octal 114 210 130

Shades and tints

Shades of #4C8858

#4C8858
(76,136,88)
#467C50
(70,124,80)
#407048
(64,112,72)
#3A6440
(58,100,64)
#345838
(52,88,56)
#2E4C30
(46,76,48)
#284028
(40,64,40)
#223420
(34,52,32)
#1C2818
(28,40,24)
#161C10
(22,28,16)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #4C8858

#4C8858
(76,136,88)
#5C9267
(92,146,103)
#6C9C76
(108,156,118)
#7CA685
(124,166,133)
#8CB094
(140,176,148)
#9CBAA3
(156,186,163)
#ACC4B2
(172,196,178)
#BCCEC1
(188,206,193)
#CCD8D0
(204,216,208)
#DCE2DF
(220,226,223)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8858; }

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

This text font color is #4C8858.

Background Color

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

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

This div background color is #4C8858.

Border color

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

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

This div border color is #4C8858.

Opacity

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

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

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

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

This text has shadow with #4C8858 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8858.

Preview

Color preview on black background

This text has color #4C8858 on black background.


Color preview on white background

This text has color #4C8858 on white background.


Black color preview on #4C8858 background

This text has black color on #4C8858 background.


White color preview on #4C8858 background

This text has white color on #4C8858 background.


Related colors

Complementary color

Complementary color for #hex is #B377A7.


I love getcolorcode.com

Triadic colors

1 #584C88 and #88584C with #4C8858 are triadic colors.

2 #58884C and #884C58 with #4C8858 are triadic colors.