COLOR #4C887A

HEX: #4C887A
RGB: (76,136,122)

Color info

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

RGB color model

#4C887A color RGB value is (76,136,122).

  • red value is 76;
  • green value is 136;
  • blue value is 122.
RGB:
(76,136,122)
(30%,53%,48%)

RGB channels and saturation

R 76 of 255 = 30%
G 136 of 255 = 53%
B 122 of 255 = 48%

76
136
122

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

Portions of RGB colors in percentages

R + G + B =
76 + 136 + 122 = 334 (100%)
R 76 of 334 ~ 22.75%
G 136 of 334 ~ 40.72%
B 122 of 334 ~ 36.53%

%22.75
%40.72
%36.53

CMYK color model

#4C887A color CMYK value is (44,0,10,47).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 46.67%
CMYK:
(44,0,10,47)
C44M0Y10K47 
(44%,0%,10%,47%)
(0.44/0.00/0.10/0.47)	

CMYK percentages

%44.12
%0
%10.29
%46.67

Codes

Color #4C887A in popluar color models

4C887A
RGB76136122
HSL166°28.30%41.57%
HSB/HSV166°44.12%53.33%
CMYK44.12%0.00%10.29%
46.67%

Color #4C887A in popluar number systems.

HEX4C887A
Decimal76136122
Binary1001100100010001111010
Octal114210172

Shades and tints

Shades of #4C887A

#4C887A
(76,136,122)
#467C6F
(70,124,111)
#407064
(64,112,100)
#3A6459
(58,100,89)
#34584E
(52,88,78)
#2E4C43
(46,76,67)
#284038
(40,64,56)
#22342D
(34,52,45)
#1C2822
(28,40,34)
#161C17
(22,28,23)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #4C887A

#4C887A
(76,136,122)
#5C9286
(92,146,134)
#6C9C92
(108,156,146)
#7CA69E
(124,166,158)
#8CB0AA
(140,176,170)
#9CBAB6
(156,186,182)
#ACC4C2
(172,196,194)
#BCCECE
(188,206,206)
#CCD8DA
(204,216,218)
#DCE2E6
(220,226,230)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C887A; }

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

This text font color is #4C887A.


Background Color

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

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

This div background color is #4C887A.


Border color

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

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

This div border color is #4C887A.


Opacity

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

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

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

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

This text has shadow with #4C887A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C887A on black background.


Color preview on white background

This text has color #4C887A on white background.



Black color preview on #4C887A background

This text has black color on #4C887A background.


White color preview on #4C887A background

This text has white color on #4C887A background.