COLOR #4F755A

HEX: #4F755A
RGB: (79,117,90)

Color info

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

RGB color model

#4F755A color RGB value is (79,117,90).

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

RGB channels and saturation

R 79 of 255 = 31%
G 117 of 255 = 46%
B 90 of 255 = 35%

79
117
90

R + G + B ~ 37%. #4F755A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 117 + 90 = 286 (100%)
R 79 of 286 ~ 27.62%
G 117 of 286 ~ 40.91%
B 90 of 286 ~ 31.47%

%27.62
%40.91
%31.47

CMYK color model

#4F755A color CMYK value is (32,0,23,54).

  • cyan value is 32.48%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 54.12%
CMYK:
(32,0,23,54)
C32M0Y23K54 
(32%,0%,23%,54%)
(0.32/0.00/0.23/0.54)	

CMYK percentages

%32.48
%0
%23.08
%54.12

Codes

Color #4F755A in popluar color models

4F755A
RGB7911790
HSL137°19.39%38.43%
HSB/HSV137°32.48%45.88%
CMYK32.48%0.00%23.08%
54.12%

Color #4F755A in popluar number systems.

HEX4F755A
Decimal7911790
Binary100111111101011011010
Octal117165132

Shades and tints

Shades of #4F755A

#4F755A
(79,117,90)
#486B52
(72,107,82)
#41614A
(65,97,74)
#3A5742
(58,87,66)
#334D3A
(51,77,58)
#2C4332
(44,67,50)
#25392A
(37,57,42)
#1E2F22
(30,47,34)
#17251A
(23,37,26)
#101B12
(16,27,18)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #4F755A

#4F755A
(79,117,90)
#5F8169
(95,129,105)
#6F8D78
(111,141,120)
#7F9987
(127,153,135)
#8FA596
(143,165,150)
#9FB1A5
(159,177,165)
#AFBDB4
(175,189,180)
#BFC9C3
(191,201,195)
#CFD5D2
(207,213,210)
#DFE1E1
(223,225,225)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F755A; }

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

This text font color is #4F755A.


Background Color

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

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

This div background color is #4F755A.


Border color

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

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

This div border color is #4F755A.


Opacity

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

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

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

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

This text has shadow with #4F755A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F755A on black background.


Color preview on white background

This text has color #4F755A on white background.



Black color preview on #4F755A background

This text has black color on #4F755A background.


White color preview on #4F755A background

This text has white color on #4F755A background.