COLOR #4F8087

HEX: #4F8087 RGB: (79,128,135)

Color info

#4F8087 contains red, green and blue colors in about the same proportion. Web safe color of #4F8087 is #666699 (or #669).

RGB color model

#4F8087 color RGB value is (79,128,135).

RGB: (79,128,135) (31%, 50%, 53%)

RGB channels and saturation

R 79 of 255 = 31%
G 128 of 255 = 50%
B 135 of 255 = 53%

79
128
135

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

Portions of RGB colors in percentages

R + G + B = 79 + 128 + 135 = 342 (100%)
R 79 of 342 ~ 23.1%
G 128 of 342 ~ 37.43%
B 135 of 342 ~ 39.47'%

%23.1
%37.43
%39.47

CMYK color model

#4F8087 color CMYK value is (41,5,0,47).

  • cyan value is 41.48%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (41,5,0,47)
C41M5Y0K47 (41%, 5%, 0%, 47%)
(0.41 / 0.05 / 0.00 / 0.47)

CMYK percentages

%41.48
%5.19
%0
%47.06

Codes

Color #4F8087 in popluar color models

4F 80 87
RGB 79 128 135
HSL 188° 26.17% 41.96%
HSB/HSV 188° 41.48% 52.94%
CMYK 41.48% 5.19% 0.00%
47.06%

Color #4F8087 in popluar number systems.

HEX 4F 80 87
Decimal 79 128 135
Binary 1001111 10000000 10000111
Octal 117 200 207

Shades and tints

Shades of #4F8087

#4F8087
(79,128,135)
#48757B
(72,117,123)
#416A6F
(65,106,111)
#3A5F63
(58,95,99)
#335457
(51,84,87)
#2C494B
(44,73,75)
#253E3F
(37,62,63)
#1E3333
(30,51,51)
#172827
(23,40,39)
#101D1B
(16,29,27)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #4F8087

#4F8087
(79,128,135)
#5F8B91
(95,139,145)
#6F969B
(111,150,155)
#7FA1A5
(127,161,165)
#8FACAF
(143,172,175)
#9FB7B9
(159,183,185)
#AFC2C3
(175,194,195)
#BFCDCD
(191,205,205)
#CFD8D7
(207,216,215)
#DFE3E1
(223,227,225)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8087 color. Also use rgb(79,128,135) instead hex code.

Text Font Color

.myTextColor { color: #4F8087; }

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

This text font color is #4F8087.

Background Color

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

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

This div background color is #4F8087.

Border color

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

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

This div border color is #4F8087.

Opacity

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

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

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

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

This text has shadow with #4F8087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F8087.

Preview

Color preview on black background

This text has color #4F8087 on black background.


Color preview on white background

This text has color #4F8087 on white background.


Black color preview on #4F8087 background

This text has black color on #4F8087 background.


White color preview on #4F8087 background

This text has white color on #4F8087 background.


Related colors

Complementary color

Complementary color for #hex is #B07F78.


I love getcolorcode.com

Triadic colors

1 #874F80 and #80874F with #4F8087 are triadic colors.

2 #87804F and #804F87 with #4F8087 are triadic colors.