COLOR #4F6548

HEX: #4F6548
RGB: (79,101,72)

Color info

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

RGB color model

#4F6548 color RGB value is (79,101,72).

  • red value is 79;
  • green value is 101;
  • blue value is 72.
RGB:
(79,101,72)
(31%,40%,28%)

RGB channels and saturation

R 79 of 255 = 31%
G 101 of 255 = 40%
B 72 of 255 = 28%

79
101
72

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

Portions of RGB colors in percentages

R + G + B =
79 + 101 + 72 = 252 (100%)
R 79 of 252 ~ 31.35%
G 101 of 252 ~ 40.08%
B 72 of 252 ~ 28.57%

%31.35
%40.08
%28.57

CMYK color model

#4F6548 color CMYK value is (22,0,29,60).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 28.71%
  • key color value is 60.39%
CMYK:
(22,0,29,60)
C22M0Y29K60 
(22%,0%,29%,60%)
(0.22/0.00/0.29/0.60)	

CMYK percentages

%21.78
%0
%28.71
%60.39

Codes

Color #4F6548 in popluar color models

4F6548
RGB7910172
HSL106°16.76%33.92%
HSB/HSV106°28.71%39.61%
CMYK21.78%0.00%28.71%
60.39%

Color #4F6548 in popluar number systems.

HEX4F6548
Decimal7910172
Binary100111111001011001000
Octal117145110

Shades and tints

Shades of #4F6548

#4F6548
(79,101,72)
#485C42
(72,92,66)
#41533C
(65,83,60)
#3A4A36
(58,74,54)
#334130
(51,65,48)
#2C382A
(44,56,42)
#252F24
(37,47,36)
#1E261E
(30,38,30)
#171D18
(23,29,24)
#101412
(16,20,18)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #4F6548

#4F6548
(79,101,72)
#5F7358
(95,115,88)
#6F8168
(111,129,104)
#7F8F78
(127,143,120)
#8F9D88
(143,157,136)
#9FAB98
(159,171,152)
#AFB9A8
(175,185,168)
#BFC7B8
(191,199,184)
#CFD5C8
(207,213,200)
#DFE3D8
(223,227,216)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6548 color. Also use rgb(79,101,72) instead hex code.

Text Font Color

.myTextColor { color: #4F6548; }

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

This text font color is #4F6548.


Background Color

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

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

This div background color is #4F6548.


Border color

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

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

This div border color is #4F6548.


Opacity

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

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

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

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

This text has shadow with #4F6548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6548 on black background.


Color preview on white background

This text has color #4F6548 on white background.



Black color preview on #4F6548 background

This text has black color on #4F6548 background.


White color preview on #4F6548 background

This text has white color on #4F6548 background.