COLOR #4F5238

HEX: #4F5238
RGB: (79,82,56)

Color info

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

RGB color model

#4F5238 color RGB value is (79,82,56).

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

RGB channels and saturation

R 79 of 255 = 31%
G 82 of 255 = 32%
B 56 of 255 = 22%

79
82
56

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

Portions of RGB colors in percentages

R + G + B =
79 + 82 + 56 = 217 (100%)
R 79 of 217 ~ 36.41%
G 82 of 217 ~ 37.79%
B 56 of 217 ~ 25.81%

%36.41
%37.79
%25.81

CMYK color model

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

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 67.84%
CMYK:
(4,0,32,68)
C4M0Y32K68 
(4%,0%,32%,68%)
(0.04/0.00/0.32/0.68)	

CMYK percentages

%3.66
%0
%31.71
%67.84

Codes

Color #4F5238 in popluar color models

4F5238
RGB798256
HSL67°18.84%27.06%
HSB/HSV67°31.71%32.16%
CMYK3.66%0.00%31.71%
67.84%

Color #4F5238 in popluar number systems.

HEX4F5238
Decimal798256
Binary10011111010010111000
Octal11712270

Shades and tints

Shades of #4F5238

#4F5238
(79,82,56)
#484B33
(72,75,51)
#41442E
(65,68,46)
#3A3D29
(58,61,41)
#333624
(51,54,36)
#2C2F1F
(44,47,31)
#25281A
(37,40,26)
#1E2115
(30,33,21)
#171A10
(23,26,16)
#10130B
(16,19,11)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #4F5238

#4F5238
(79,82,56)
#5F614A
(95,97,74)
#6F705C
(111,112,92)
#7F7F6E
(127,127,110)
#8F8E80
(143,142,128)
#9F9D92
(159,157,146)
#AFACA4
(175,172,164)
#BFBBB6
(191,187,182)
#CFCAC8
(207,202,200)
#DFD9DA
(223,217,218)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5238 color. Also use rgb(79,82,56) instead hex code.

Text Font Color

.myTextColor { color: #4F5238; }

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

This text font color is #4F5238.


Background Color

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

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

This div background color is #4F5238.


Border color

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

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

This div border color is #4F5238.


Opacity

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

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

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

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

This text has shadow with #4F5238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5238 on black background.


Color preview on white background

This text has color #4F5238 on white background.



Black color preview on #4F5238 background

This text has black color on #4F5238 background.


White color preview on #4F5238 background

This text has white color on #4F5238 background.