COLOR #4F502D

HEX: #4F502D
RGB: (79,80,45)

Color info

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

RGB color model

#4F502D color RGB value is (79,80,45).

  • red value is 79;
  • green value is 80;
  • blue value is 45.
RGB:
(79,80,45)
(31%,31%,18%)

RGB channels and saturation

R 79 of 255 = 31%
G 80 of 255 = 31%
B 45 of 255 = 18%

79
80
45

R + G + B ~ 27%. #4F502D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 80 + 45 = 204 (100%)
R 79 of 204 ~ 38.73%
G 80 of 204 ~ 39.22%
B 45 of 204 ~ 22.06%

%38.73
%39.22
%22.06

CMYK color model

#4F502D color CMYK value is (1,0,44,69).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 68.63%
CMYK:
(1,0,44,69)
C1M0Y44K69 
(1%,0%,44%,69%)
(0.01/0.00/0.44/0.69)	

CMYK percentages

%1.25
%0
%43.75
%68.63

Codes

Color #4F502D in popluar color models

4F502D
RGB798045
HSL62°28.00%24.51%
HSB/HSV62°43.75%31.37%
CMYK1.25%0.00%43.75%
68.63%

Color #4F502D in popluar number systems.

HEX4F502D
Decimal798045
Binary10011111010000101101
Octal11712055

Shades and tints

Shades of #4F502D

#4F502D
(79,80,45)
#484929
(72,73,41)
#414225
(65,66,37)
#3A3B21
(58,59,33)
#33341D
(51,52,29)
#2C2D19
(44,45,25)
#252615
(37,38,21)
#1E1F11
(30,31,17)
#17180D
(23,24,13)
#101109
(16,17,9)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #4F502D

#4F502D
(79,80,45)
#5F5F40
(95,95,64)
#6F6E53
(111,110,83)
#7F7D66
(127,125,102)
#8F8C79
(143,140,121)
#9F9B8C
(159,155,140)
#AFAA9F
(175,170,159)
#BFB9B2
(191,185,178)
#CFC8C5
(207,200,197)
#DFD7D8
(223,215,216)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F502D; }

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

This text font color is #4F502D.


Background Color

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

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

This div background color is #4F502D.


Border color

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

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

This div border color is #4F502D.


Opacity

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

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

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

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

This text has shadow with #4F502D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F502D on black background.


Color preview on white background

This text has color #4F502D on white background.



Black color preview on #4F502D background

This text has black color on #4F502D background.


White color preview on #4F502D background

This text has white color on #4F502D background.