COLOR #4C9A9D

HEX: #4C9A9D
RGB: (76,154,157)

Color info

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

RGB color model

#4C9A9D color RGB value is (76,154,157).

  • red value is 76;
  • green value is 154;
  • blue value is 157.
RGB:
(76,154,157)
(30%,60%,62%)

RGB channels and saturation

R 76 of 255 = 30%
G 154 of 255 = 60%
B 157 of 255 = 62%

76
154
157

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

Portions of RGB colors in percentages

R + G + B =
76 + 154 + 157 = 387 (100%)
R 76 of 387 ~ 19.64%
G 154 of 387 ~ 39.79%
B 157 of 387 ~ 40.57%

%19.64
%39.79
%40.57

CMYK color model

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

  • cyan value is 51.59%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(52,2,0,38)
C52M2Y0K38 
(52%,2%,0%,38%)
(0.52/0.02/0.00/0.38)	

CMYK percentages

%51.59
%1.91
%0
%38.43

Codes

Color #4C9A9D in popluar color models

4C9A9D
RGB76154157
HSL182°34.76%45.69%
HSB/HSV182°51.59%61.57%
CMYK51.59%1.91%0.00%
38.43%

Color #4C9A9D in popluar number systems.

HEX4C9A9D
Decimal76154157
Binary10011001001101010011101
Octal114232235

Shades and tints

Shades of #4C9A9D

#4C9A9D
(76,154,157)
#468C8F
(70,140,143)
#407E81
(64,126,129)
#3A7073
(58,112,115)
#346265
(52,98,101)
#2E5457
(46,84,87)
#284649
(40,70,73)
#22383B
(34,56,59)
#1C2A2D
(28,42,45)
#161C1F
(22,28,31)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #4C9A9D

#4C9A9D
(76,154,157)
#5CA3A5
(92,163,165)
#6CACAD
(108,172,173)
#7CB5B5
(124,181,181)
#8CBEBD
(140,190,189)
#9CC7C5
(156,199,197)
#ACD0CD
(172,208,205)
#BCD9D5
(188,217,213)
#CCE2DD
(204,226,221)
#DCEBE5
(220,235,229)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9A9D color. Also use rgb(76,154,157) instead hex code.

Text Font Color

.myTextColor { color: #4C9A9D; }

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

This text font color is #4C9A9D.


Background Color

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

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

This div background color is #4C9A9D.


Border color

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

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

This div border color is #4C9A9D.


Opacity

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

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

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

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

This text has shadow with #4C9A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9A9D on black background.


Color preview on white background

This text has color #4C9A9D on white background.



Black color preview on #4C9A9D background

This text has black color on #4C9A9D background.


White color preview on #4C9A9D background

This text has white color on #4C9A9D background.