COLOR #4C8897

HEX: #4C8897
RGB: (76,136,151)

Color info

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

RGB color model

#4C8897 color RGB value is (76,136,151).

  • red value is 76;
  • green value is 136;
  • blue value is 151.
RGB:
(76,136,151)
(30%,53%,59%)

RGB channels and saturation

R 76 of 255 = 30%
G 136 of 255 = 53%
B 151 of 255 = 59%

76
136
151

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

Portions of RGB colors in percentages

R + G + B =
76 + 136 + 151 = 363 (100%)
R 76 of 363 ~ 20.94%
G 136 of 363 ~ 37.47%
B 151 of 363 ~ 41.6%

%20.94
%37.47
%41.6

CMYK color model

#4C8897 color CMYK value is (50,10,0,41).

  • cyan value is 49.67%
  • magenta value is 9.93%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(50,10,0,41)
C50M10Y0K41 
(50%,10%,0%,41%)
(0.50/0.10/0.00/0.41)	

CMYK percentages

%49.67
%9.93
%0
%40.78

Codes

Color #4C8897 in popluar color models

4C8897
RGB76136151
HSL192°33.04%44.51%
HSB/HSV192°49.67%59.22%
CMYK49.67%9.93%0.00%
40.78%

Color #4C8897 in popluar number systems.

HEX4C8897
Decimal76136151
Binary10011001000100010010111
Octal114210227

Shades and tints

Shades of #4C8897

#4C8897
(76,136,151)
#467C8A
(70,124,138)
#40707D
(64,112,125)
#3A6470
(58,100,112)
#345863
(52,88,99)
#2E4C56
(46,76,86)
#284049
(40,64,73)
#22343C
(34,52,60)
#1C282F
(28,40,47)
#161C22
(22,28,34)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #4C8897

#4C8897
(76,136,151)
#5C92A0
(92,146,160)
#6C9CA9
(108,156,169)
#7CA6B2
(124,166,178)
#8CB0BB
(140,176,187)
#9CBAC4
(156,186,196)
#ACC4CD
(172,196,205)
#BCCED6
(188,206,214)
#CCD8DF
(204,216,223)
#DCE2E8
(220,226,232)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8897 color. Also use rgb(76,136,151) instead hex code.

Text Font Color

.myTextColor { color: #4C8897; }

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

This text font color is #4C8897.


Background Color

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

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

This div background color is #4C8897.


Border color

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

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

This div border color is #4C8897.


Opacity

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

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

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

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

This text has shadow with #4C8897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8897 on black background.


Color preview on white background

This text has color #4C8897 on white background.



Black color preview on #4C8897 background

This text has black color on #4C8897 background.


White color preview on #4C8897 background

This text has white color on #4C8897 background.