COLOR #4F6238

HEX: #4F6238
RGB: (79,98,56)

Color info

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

RGB color model

#4F6238 color RGB value is (79,98,56).

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

RGB channels and saturation

R 79 of 255 = 31%
G 98 of 255 = 38%
B 56 of 255 = 22%

79
98
56

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

Portions of RGB colors in percentages

R + G + B =
79 + 98 + 56 = 233 (100%)
R 79 of 233 ~ 33.91%
G 98 of 233 ~ 42.06%
B 56 of 233 ~ 24.03%

%33.91
%42.06
%24.03

CMYK color model

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

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

CMYK percentages

%19.39
%0
%42.86
%61.57

Codes

Color #4F6238 in popluar color models

4F6238
RGB799856
HSL87°27.27%30.20%
HSB/HSV87°42.86%38.43%
CMYK19.39%0.00%42.86%
61.57%

Color #4F6238 in popluar number systems.

HEX4F6238
Decimal799856
Binary10011111100010111000
Octal11714270

Shades and tints

Shades of #4F6238

#4F6238
(79,98,56)
#485A33
(72,90,51)
#41522E
(65,82,46)
#3A4A29
(58,74,41)
#334224
(51,66,36)
#2C3A1F
(44,58,31)
#25321A
(37,50,26)
#1E2A15
(30,42,21)
#172210
(23,34,16)
#101A0B
(16,26,11)
#091206
(9,18,6)
#000000
(0,0,0)

Tints of #4F6238

#4F6238
(79,98,56)
#5F704A
(95,112,74)
#6F7E5C
(111,126,92)
#7F8C6E
(127,140,110)
#8F9A80
(143,154,128)
#9FA892
(159,168,146)
#AFB6A4
(175,182,164)
#BFC4B6
(191,196,182)
#CFD2C8
(207,210,200)
#DFE0DA
(223,224,218)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6238; }

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

This text font color is #4F6238.


Background Color

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

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

This div background color is #4F6238.


Border color

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

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

This div border color is #4F6238.


Opacity

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

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

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

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

This text has shadow with #4F6238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6238 on black background.


Color preview on white background

This text has color #4F6238 on white background.



Black color preview on #4F6238 background

This text has black color on #4F6238 background.


White color preview on #4F6238 background

This text has white color on #4F6238 background.