COLOR #4F695E

HEX: #4F695E
RGB: (79,105,94)

Color info

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

RGB color model

#4F695E color RGB value is (79,105,94).

  • red value is 79;
  • green value is 105;
  • blue value is 94.
RGB:
(79,105,94)
(31%,41%,37%)

RGB channels and saturation

R 79 of 255 = 31%
G 105 of 255 = 41%
B 94 of 255 = 37%

79
105
94

R + G + B ~ 36%. #4F695E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 105 + 94 = 278 (100%)
R 79 of 278 ~ 28.42%
G 105 of 278 ~ 37.77%
B 94 of 278 ~ 33.81%

%28.42
%37.77
%33.81

CMYK color model

#4F695E color CMYK value is (25,0,10,59).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 58.82%
CMYK:
(25,0,10,59)
C25M0Y10K59 
(25%,0%,10%,59%)
(0.25/0.00/0.10/0.59)	

CMYK percentages

%24.76
%0
%10.48
%58.82

Codes

Color #4F695E in popluar color models

4F695E
RGB7910594
HSL155°14.13%36.08%
HSB/HSV155°24.76%41.18%
CMYK24.76%0.00%10.48%
58.82%

Color #4F695E in popluar number systems.

HEX4F695E
Decimal7910594
Binary100111111010011011110
Octal117151136

Shades and tints

Shades of #4F695E

#4F695E
(79,105,94)
#486056
(72,96,86)
#41574E
(65,87,78)
#3A4E46
(58,78,70)
#33453E
(51,69,62)
#2C3C36
(44,60,54)
#25332E
(37,51,46)
#1E2A26
(30,42,38)
#17211E
(23,33,30)
#101816
(16,24,22)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #4F695E

#4F695E
(79,105,94)
#5F766C
(95,118,108)
#6F837A
(111,131,122)
#7F9088
(127,144,136)
#8F9D96
(143,157,150)
#9FAAA4
(159,170,164)
#AFB7B2
(175,183,178)
#BFC4C0
(191,196,192)
#CFD1CE
(207,209,206)
#DFDEDC
(223,222,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F695E color. Also use rgb(79,105,94) instead hex code.

Text Font Color

.myTextColor { color: #4F695E; }

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

This text font color is #4F695E.


Background Color

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

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

This div background color is #4F695E.


Border color

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

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

This div border color is #4F695E.


Opacity

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

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

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

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

This text has shadow with #4F695E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F695E on black background.


Color preview on white background

This text has color #4F695E on white background.



Black color preview on #4F695E background

This text has black color on #4F695E background.


White color preview on #4F695E background

This text has white color on #4F695E background.