COLOR #4F612E

HEX: #4F612E
RGB: (79,97,46)

Color info

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

RGB color model

#4F612E color RGB value is (79,97,46).

  • red value is 79;
  • green value is 97;
  • blue value is 46.
RGB:
(79,97,46)
(31%,38%,18%)

RGB channels and saturation

R 79 of 255 = 31%
G 97 of 255 = 38%
B 46 of 255 = 18%

79
97
46

R + G + B ~ 29%. #4F612E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 97 + 46 = 222 (100%)
R 79 of 222 ~ 35.59%
G 97 of 222 ~ 43.69%
B 46 of 222 ~ 20.72%

%35.59
%43.69
%20.72

CMYK color model

#4F612E color CMYK value is (19,0,53,62).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 52.58%
  • key color value is 61.96%
CMYK:
(19,0,53,62)
C19M0Y53K62 
(19%,0%,53%,62%)
(0.19/0.00/0.53/0.62)	

CMYK percentages

%18.56
%0
%52.58
%61.96

Codes

Color #4F612E in popluar color models

4F612E
RGB799746
HSL81°35.66%28.04%
HSB/HSV81°52.58%38.04%
CMYK18.56%0.00%52.58%
61.96%

Color #4F612E in popluar number systems.

HEX4F612E
Decimal799746
Binary10011111100001101110
Octal11714156

Shades and tints

Shades of #4F612E

#4F612E
(79,97,46)
#48592A
(72,89,42)
#415126
(65,81,38)
#3A4922
(58,73,34)
#33411E
(51,65,30)
#2C391A
(44,57,26)
#253116
(37,49,22)
#1E2912
(30,41,18)
#17210E
(23,33,14)
#10190A
(16,25,10)
#091106
(9,17,6)
#000000
(0,0,0)

Tints of #4F612E

#4F612E
(79,97,46)
#5F6F41
(95,111,65)
#6F7D54
(111,125,84)
#7F8B67
(127,139,103)
#8F997A
(143,153,122)
#9FA78D
(159,167,141)
#AFB5A0
(175,181,160)
#BFC3B3
(191,195,179)
#CFD1C6
(207,209,198)
#DFDFD9
(223,223,217)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F612E color. Also use rgb(79,97,46) instead hex code.

Text Font Color

.myTextColor { color: #4F612E; }

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

This text font color is #4F612E.


Background Color

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

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

This div background color is #4F612E.


Border color

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

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

This div border color is #4F612E.


Opacity

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

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

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

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

This text has shadow with #4F612E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F612E on black background.


Color preview on white background

This text has color #4F612E on white background.



Black color preview on #4F612E background

This text has black color on #4F612E background.


White color preview on #4F612E background

This text has white color on #4F612E background.