COLOR #4F6349

HEX: #4F6349
RGB: (79,99,73)

Color info

#4F6349 contains red, green and blue colors in about the same proportion. Web safe color of #4F6349 is #666633 (or #663).

RGB color model

#4F6349 color RGB value is (79,99,73).

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

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 73 of 255 = 29%

79
99
73

R + G + B ~ 33%. #4F6349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 99 + 73 = 251 (100%)
R 79 of 251 ~ 31.47%
G 99 of 251 ~ 39.44%
B 73 of 251 ~ 29.08%

%31.47
%39.44
%29.08

CMYK color model

#4F6349 color CMYK value is (20,0,26,61).

  • cyan value is 20.20%
  • magenta value is 0.00%
  • yellow value is 26.26%
  • key color value is 61.18%
CMYK:
(20,0,26,61)
C20M0Y26K61 
(20%,0%,26%,61%)
(0.20/0.00/0.26/0.61)	

CMYK percentages

%20.2
%0
%26.26
%61.18

Codes

Color #4F6349 in popluar color models

4F6349
RGB799973
HSL106°15.12%33.73%
HSB/HSV106°26.26%38.82%
CMYK20.20%0.00%26.26%
61.18%

Color #4F6349 in popluar number systems.

HEX4F6349
Decimal799973
Binary100111111000111001001
Octal117143111

Shades and tints

Shades of #4F6349

#4F6349
(79,99,73)
#485A43
(72,90,67)
#41513D
(65,81,61)
#3A4837
(58,72,55)
#333F31
(51,63,49)
#2C362B
(44,54,43)
#252D25
(37,45,37)
#1E241F
(30,36,31)
#171B19
(23,27,25)
#101213
(16,18,19)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #4F6349

#4F6349
(79,99,73)
#5F7159
(95,113,89)
#6F7F69
(111,127,105)
#7F8D79
(127,141,121)
#8F9B89
(143,155,137)
#9FA999
(159,169,153)
#AFB7A9
(175,183,169)
#BFC5B9
(191,197,185)
#CFD3C9
(207,211,201)
#DFE1D9
(223,225,217)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6349; }

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

This text font color is #4F6349.


Background Color

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

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

This div background color is #4F6349.


Border color

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

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

This div border color is #4F6349.


Opacity

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

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

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

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

This text has shadow with #4F6349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6349 on black background.


Color preview on white background

This text has color #4F6349 on white background.



Black color preview on #4F6349 background

This text has black color on #4F6349 background.


White color preview on #4F6349 background

This text has white color on #4F6349 background.