COLOR #4F663B

HEX: #4F663B RGB: (79,102,59)

Color info

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

RGB color model

#4F663B color RGB value is (79,102,59).

RGB: (79,102,59) (31%, 40%, 23%)

RGB channels and saturation

R 79 of 255 = 31%
G 102 of 255 = 40%
B 59 of 255 = 23%

79
102
59

R + G + B ~ 31%. #4F663B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 102 + 59 = 240 (100%)
R 79 of 240 ~ 32.92%
G 102 of 240 ~ 42.5%
B 59 of 240 ~ 24.58'%

%32.92
%42.5
%24.58

CMYK color model

#4F663B color CMYK value is (23,0,42,60).

  • cyan value is 22.55%
  • magenta value is 0.00%
  • yellow value is 42.16%
  • key color value is 60.00%

CMYK: (23,0,42,60)
C23M0Y42K60 (23%, 0%, 42%, 60%)
(0.23 / 0.00 / 0.42 / 0.60)

CMYK percentages

%22.55
%0
%42.16
%60

Codes

Color #4F663B in popluar color models

4F 66 3B
RGB 79 102 59
HSL 92° 26.71% 31.57%
HSB/HSV 92° 42.16% 40.00%
CMYK 22.55% 0.00% 42.16%
60.00%

Color #4F663B in popluar number systems.

HEX 4F 66 3B
Decimal 79 102 59
Binary 1001111 1100110 111011
Octal 117 146 73

Shades and tints

Shades of #4F663B

#4F663B
(79,102,59)
#485D36
(72,93,54)
#415431
(65,84,49)
#3A4B2C
(58,75,44)
#334227
(51,66,39)
#2C3922
(44,57,34)
#25301D
(37,48,29)
#1E2718
(30,39,24)
#171E13
(23,30,19)
#10150E
(16,21,14)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F663B

#4F663B
(79,102,59)
#5F734C
(95,115,76)
#6F805D
(111,128,93)
#7F8D6E
(127,141,110)
#8F9A7F
(143,154,127)
#9FA790
(159,167,144)
#AFB4A1
(175,180,161)
#BFC1B2
(191,193,178)
#CFCEC3
(207,206,195)
#DFDBD4
(223,219,212)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F663B color. Also use rgb(79,102,59) instead hex code.

Text Font Color

.myTextColor { color: #4F663B; }

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

This text font color is #4F663B.

Background Color

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

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

This div background color is #4F663B.

Border color

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

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

This div border color is #4F663B.

Opacity

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

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

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

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

This text has shadow with #4F663B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F663B.

Preview

Color preview on black background

This text has color #4F663B on black background.


Color preview on white background

This text has color #4F663B on white background.


Black color preview on #4F663B background

This text has black color on #4F663B background.


White color preview on #4F663B background

This text has white color on #4F663B background.


Related colors

Complementary color

Complementary color for #hex is #B099C4.


I love getcolorcode.com

Triadic colors

1 #3B4F66 and #663B4F with #4F663B are triadic colors.

2 #3B664F and #664F3B with #4F663B are triadic colors.