COLOR #4F8374

HEX: #4F8374
RGB: (79,131,116)

Color info

#4F8374 contains red, green and blue colors in about the same proportion. Web safe color of #4F8374 is #669966 (or #696).

RGB color model

#4F8374 color RGB value is (79,131,116).

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

RGB channels and saturation

R 79 of 255 = 31%
G 131 of 255 = 51%
B 116 of 255 = 45%

79
131
116

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

Portions of RGB colors in percentages

R + G + B =
79 + 131 + 116 = 326 (100%)
R 79 of 326 ~ 24.23%
G 131 of 326 ~ 40.18%
B 116 of 326 ~ 35.58%

%24.23
%40.18
%35.58

CMYK color model

#4F8374 color CMYK value is (40,0,11,49).

  • cyan value is 39.69%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 48.63%
CMYK:
(40,0,11,49)
C40M0Y11K49 
(40%,0%,11%,49%)
(0.40/0.00/0.11/0.49)	

CMYK percentages

%39.69
%0
%11.45
%48.63

Codes

Color #4F8374 in popluar color models

4F8374
RGB79131116
HSL163°24.76%41.18%
HSB/HSV163°39.69%51.37%
CMYK39.69%0.00%11.45%
48.63%

Color #4F8374 in popluar number systems.

HEX4F8374
Decimal79131116
Binary1001111100000111110100
Octal117203164

Shades and tints

Shades of #4F8374

#4F8374
(79,131,116)
#48786A
(72,120,106)
#416D60
(65,109,96)
#3A6256
(58,98,86)
#33574C
(51,87,76)
#2C4C42
(44,76,66)
#254138
(37,65,56)
#1E362E
(30,54,46)
#172B24
(23,43,36)
#10201A
(16,32,26)
#091510
(9,21,16)
#000000
(0,0,0)

Tints of #4F8374

#4F8374
(79,131,116)
#5F8E80
(95,142,128)
#6F998C
(111,153,140)
#7FA498
(127,164,152)
#8FAFA4
(143,175,164)
#9FBAB0
(159,186,176)
#AFC5BC
(175,197,188)
#BFD0C8
(191,208,200)
#CFDBD4
(207,219,212)
#DFE6E0
(223,230,224)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8374; }

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

This text font color is #4F8374.


Background Color

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

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

This div background color is #4F8374.


Border color

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

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

This div border color is #4F8374.


Opacity

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

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

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

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

This text has shadow with #4F8374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8374 on black background.


Color preview on white background

This text has color #4F8374 on white background.



Black color preview on #4F8374 background

This text has black color on #4F8374 background.


White color preview on #4F8374 background

This text has white color on #4F8374 background.