COLOR #4C8D99

HEX: #4C8D99 RGB: (76,141,153)

Color info

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

RGB color model

#4C8D99 color RGB value is (76,141,153).

RGB: (76,141,153) (30%, 55%, 60%)

RGB channels and saturation

R 76 of 255 = 30%
G 141 of 255 = 55%
B 153 of 255 = 60%

76
141
153

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

Portions of RGB colors in percentages

R + G + B = 76 + 141 + 153 = 370 (100%)
R 76 of 370 ~ 20.54%
G 141 of 370 ~ 38.11%
B 153 of 370 ~ 41.35'%

%20.54
%38.11
%41.35

CMYK color model

#4C8D99 color CMYK value is (50,8,0,40).

  • cyan value is 50.33%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (50,8,0,40)
C50M8Y0K40 (50%, 8%, 0%, 40%)
(0.50 / 0.08 / 0.00 / 0.40)

CMYK percentages

%50.33
%7.84
%0
%40

Codes

Color #4C8D99 in popluar color models

4C 8D 99
RGB 76 141 153
HSL 189° 33.62% 44.90%
HSB/HSV 189° 50.33% 60.00%
CMYK 50.33% 7.84% 0.00%
40.00%

Color #4C8D99 in popluar number systems.

HEX 4C 8D 99
Decimal 76 141 153
Binary 1001100 10001101 10011001
Octal 114 215 231

Shades and tints

Shades of #4C8D99

#4C8D99
(76,141,153)
#46818C
(70,129,140)
#40757F
(64,117,127)
#3A6972
(58,105,114)
#345D65
(52,93,101)
#2E5158
(46,81,88)
#28454B
(40,69,75)
#22393E
(34,57,62)
#1C2D31
(28,45,49)
#162124
(22,33,36)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #4C8D99

#4C8D99
(76,141,153)
#5C97A2
(92,151,162)
#6CA1AB
(108,161,171)
#7CABB4
(124,171,180)
#8CB5BD
(140,181,189)
#9CBFC6
(156,191,198)
#ACC9CF
(172,201,207)
#BCD3D8
(188,211,216)
#CCDDE1
(204,221,225)
#DCE7EA
(220,231,234)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8D99 color. Also use rgb(76,141,153) instead hex code.

Text Font Color

.myTextColor { color: #4C8D99; }

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

This text font color is #4C8D99.

Background Color

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

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

This div background color is #4C8D99.

Border color

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

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

This div border color is #4C8D99.

Opacity

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

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

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

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

This text has shadow with #4C8D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8D99.

Preview

Color preview on black background

This text has color #4C8D99 on black background.


Color preview on white background

This text has color #4C8D99 on white background.


Black color preview on #4C8D99 background

This text has black color on #4C8D99 background.


White color preview on #4C8D99 background

This text has white color on #4C8D99 background.


Related colors

Complementary color

Complementary color for #hex is #B37266.


I love getcolorcode.com

Triadic colors

1 #994C8D and #8D994C with #4C8D99 are triadic colors.

2 #998D4C and #8D4C99 with #4C8D99 are triadic colors.