COLOR #4C8698

HEX: #4C8698
RGB: (76,134,152)

Color info

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

RGB color model

#4C8698 color RGB value is (76,134,152).

  • red value is 76;
  • green value is 134;
  • blue value is 152.
RGB:
(76,134,152)
(30%,53%,60%)

RGB channels and saturation

R 76 of 255 = 30%
G 134 of 255 = 53%
B 152 of 255 = 60%

76
134
152

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

Portions of RGB colors in percentages

R + G + B =
76 + 134 + 152 = 362 (100%)
R 76 of 362 ~ 20.99%
G 134 of 362 ~ 37.02%
B 152 of 362 ~ 41.99%

%20.99
%37.02
%41.99

CMYK color model

#4C8698 color CMYK value is (50,12,0,40).

  • cyan value is 50.00%
  • magenta value is 11.84%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(50,12,0,40)
C50M12Y0K40 
(50%,12%,0%,40%)
(0.50/0.12/0.00/0.40)	

CMYK percentages

%50
%11.84
%0
%40.39

Codes

Color #4C8698 in popluar color models

4C8698
RGB76134152
HSL194°33.33%44.71%
HSB/HSV194°50.00%59.61%
CMYK50.00%11.84%0.00%
40.39%

Color #4C8698 in popluar number systems.

HEX4C8698
Decimal76134152
Binary10011001000011010011000
Octal114206230

Shades and tints

Shades of #4C8698

#4C8698
(76,134,152)
#467A8B
(70,122,139)
#406E7E
(64,110,126)
#3A6271
(58,98,113)
#345664
(52,86,100)
#2E4A57
(46,74,87)
#283E4A
(40,62,74)
#22323D
(34,50,61)
#1C2630
(28,38,48)
#161A23
(22,26,35)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #4C8698

#4C8698
(76,134,152)
#5C91A1
(92,145,161)
#6C9CAA
(108,156,170)
#7CA7B3
(124,167,179)
#8CB2BC
(140,178,188)
#9CBDC5
(156,189,197)
#ACC8CE
(172,200,206)
#BCD3D7
(188,211,215)
#CCDEE0
(204,222,224)
#DCE9E9
(220,233,233)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8698 color. Also use rgb(76,134,152) instead hex code.

Text Font Color

.myTextColor { color: #4C8698; }

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

This text font color is #4C8698.


Background Color

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

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

This div background color is #4C8698.


Border color

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

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

This div border color is #4C8698.


Opacity

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

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

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

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

This text has shadow with #4C8698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8698 on black background.


Color preview on white background

This text has color #4C8698 on white background.



Black color preview on #4C8698 background

This text has black color on #4C8698 background.


White color preview on #4C8698 background

This text has white color on #4C8698 background.