COLOR #4F503E

HEX: #4F503E RGB: (79,80,62)

Color info

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

RGB color model

#4F503E color RGB value is (79,80,62).

RGB: (79,80,62) (31%, 31%, 24%)

RGB channels and saturation

R 79 of 255 = 31%
G 80 of 255 = 31%
B 62 of 255 = 24%

79
80
62

R + G + B ~ 29%. #4F503E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 80 + 62 = 221 (100%)
R 79 of 221 ~ 35.75%
G 80 of 221 ~ 36.2%
B 62 of 221 ~ 28.05'%

%35.75
%36.2
%28.05

CMYK color model

#4F503E color CMYK value is (1,0,23,69).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 68.63%

CMYK: (1,0,23,69)
C1M0Y23K69 (1%, 0%, 23%, 69%)
(0.01 / 0.00 / 0.23 / 0.69)

CMYK percentages

%1.25
%0
%22.5
%68.63

Codes

Color #4F503E in popluar color models

4F 50 3E
RGB 79 80 62
HSL 63° 12.68% 27.84%
HSB/HSV 63° 22.50% 31.37%
CMYK 1.25% 0.00% 22.50%
68.63%

Color #4F503E in popluar number systems.

HEX 4F 50 3E
Decimal 79 80 62
Binary 1001111 1010000 111110
Octal 117 120 76

Shades and tints

Shades of #4F503E

#4F503E
(79,80,62)
#484939
(72,73,57)
#414234
(65,66,52)
#3A3B2F
(58,59,47)
#33342A
(51,52,42)
#2C2D25
(44,45,37)
#252620
(37,38,32)
#1E1F1B
(30,31,27)
#171816
(23,24,22)
#101111
(16,17,17)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #4F503E

#4F503E
(79,80,62)
#5F5F4F
(95,95,79)
#6F6E60
(111,110,96)
#7F7D71
(127,125,113)
#8F8C82
(143,140,130)
#9F9B93
(159,155,147)
#AFAAA4
(175,170,164)
#BFB9B5
(191,185,181)
#CFC8C6
(207,200,198)
#DFD7D7
(223,215,215)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F503E color. Also use rgb(79,80,62) instead hex code.

Text Font Color

.myTextColor { color: #4F503E; }

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

This text font color is #4F503E.

Background Color

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

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

This div background color is #4F503E.

Border color

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

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

This div border color is #4F503E.

Opacity

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

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

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

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

This text has shadow with #4F503E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F503E.

Preview

Color preview on black background

This text has color #4F503E on black background.


Color preview on white background

This text has color #4F503E on white background.


Black color preview on #4F503E background

This text has black color on #4F503E background.


White color preview on #4F503E background

This text has white color on #4F503E background.


Related colors

Complementary color

Complementary color for #hex is #B0AFC1.


I love getcolorcode.com

Triadic colors

1 #3E4F50 and #503E4F with #4F503E are triadic colors.

2 #3E504F and #504F3E with #4F503E are triadic colors.