COLOR #4F6245

HEX: #4F6245
RGB: (79,98,69)

Color info

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

RGB color model

#4F6245 color RGB value is (79,98,69).

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

RGB channels and saturation

R 79 of 255 = 31%
G 98 of 255 = 38%
B 69 of 255 = 27%

79
98
69

R + G + B ~ 32%. #4F6245 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 98 + 69 = 246 (100%)
R 79 of 246 ~ 32.11%
G 98 of 246 ~ 39.84%
B 69 of 246 ~ 28.05%

%32.11
%39.84
%28.05

CMYK color model

#4F6245 color CMYK value is (19,0,30,62).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 29.59%
  • key color value is 61.57%
CMYK:
(19,0,30,62)
C19M0Y30K62 
(19%,0%,30%,62%)
(0.19/0.00/0.30/0.62)	

CMYK percentages

%19.39
%0
%29.59
%61.57

Codes

Color #4F6245 in popluar color models

4F6245
RGB799869
HSL99°17.37%32.75%
HSB/HSV99°29.59%38.43%
CMYK19.39%0.00%29.59%
61.57%

Color #4F6245 in popluar number systems.

HEX4F6245
Decimal799869
Binary100111111000101000101
Octal117142105

Shades and tints

Shades of #4F6245

#4F6245
(79,98,69)
#485A3F
(72,90,63)
#415239
(65,82,57)
#3A4A33
(58,74,51)
#33422D
(51,66,45)
#2C3A27
(44,58,39)
#253221
(37,50,33)
#1E2A1B
(30,42,27)
#172215
(23,34,21)
#101A0F
(16,26,15)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #4F6245

#4F6245
(79,98,69)
#5F7055
(95,112,85)
#6F7E65
(111,126,101)
#7F8C75
(127,140,117)
#8F9A85
(143,154,133)
#9FA895
(159,168,149)
#AFB6A5
(175,182,165)
#BFC4B5
(191,196,181)
#CFD2C5
(207,210,197)
#DFE0D5
(223,224,213)
#EFEEE5
(239,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6245; }

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

This text font color is #4F6245.


Background Color

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

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

This div background color is #4F6245.


Border color

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

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

This div border color is #4F6245.


Opacity

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

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

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

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

This text has shadow with #4F6245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6245 on black background.


Color preview on white background

This text has color #4F6245 on white background.



Black color preview on #4F6245 background

This text has black color on #4F6245 background.


White color preview on #4F6245 background

This text has white color on #4F6245 background.