COLOR #4F6341

HEX: #4F6341 RGB: (79,99,65)

Color info

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

RGB color model

#4F6341 color RGB value is (79,99,65).

RGB: (79,99,65) (31%, 39%, 25%)

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 65 of 255 = 25%

79
99
65

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

Portions of RGB colors in percentages

R + G + B = 79 + 99 + 65 = 243 (100%)
R 79 of 243 ~ 32.51%
G 99 of 243 ~ 40.74%
B 65 of 243 ~ 26.75'%

%32.51
%40.74
%26.75

CMYK color model

#4F6341 color CMYK value is (20,0,34,61).

  • cyan value is 20.20%
  • magenta value is 0.00%
  • yellow value is 34.34%
  • key color value is 61.18%

CMYK: (20,0,34,61)
C20M0Y34K61 (20%, 0%, 34%, 61%)
(0.20 / 0.00 / 0.34 / 0.61)

CMYK percentages

%20.2
%0
%34.34
%61.18

Codes

Color #4F6341 in popluar color models

4F 63 41
RGB 79 99 65
HSL 95° 20.73% 32.16%
HSB/HSV 95° 34.34% 38.82%
CMYK 20.20% 0.00% 34.34%
61.18%

Color #4F6341 in popluar number systems.

HEX 4F 63 41
Decimal 79 99 65
Binary 1001111 1100011 1000001
Octal 117 143 101

Shades and tints

Shades of #4F6341

#4F6341
(79,99,65)
#485A3C
(72,90,60)
#415137
(65,81,55)
#3A4832
(58,72,50)
#333F2D
(51,63,45)
#2C3628
(44,54,40)
#252D23
(37,45,35)
#1E241E
(30,36,30)
#171B19
(23,27,25)
#101214
(16,18,20)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #4F6341

#4F6341
(79,99,65)
#5F7152
(95,113,82)
#6F7F63
(111,127,99)
#7F8D74
(127,141,116)
#8F9B85
(143,155,133)
#9FA996
(159,169,150)
#AFB7A7
(175,183,167)
#BFC5B8
(191,197,184)
#CFD3C9
(207,211,201)
#DFE1DA
(223,225,218)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6341 color. Also use rgb(79,99,65) instead hex code.

Text Font Color

.myTextColor { color: #4F6341; }

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

This text font color is #4F6341.

Background Color

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

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

This div background color is #4F6341.

Border color

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

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

This div border color is #4F6341.

Opacity

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

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

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

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

This text has shadow with #4F6341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6341.

Preview

Color preview on black background

This text has color #4F6341 on black background.


Color preview on white background

This text has color #4F6341 on white background.


Black color preview on #4F6341 background

This text has black color on #4F6341 background.


White color preview on #4F6341 background

This text has white color on #4F6341 background.


Related colors

Complementary color

Complementary color for #hex is #B09CBE.


I love getcolorcode.com

Triadic colors

1 #414F63 and #63414F with #4F6341 are triadic colors.

2 #41634F and #634F41 with #4F6341 are triadic colors.