COLOR #4C8992

HEX: #4C8992
RGB: (76,137,146)

Color info

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

RGB color model

#4C8992 color RGB value is (76,137,146).

  • red value is 76;
  • green value is 137;
  • blue value is 146.
RGB:
(76,137,146)
(30%,54%,57%)

RGB channels and saturation

R 76 of 255 = 30%
G 137 of 255 = 54%
B 146 of 255 = 57%

76
137
146

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

Portions of RGB colors in percentages

R + G + B =
76 + 137 + 146 = 359 (100%)
R 76 of 359 ~ 21.17%
G 137 of 359 ~ 38.16%
B 146 of 359 ~ 40.67%

%21.17
%38.16
%40.67

CMYK color model

#4C8992 color CMYK value is (48,6,0,43).

  • cyan value is 47.95%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(48,6,0,43)
C48M6Y0K43 
(48%,6%,0%,43%)
(0.48/0.06/0.00/0.43)	

CMYK percentages

%47.95
%6.16
%0
%42.75

Codes

Color #4C8992 in popluar color models

4C8992
RGB76137146
HSL188°31.53%43.53%
HSB/HSV188°47.95%57.25%
CMYK47.95%6.16%0.00%
42.75%

Color #4C8992 in popluar number systems.

HEX4C8992
Decimal76137146
Binary10011001000100110010010
Octal114211222

Shades and tints

Shades of #4C8992

#4C8992
(76,137,146)
#467D85
(70,125,133)
#407178
(64,113,120)
#3A656B
(58,101,107)
#34595E
(52,89,94)
#2E4D51
(46,77,81)
#284144
(40,65,68)
#223537
(34,53,55)
#1C292A
(28,41,42)
#161D1D
(22,29,29)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #4C8992

#4C8992
(76,137,146)
#5C939B
(92,147,155)
#6C9DA4
(108,157,164)
#7CA7AD
(124,167,173)
#8CB1B6
(140,177,182)
#9CBBBF
(156,187,191)
#ACC5C8
(172,197,200)
#BCCFD1
(188,207,209)
#CCD9DA
(204,217,218)
#DCE3E3
(220,227,227)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8992 color. Also use rgb(76,137,146) instead hex code.

Text Font Color

.myTextColor { color: #4C8992; }

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

This text font color is #4C8992.


Background Color

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

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

This div background color is #4C8992.


Border color

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

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

This div border color is #4C8992.


Opacity

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

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

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

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

This text has shadow with #4C8992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8992 on black background.


Color preview on white background

This text has color #4C8992 on white background.



Black color preview on #4C8992 background

This text has black color on #4C8992 background.


White color preview on #4C8992 background

This text has white color on #4C8992 background.