COLOR #4F6355

HEX: #4F6355
RGB: (79,99,85)

Color info

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

RGB color model

#4F6355 color RGB value is (79,99,85).

  • red value is 79;
  • green value is 99;
  • blue value is 85.
RGB:
(79,99,85)
(31%,39%,33%)

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 85 of 255 = 33%

79
99
85

R + G + B ~ 34%. #4F6355 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 99 + 85 = 263 (100%)
R 79 of 263 ~ 30.04%
G 99 of 263 ~ 37.64%
B 85 of 263 ~ 32.32%

%30.04
%37.64
%32.32

CMYK color model

#4F6355 color CMYK value is (20,0,14,61).

  • cyan value is 20.20%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 61.18%
CMYK:
(20,0,14,61)
C20M0Y14K61 
(20%,0%,14%,61%)
(0.20/0.00/0.14/0.61)	

CMYK percentages

%20.2
%0
%14.14
%61.18

Codes

Color #4F6355 in popluar color models

4F6355
RGB799985
HSL138°11.24%34.90%
HSB/HSV138°20.20%38.82%
CMYK20.20%0.00%14.14%
61.18%

Color #4F6355 in popluar number systems.

HEX4F6355
Decimal799985
Binary100111111000111010101
Octal117143125

Shades and tints

Shades of #4F6355

#4F6355
(79,99,85)
#485A4E
(72,90,78)
#415147
(65,81,71)
#3A4840
(58,72,64)
#333F39
(51,63,57)
#2C3632
(44,54,50)
#252D2B
(37,45,43)
#1E2424
(30,36,36)
#171B1D
(23,27,29)
#101216
(16,18,22)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #4F6355

#4F6355
(79,99,85)
#5F7164
(95,113,100)
#6F7F73
(111,127,115)
#7F8D82
(127,141,130)
#8F9B91
(143,155,145)
#9FA9A0
(159,169,160)
#AFB7AF
(175,183,175)
#BFC5BE
(191,197,190)
#CFD3CD
(207,211,205)
#DFE1DC
(223,225,220)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6355 color. Also use rgb(79,99,85) instead hex code.

Text Font Color

.myTextColor { color: #4F6355; }

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

This text font color is #4F6355.


Background Color

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

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

This div background color is #4F6355.


Border color

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

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

This div border color is #4F6355.


Opacity

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

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

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

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

This text has shadow with #4F6355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6355 on black background.


Color preview on white background

This text has color #4F6355 on white background.



Black color preview on #4F6355 background

This text has black color on #4F6355 background.


White color preview on #4F6355 background

This text has white color on #4F6355 background.