COLOR #4F7975

HEX: #4F7975
RGB: (79,121,117)

Color info

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

RGB color model

#4F7975 color RGB value is (79,121,117).

  • red value is 79;
  • green value is 121;
  • blue value is 117.
RGB:
(79,121,117)
(31%,47%,46%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 117 of 255 = 46%

79
121
117

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

Portions of RGB colors in percentages

R + G + B =
79 + 121 + 117 = 317 (100%)
R 79 of 317 ~ 24.92%
G 121 of 317 ~ 38.17%
B 117 of 317 ~ 36.91%

%24.92
%38.17
%36.91

CMYK color model

#4F7975 color CMYK value is (35,0,3,53).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 52.55%
CMYK:
(35,0,3,53)
C35M0Y3K53 
(35%,0%,3%,53%)
(0.35/0.00/0.03/0.53)	

CMYK percentages

%34.71
%0
%3.31
%52.55

Codes

Color #4F7975 in popluar color models

4F7975
RGB79121117
HSL174°21.00%39.22%
HSB/HSV174°34.71%47.45%
CMYK34.71%0.00%3.31%
52.55%

Color #4F7975 in popluar number systems.

HEX4F7975
Decimal79121117
Binary100111111110011110101
Octal117171165

Shades and tints

Shades of #4F7975

#4F7975
(79,121,117)
#486E6B
(72,110,107)
#416361
(65,99,97)
#3A5857
(58,88,87)
#334D4D
(51,77,77)
#2C4243
(44,66,67)
#253739
(37,55,57)
#1E2C2F
(30,44,47)
#172125
(23,33,37)
#10161B
(16,22,27)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #4F7975

#4F7975
(79,121,117)
#5F8581
(95,133,129)
#6F918D
(111,145,141)
#7F9D99
(127,157,153)
#8FA9A5
(143,169,165)
#9FB5B1
(159,181,177)
#AFC1BD
(175,193,189)
#BFCDC9
(191,205,201)
#CFD9D5
(207,217,213)
#DFE5E1
(223,229,225)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7975 color. Also use rgb(79,121,117) instead hex code.

Text Font Color

.myTextColor { color: #4F7975; }

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

This text font color is #4F7975.


Background Color

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

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

This div background color is #4F7975.


Border color

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

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

This div border color is #4F7975.


Opacity

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

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

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

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

This text has shadow with #4F7975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7975 on black background.


Color preview on white background

This text has color #4F7975 on white background.



Black color preview on #4F7975 background

This text has black color on #4F7975 background.


White color preview on #4F7975 background

This text has white color on #4F7975 background.