COLOR #4C8A85

HEX: #4C8A85
RGB: (76,138,133)

Color info

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

RGB color model

#4C8A85 color RGB value is (76,138,133).

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

RGB channels and saturation

R 76 of 255 = 30%
G 138 of 255 = 54%
B 133 of 255 = 52%

76
138
133

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

Portions of RGB colors in percentages

R + G + B =
76 + 138 + 133 = 347 (100%)
R 76 of 347 ~ 21.9%
G 138 of 347 ~ 39.77%
B 133 of 347 ~ 38.33%

%21.9
%39.77
%38.33

CMYK color model

#4C8A85 color CMYK value is (45,0,4,46).

  • cyan value is 44.93%
  • magenta value is 0.00%
  • yellow value is 3.62%
  • key color value is 45.88%
CMYK:
(45,0,4,46)
C45M0Y4K46 
(45%,0%,4%,46%)
(0.45/0.00/0.04/0.46)	

CMYK percentages

%44.93
%0
%3.62
%45.88

Codes

Color #4C8A85 in popluar color models

4C8A85
RGB76138133
HSL175°28.97%41.96%
HSB/HSV175°44.93%54.12%
CMYK44.93%0.00%3.62%
45.88%

Color #4C8A85 in popluar number systems.

HEX4C8A85
Decimal76138133
Binary10011001000101010000101
Octal114212205

Shades and tints

Shades of #4C8A85

#4C8A85
(76,138,133)
#467E79
(70,126,121)
#40726D
(64,114,109)
#3A6661
(58,102,97)
#345A55
(52,90,85)
#2E4E49
(46,78,73)
#28423D
(40,66,61)
#223631
(34,54,49)
#1C2A25
(28,42,37)
#161E19
(22,30,25)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #4C8A85

#4C8A85
(76,138,133)
#5C9490
(92,148,144)
#6C9E9B
(108,158,155)
#7CA8A6
(124,168,166)
#8CB2B1
(140,178,177)
#9CBCBC
(156,188,188)
#ACC6C7
(172,198,199)
#BCD0D2
(188,208,210)
#CCDADD
(204,218,221)
#DCE4E8
(220,228,232)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8A85; }

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

This text font color is #4C8A85.


Background Color

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

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

This div background color is #4C8A85.


Border color

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

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

This div border color is #4C8A85.


Opacity

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

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

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

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

This text has shadow with #4C8A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8A85 on black background.


Color preview on white background

This text has color #4C8A85 on white background.



Black color preview on #4C8A85 background

This text has black color on #4C8A85 background.


White color preview on #4C8A85 background

This text has white color on #4C8A85 background.