COLOR #4F503D

HEX: #4F503D RGB: (79,80,61)

Color info

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

RGB color model

#4F503D color RGB value is (79,80,61).

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

RGB channels and saturation

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

79
80
61

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

Portions of RGB colors in percentages

R + G + B = 79 + 80 + 61 = 220 (100%)
R 79 of 220 ~ 35.91%
G 80 of 220 ~ 36.36%
B 61 of 220 ~ 27.73'%

%35.91
%36.36
%27.73

CMYK color model

#4F503D color CMYK value is (1,0,24,69).

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

CMYK: (1,0,24,69)
C1M0Y24K69 (1%, 0%, 24%, 69%)
(0.01 / 0.00 / 0.24 / 0.69)

CMYK percentages

%1.25
%0
%23.75
%68.63

Codes

Color #4F503D in popluar color models

4F 50 3D
RGB 79 80 61
HSL 63° 13.48% 27.65%
HSB/HSV 63° 23.75% 31.37%
CMYK 1.25% 0.00% 23.75%
68.63%

Color #4F503D in popluar number systems.

HEX 4F 50 3D
Decimal 79 80 61
Binary 1001111 1010000 111101
Octal 117 120 75

Shades and tints

Shades of #4F503D

#4F503D
(79,80,61)
#484938
(72,73,56)
#414233
(65,66,51)
#3A3B2E
(58,59,46)
#333429
(51,52,41)
#2C2D24
(44,45,36)
#25261F
(37,38,31)
#1E1F1A
(30,31,26)
#171815
(23,24,21)
#101110
(16,17,16)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #4F503D

#4F503D
(79,80,61)
#5F5F4E
(95,95,78)
#6F6E5F
(111,110,95)
#7F7D70
(127,125,112)
#8F8C81
(143,140,129)
#9F9B92
(159,155,146)
#AFAAA3
(175,170,163)
#BFB9B4
(191,185,180)
#CFC8C5
(207,200,197)
#DFD7D6
(223,215,214)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F503D; }

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

This text font color is #4F503D.

Background Color

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

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

This div background color is #4F503D.

Border color

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

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

This div border color is #4F503D.

Opacity

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

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

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

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

This text has shadow with #4F503D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F503D.

Preview

Color preview on black background

This text has color #4F503D on black background.


Color preview on white background

This text has color #4F503D on white background.


Black color preview on #4F503D background

This text has black color on #4F503D background.


White color preview on #4F503D background

This text has white color on #4F503D background.


Related colors

Complementary color

Complementary color for #hex is #B0AFC2.


I love getcolorcode.com

Triadic colors

1 #3D4F50 and #503D4F with #4F503D are triadic colors.

2 #3D504F and #504F3D with #4F503D are triadic colors.