COLOR #4F8884

HEX: #4F8884
RGB: (79,136,132)

Color info

#4F8884 contains red, green and blue colors in about the same proportion. Web safe color of #4F8884 is #669999 (or #699).

RGB color model

#4F8884 color RGB value is (79,136,132).

  • red value is 79;
  • green value is 136;
  • blue value is 132.
RGB:
(79,136,132)
(31%,53%,52%)

RGB channels and saturation

R 79 of 255 = 31%
G 136 of 255 = 53%
B 132 of 255 = 52%

79
136
132

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

Portions of RGB colors in percentages

R + G + B =
79 + 136 + 132 = 347 (100%)
R 79 of 347 ~ 22.77%
G 136 of 347 ~ 39.19%
B 132 of 347 ~ 38.04%

%22.77
%39.19
%38.04

CMYK color model

#4F8884 color CMYK value is (42,0,3,47).

  • cyan value is 41.91%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 46.67%
CMYK:
(42,0,3,47)
C42M0Y3K47 
(42%,0%,3%,47%)
(0.42/0.00/0.03/0.47)	

CMYK percentages

%41.91
%0
%2.94
%46.67

Codes

Color #4F8884 in popluar color models

4F8884
RGB79136132
HSL176°26.51%42.16%
HSB/HSV176°41.91%53.33%
CMYK41.91%0.00%2.94%
46.67%

Color #4F8884 in popluar number systems.

HEX4F8884
Decimal79136132
Binary10011111000100010000100
Octal117210204

Shades and tints

Shades of #4F8884

#4F8884
(79,136,132)
#487C78
(72,124,120)
#41706C
(65,112,108)
#3A6460
(58,100,96)
#335854
(51,88,84)
#2C4C48
(44,76,72)
#25403C
(37,64,60)
#1E3430
(30,52,48)
#172824
(23,40,36)
#101C18
(16,28,24)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #4F8884

#4F8884
(79,136,132)
#5F928F
(95,146,143)
#6F9C9A
(111,156,154)
#7FA6A5
(127,166,165)
#8FB0B0
(143,176,176)
#9FBABB
(159,186,187)
#AFC4C6
(175,196,198)
#BFCED1
(191,206,209)
#CFD8DC
(207,216,220)
#DFE2E7
(223,226,231)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8884 color. Also use rgb(79,136,132) instead hex code.

Text Font Color

.myTextColor { color: #4F8884; }

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

This text font color is #4F8884.


Background Color

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

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

This div background color is #4F8884.


Border color

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

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

This div border color is #4F8884.


Opacity

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

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

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

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

This text has shadow with #4F8884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8884 on black background.


Color preview on white background

This text has color #4F8884 on white background.



Black color preview on #4F8884 background

This text has black color on #4F8884 background.


White color preview on #4F8884 background

This text has white color on #4F8884 background.