COLOR #4F6137

HEX: #4F6137
RGB: (79,97,55)

Color info

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

RGB color model

#4F6137 color RGB value is (79,97,55).

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

RGB channels and saturation

R 79 of 255 = 31%
G 97 of 255 = 38%
B 55 of 255 = 22%

79
97
55

R + G + B ~ 30%. #4F6137 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 97 + 55 = 231 (100%)
R 79 of 231 ~ 34.2%
G 97 of 231 ~ 41.99%
B 55 of 231 ~ 23.81%

%34.2
%41.99
%23.81

CMYK color model

#4F6137 color CMYK value is (19,0,43,62).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 43.30%
  • key color value is 61.96%
CMYK:
(19,0,43,62)
C19M0Y43K62 
(19%,0%,43%,62%)
(0.19/0.00/0.43/0.62)	

CMYK percentages

%18.56
%0
%43.3
%61.96

Codes

Color #4F6137 in popluar color models

4F6137
RGB799755
HSL86°27.63%29.80%
HSB/HSV86°43.30%38.04%
CMYK18.56%0.00%43.30%
61.96%

Color #4F6137 in popluar number systems.

HEX4F6137
Decimal799755
Binary10011111100001110111
Octal11714167

Shades and tints

Shades of #4F6137

#4F6137
(79,97,55)
#485932
(72,89,50)
#41512D
(65,81,45)
#3A4928
(58,73,40)
#334123
(51,65,35)
#2C391E
(44,57,30)
#253119
(37,49,25)
#1E2914
(30,41,20)
#17210F
(23,33,15)
#10190A
(16,25,10)
#091105
(9,17,5)
#000000
(0,0,0)

Tints of #4F6137

#4F6137
(79,97,55)
#5F6F49
(95,111,73)
#6F7D5B
(111,125,91)
#7F8B6D
(127,139,109)
#8F997F
(143,153,127)
#9FA791
(159,167,145)
#AFB5A3
(175,181,163)
#BFC3B5
(191,195,181)
#CFD1C7
(207,209,199)
#DFDFD9
(223,223,217)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6137; }

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

This text font color is #4F6137.


Background Color

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

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

This div background color is #4F6137.


Border color

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

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

This div border color is #4F6137.


Opacity

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

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

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

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

This text has shadow with #4F6137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6137 on black background.


Color preview on white background

This text has color #4F6137 on white background.



Black color preview on #4F6137 background

This text has black color on #4F6137 background.


White color preview on #4F6137 background

This text has white color on #4F6137 background.