COLOR #4F6143

HEX: #4F6143
RGB: (79,97,67)

Color info

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

RGB color model

#4F6143 color RGB value is (79,97,67).

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

RGB channels and saturation

R 79 of 255 = 31%
G 97 of 255 = 38%
B 67 of 255 = 26%

79
97
67

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

Portions of RGB colors in percentages

R + G + B =
79 + 97 + 67 = 243 (100%)
R 79 of 243 ~ 32.51%
G 97 of 243 ~ 39.92%
B 67 of 243 ~ 27.57%

%32.51
%39.92
%27.57

CMYK color model

#4F6143 color CMYK value is (19,0,31,62).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 30.93%
  • key color value is 61.96%
CMYK:
(19,0,31,62)
C19M0Y31K62 
(19%,0%,31%,62%)
(0.19/0.00/0.31/0.62)	

CMYK percentages

%18.56
%0
%30.93
%61.96

Codes

Color #4F6143 in popluar color models

4F6143
RGB799767
HSL96°18.29%32.16%
HSB/HSV96°30.93%38.04%
CMYK18.56%0.00%30.93%
61.96%

Color #4F6143 in popluar number systems.

HEX4F6143
Decimal799767
Binary100111111000011000011
Octal117141103

Shades and tints

Shades of #4F6143

#4F6143
(79,97,67)
#48593D
(72,89,61)
#415137
(65,81,55)
#3A4931
(58,73,49)
#33412B
(51,65,43)
#2C3925
(44,57,37)
#25311F
(37,49,31)
#1E2919
(30,41,25)
#172113
(23,33,19)
#10190D
(16,25,13)
#091107
(9,17,7)
#000000
(0,0,0)

Tints of #4F6143

#4F6143
(79,97,67)
#5F6F54
(95,111,84)
#6F7D65
(111,125,101)
#7F8B76
(127,139,118)
#8F9987
(143,153,135)
#9FA798
(159,167,152)
#AFB5A9
(175,181,169)
#BFC3BA
(191,195,186)
#CFD1CB
(207,209,203)
#DFDFDC
(223,223,220)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6143; }

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

This text font color is #4F6143.


Background Color

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

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

This div background color is #4F6143.


Border color

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

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

This div border color is #4F6143.


Opacity

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

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

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

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

This text has shadow with #4F6143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6143 on black background.


Color preview on white background

This text has color #4F6143 on white background.



Black color preview on #4F6143 background

This text has black color on #4F6143 background.


White color preview on #4F6143 background

This text has white color on #4F6143 background.