COLOR #4C8B8A

HEX: #4C8B8A
RGB: (76,139,138)

Color info

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

RGB color model

#4C8B8A color RGB value is (76,139,138).

  • red value is 76;
  • green value is 139;
  • blue value is 138.
RGB:
(76,139,138)
(30%,55%,54%)

RGB channels and saturation

R 76 of 255 = 30%
G 139 of 255 = 55%
B 138 of 255 = 54%

76
139
138

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

Portions of RGB colors in percentages

R + G + B =
76 + 139 + 138 = 353 (100%)
R 76 of 353 ~ 21.53%
G 139 of 353 ~ 39.38%
B 138 of 353 ~ 39.09%

%21.53
%39.38
%39.09

CMYK color model

#4C8B8A color CMYK value is (45,0,1,45).

  • cyan value is 45.32%
  • magenta value is 0.00%
  • yellow value is 0.72%
  • key color value is 45.49%
CMYK:
(45,0,1,45)
C45M0Y1K45 
(45%,0%,1%,45%)
(0.45/0.00/0.01/0.45)	

CMYK percentages

%45.32
%0
%0.72
%45.49

Codes

Color #4C8B8A in popluar color models

4C8B8A
RGB76139138
HSL179°29.30%42.16%
HSB/HSV179°45.32%54.51%
CMYK45.32%0.00%0.72%
45.49%

Color #4C8B8A in popluar number systems.

HEX4C8B8A
Decimal76139138
Binary10011001000101110001010
Octal114213212

Shades and tints

Shades of #4C8B8A

#4C8B8A
(76,139,138)
#467F7E
(70,127,126)
#407372
(64,115,114)
#3A6766
(58,103,102)
#345B5A
(52,91,90)
#2E4F4E
(46,79,78)
#284342
(40,67,66)
#223736
(34,55,54)
#1C2B2A
(28,43,42)
#161F1E
(22,31,30)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #4C8B8A

#4C8B8A
(76,139,138)
#5C9594
(92,149,148)
#6C9F9E
(108,159,158)
#7CA9A8
(124,169,168)
#8CB3B2
(140,179,178)
#9CBDBC
(156,189,188)
#ACC7C6
(172,199,198)
#BCD1D0
(188,209,208)
#CCDBDA
(204,219,218)
#DCE5E4
(220,229,228)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8B8A color. Also use rgb(76,139,138) instead hex code.

Text Font Color

.myTextColor { color: #4C8B8A; }

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

This text font color is #4C8B8A.


Background Color

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

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

This div background color is #4C8B8A.


Border color

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

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

This div border color is #4C8B8A.


Opacity

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

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

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

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

This text has shadow with #4C8B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8B8A on black background.


Color preview on white background

This text has color #4C8B8A on white background.



Black color preview on #4C8B8A background

This text has black color on #4C8B8A background.


White color preview on #4C8B8A background

This text has white color on #4C8B8A background.