COLOR #4F6249

HEX: #4F6249
RGB: (79,98,73)

Color info

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

RGB color model

#4F6249 color RGB value is (79,98,73).

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

RGB channels and saturation

R 79 of 255 = 31%
G 98 of 255 = 38%
B 73 of 255 = 29%

79
98
73

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

Portions of RGB colors in percentages

R + G + B =
79 + 98 + 73 = 250 (100%)
R 79 of 250 ~ 31.6%
G 98 of 250 ~ 39.2%
B 73 of 250 ~ 29.2%

%31.6
%39.2
%29.2

CMYK color model

#4F6249 color CMYK value is (19,0,26,62).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 61.57%
CMYK:
(19,0,26,62)
C19M0Y26K62 
(19%,0%,26%,62%)
(0.19/0.00/0.26/0.62)	

CMYK percentages

%19.39
%0
%25.51
%61.57

Codes

Color #4F6249 in popluar color models

4F6249
RGB799873
HSL106°14.62%33.53%
HSB/HSV106°25.51%38.43%
CMYK19.39%0.00%25.51%
61.57%

Color #4F6249 in popluar number systems.

HEX4F6249
Decimal799873
Binary100111111000101001001
Octal117142111

Shades and tints

Shades of #4F6249

#4F6249
(79,98,73)
#485A43
(72,90,67)
#41523D
(65,82,61)
#3A4A37
(58,74,55)
#334231
(51,66,49)
#2C3A2B
(44,58,43)
#253225
(37,50,37)
#1E2A1F
(30,42,31)
#172219
(23,34,25)
#101A13
(16,26,19)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #4F6249

#4F6249
(79,98,73)
#5F7059
(95,112,89)
#6F7E69
(111,126,105)
#7F8C79
(127,140,121)
#8F9A89
(143,154,137)
#9FA899
(159,168,153)
#AFB6A9
(175,182,169)
#BFC4B9
(191,196,185)
#CFD2C9
(207,210,201)
#DFE0D9
(223,224,217)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6249; }

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

This text font color is #4F6249.


Background Color

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

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

This div background color is #4F6249.


Border color

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

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

This div border color is #4F6249.


Opacity

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

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

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

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

This text has shadow with #4F6249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6249 on black background.


Color preview on white background

This text has color #4F6249 on white background.



Black color preview on #4F6249 background

This text has black color on #4F6249 background.


White color preview on #4F6249 background

This text has white color on #4F6249 background.