COLOR #4F7471

HEX: #4F7471
RGB: (79,116,113)

Color info

#4F7471 contains red, green and blue colors in about the same proportion. Web safe color of #4F7471 is #666666 (or #666).

RGB color model

#4F7471 color RGB value is (79,116,113).

  • red value is 79;
  • green value is 116;
  • blue value is 113.
RGB:
(79,116,113)
(31%,45%,44%)

RGB channels and saturation

R 79 of 255 = 31%
G 116 of 255 = 45%
B 113 of 255 = 44%

79
116
113

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

Portions of RGB colors in percentages

R + G + B =
79 + 116 + 113 = 308 (100%)
R 79 of 308 ~ 25.65%
G 116 of 308 ~ 37.66%
B 113 of 308 ~ 36.69%

%25.65
%37.66
%36.69

CMYK color model

#4F7471 color CMYK value is (32,0,3,55).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 54.51%
CMYK:
(32,0,3,55)
C32M0Y3K55 
(32%,0%,3%,55%)
(0.32/0.00/0.03/0.55)	

CMYK percentages

%31.9
%0
%2.59
%54.51

Codes

Color #4F7471 in popluar color models

4F7471
RGB79116113
HSL175°18.97%38.24%
HSB/HSV175°31.90%45.49%
CMYK31.90%0.00%2.59%
54.51%

Color #4F7471 in popluar number systems.

HEX4F7471
Decimal79116113
Binary100111111101001110001
Octal117164161

Shades and tints

Shades of #4F7471

#4F7471
(79,116,113)
#486A67
(72,106,103)
#41605D
(65,96,93)
#3A5653
(58,86,83)
#334C49
(51,76,73)
#2C423F
(44,66,63)
#253835
(37,56,53)
#1E2E2B
(30,46,43)
#172421
(23,36,33)
#101A17
(16,26,23)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #4F7471

#4F7471
(79,116,113)
#5F807D
(95,128,125)
#6F8C89
(111,140,137)
#7F9895
(127,152,149)
#8FA4A1
(143,164,161)
#9FB0AD
(159,176,173)
#AFBCB9
(175,188,185)
#BFC8C5
(191,200,197)
#CFD4D1
(207,212,209)
#DFE0DD
(223,224,221)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7471 color. Also use rgb(79,116,113) instead hex code.

Text Font Color

.myTextColor { color: #4F7471; }

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

This text font color is #4F7471.


Background Color

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

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

This div background color is #4F7471.


Border color

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

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

This div border color is #4F7471.


Opacity

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

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

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

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

This text has shadow with #4F7471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7471 on black background.


Color preview on white background

This text has color #4F7471 on white background.



Black color preview on #4F7471 background

This text has black color on #4F7471 background.


White color preview on #4F7471 background

This text has white color on #4F7471 background.