COLOR #4C9C9F

HEX: #4C9C9F RGB: (76,156,159)

Color info

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

RGB color model

#4C9C9F color RGB value is (76,156,159).

RGB: (76,156,159) (30%, 61%, 62%)

RGB channels and saturation

R 76 of 255 = 30%
G 156 of 255 = 61%
B 159 of 255 = 62%

76
156
159

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

Portions of RGB colors in percentages

R + G + B = 76 + 156 + 159 = 391 (100%)
R 76 of 391 ~ 19.44%
G 156 of 391 ~ 39.9%
B 159 of 391 ~ 40.66'%

%19.44
%39.9
%40.66

CMYK color model

#4C9C9F color CMYK value is (52,2,0,38).

  • cyan value is 52.20%
  • magenta value is 1.89%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (52,2,0,38)
C52M2Y0K38 (52%, 2%, 0%, 38%)
(0.52 / 0.02 / 0.00 / 0.38)

CMYK percentages

%52.2
%1.89
%0
%37.65

Codes

Color #4C9C9F in popluar color models

4C 9C 9F
RGB 76 156 159
HSL 182° 35.32% 46.08%
HSB/HSV 182° 52.20% 62.35%
CMYK 52.20% 1.89% 0.00%
37.65%

Color #4C9C9F in popluar number systems.

HEX 4C 9C 9F
Decimal 76 156 159
Binary 1001100 10011100 10011111
Octal 114 234 237

Shades and tints

Shades of #4C9C9F

#4C9C9F
(76,156,159)
#468E91
(70,142,145)
#408083
(64,128,131)
#3A7275
(58,114,117)
#346467
(52,100,103)
#2E5659
(46,86,89)
#28484B
(40,72,75)
#223A3D
(34,58,61)
#1C2C2F
(28,44,47)
#161E21
(22,30,33)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #4C9C9F

#4C9C9F
(76,156,159)
#5CA5A7
(92,165,167)
#6CAEAF
(108,174,175)
#7CB7B7
(124,183,183)
#8CC0BF
(140,192,191)
#9CC9C7
(156,201,199)
#ACD2CF
(172,210,207)
#BCDBD7
(188,219,215)
#CCE4DF
(204,228,223)
#DCEDE7
(220,237,231)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9C9F color. Also use rgb(76,156,159) instead hex code.

Text Font Color

.myTextColor { color: #4C9C9F; }

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

This text font color is #4C9C9F.

Background Color

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

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

This div background color is #4C9C9F.

Border color

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

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

This div border color is #4C9C9F.

Opacity

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

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

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

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

This text has shadow with #4C9C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C9C9F.

Preview

Color preview on black background

This text has color #4C9C9F on black background.


Color preview on white background

This text has color #4C9C9F on white background.


Black color preview on #4C9C9F background

This text has black color on #4C9C9F background.


White color preview on #4C9C9F background

This text has white color on #4C9C9F background.


Related colors

Complementary color

Complementary color for #hex is #B36360.


I love getcolorcode.com

Triadic colors

1 #9F4C9C and #9C9F4C with #4C9C9F are triadic colors.

2 #9F9C4C and #9C4C9F with #4C9C9F are triadic colors.