COLOR #4C8B9A

HEX: #4C8B9A
RGB: (76,139,154)

Color info

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

RGB color model

#4C8B9A color RGB value is (76,139,154).

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

RGB channels and saturation

R 76 of 255 = 30%
G 139 of 255 = 55%
B 154 of 255 = 60%

76
139
154

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

Portions of RGB colors in percentages

R + G + B =
76 + 139 + 154 = 369 (100%)
R 76 of 369 ~ 20.6%
G 139 of 369 ~ 37.67%
B 154 of 369 ~ 41.73%

%20.6
%37.67
%41.73

CMYK color model

#4C8B9A color CMYK value is (51,10,0,40).

  • cyan value is 50.65%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(51,10,0,40)
C51M10Y0K40 
(51%,10%,0%,40%)
(0.51/0.10/0.00/0.40)	

CMYK percentages

%50.65
%9.74
%0
%39.61

Codes

Color #4C8B9A in popluar color models

4C8B9A
RGB76139154
HSL192°33.91%45.10%
HSB/HSV192°50.65%60.39%
CMYK50.65%9.74%0.00%
39.61%

Color #4C8B9A in popluar number systems.

HEX4C8B9A
Decimal76139154
Binary10011001000101110011010
Octal114213232

Shades and tints

Shades of #4C8B9A

#4C8B9A
(76,139,154)
#467F8C
(70,127,140)
#40737E
(64,115,126)
#3A6770
(58,103,112)
#345B62
(52,91,98)
#2E4F54
(46,79,84)
#284346
(40,67,70)
#223738
(34,55,56)
#1C2B2A
(28,43,42)
#161F1C
(22,31,28)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #4C8B9A

#4C8B9A
(76,139,154)
#5C95A3
(92,149,163)
#6C9FAC
(108,159,172)
#7CA9B5
(124,169,181)
#8CB3BE
(140,179,190)
#9CBDC7
(156,189,199)
#ACC7D0
(172,199,208)
#BCD1D9
(188,209,217)
#CCDBE2
(204,219,226)
#DCE5EB
(220,229,235)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8B9A; }

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

This text font color is #4C8B9A.


Background Color

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

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

This div background color is #4C8B9A.


Border color

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

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

This div border color is #4C8B9A.


Opacity

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

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

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

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

This text has shadow with #4C8B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8B9A on black background.


Color preview on white background

This text has color #4C8B9A on white background.



Black color preview on #4C8B9A background

This text has black color on #4C8B9A background.


White color preview on #4C8B9A background

This text has white color on #4C8B9A background.