COLOR #4F5137

HEX: #4F5137
RGB: (79,81,55)

Color info

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

RGB color model

#4F5137 color RGB value is (79,81,55).

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

RGB channels and saturation

R 79 of 255 = 31%
G 81 of 255 = 32%
B 55 of 255 = 22%

79
81
55

R + G + B ~ 28%. #4F5137 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 81 + 55 = 215 (100%)
R 79 of 215 ~ 36.74%
G 81 of 215 ~ 37.67%
B 55 of 215 ~ 25.58%

%36.74
%37.67
%25.58

CMYK color model

#4F5137 color CMYK value is (2,0,32,68).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 32.10%
  • key color value is 68.24%
CMYK:
(2,0,32,68)
C2M0Y32K68 
(2%,0%,32%,68%)
(0.02/0.00/0.32/0.68)	

CMYK percentages

%2.47
%0
%32.1
%68.24

Codes

Color #4F5137 in popluar color models

4F5137
RGB798155
HSL65°19.12%26.67%
HSB/HSV65°32.10%31.76%
CMYK2.47%0.00%32.10%
68.24%

Color #4F5137 in popluar number systems.

HEX4F5137
Decimal798155
Binary10011111010001110111
Octal11712167

Shades and tints

Shades of #4F5137

#4F5137
(79,81,55)
#484A32
(72,74,50)
#41432D
(65,67,45)
#3A3C28
(58,60,40)
#333523
(51,53,35)
#2C2E1E
(44,46,30)
#252719
(37,39,25)
#1E2014
(30,32,20)
#17190F
(23,25,15)
#10120A
(16,18,10)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #4F5137

#4F5137
(79,81,55)
#5F6049
(95,96,73)
#6F6F5B
(111,111,91)
#7F7E6D
(127,126,109)
#8F8D7F
(143,141,127)
#9F9C91
(159,156,145)
#AFABA3
(175,171,163)
#BFBAB5
(191,186,181)
#CFC9C7
(207,201,199)
#DFD8D9
(223,216,217)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5137; }

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

This text font color is #4F5137.


Background Color

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

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

This div background color is #4F5137.


Border color

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

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

This div border color is #4F5137.


Opacity

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

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

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

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

This text has shadow with #4F5137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5137 on black background.


Color preview on white background

This text has color #4F5137 on white background.



Black color preview on #4F5137 background

This text has black color on #4F5137 background.


White color preview on #4F5137 background

This text has white color on #4F5137 background.