COLOR #4C9486

HEX: #4C9486 RGB: (76,148,134)

Color info

#4C9486 contains mainly green and blue colors. Web safe color of #4C9486 is #339999 (or #399).

RGB color model

#4C9486 color RGB value is (76,148,134).

RGB: (76,148,134) (30%, 58%, 53%)

RGB channels and saturation

R 76 of 255 = 30%
G 148 of 255 = 58%
B 134 of 255 = 53%

76
148
134

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

Portions of RGB colors in percentages

R + G + B = 76 + 148 + 134 = 358 (100%)
R 76 of 358 ~ 21.23%
G 148 of 358 ~ 41.34%
B 134 of 358 ~ 37.43'%

%21.23
%41.34
%37.43

CMYK color model

#4C9486 color CMYK value is (49,0,9,42).

  • cyan value is 48.65%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 41.96%

CMYK: (49,0,9,42)
C49M0Y9K42 (49%, 0%, 9%, 42%)
(0.49 / 0.00 / 0.09 / 0.42)

CMYK percentages

%48.65
%0
%9.46
%41.96

Codes

Color #4C9486 in popluar color models

4C 94 86
RGB 76 148 134
HSL 168° 32.14% 43.92%
HSB/HSV 168° 48.65% 58.04%
CMYK 48.65% 0.00% 9.46%
41.96%

Color #4C9486 in popluar number systems.

HEX 4C 94 86
Decimal 76 148 134
Binary 1001100 10010100 10000110
Octal 114 224 206

Shades and tints

Shades of #4C9486

#4C9486
(76,148,134)
#46877A
(70,135,122)
#407A6E
(64,122,110)
#3A6D62
(58,109,98)
#346056
(52,96,86)
#2E534A
(46,83,74)
#28463E
(40,70,62)
#223932
(34,57,50)
#1C2C26
(28,44,38)
#161F1A
(22,31,26)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #4C9486

#4C9486
(76,148,134)
#5C9D91
(92,157,145)
#6CA69C
(108,166,156)
#7CAFA7
(124,175,167)
#8CB8B2
(140,184,178)
#9CC1BD
(156,193,189)
#ACCAC8
(172,202,200)
#BCD3D3
(188,211,211)
#CCDCDE
(204,220,222)
#DCE5E9
(220,229,233)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9486 color. Also use rgb(76,148,134) instead hex code.

Text Font Color

.myTextColor { color: #4C9486; }

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

This text font color is #4C9486.

Background Color

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

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

This div background color is #4C9486.

Border color

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

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

This div border color is #4C9486.

Opacity

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

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

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

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

This text has shadow with #4C9486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C9486.

Preview

Color preview on black background

This text has color #4C9486 on black background.


Color preview on white background

This text has color #4C9486 on white background.


Black color preview on #4C9486 background

This text has black color on #4C9486 background.


White color preview on #4C9486 background

This text has white color on #4C9486 background.


Related colors

Complementary color

Complementary color for #hex is #B36B79.


I love getcolorcode.com

Triadic colors

1 #864C94 and #94864C with #4C9486 are triadic colors.

2 #86944C and #944C86 with #4C9486 are triadic colors.