COLOR #4F553F

HEX: #4F553F
RGB: (79,85,63)

Color info

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

RGB color model

#4F553F color RGB value is (79,85,63).

  • red value is 79;
  • green value is 85;
  • blue value is 63.
RGB:
(79,85,63)
(31%,33%,25%)

RGB channels and saturation

R 79 of 255 = 31%
G 85 of 255 = 33%
B 63 of 255 = 25%

79
85
63

R + G + B ~ 30%. #4F553F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 85 + 63 = 227 (100%)
R 79 of 227 ~ 34.8%
G 85 of 227 ~ 37.44%
B 63 of 227 ~ 27.75%

%34.8
%37.44
%27.75

CMYK color model

#4F553F color CMYK value is (7,0,26,67).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(7,0,26,67)
C7M0Y26K67 
(7%,0%,26%,67%)
(0.07/0.00/0.26/0.67)	

CMYK percentages

%7.06
%0
%25.88
%66.67

Codes

Color #4F553F in popluar color models

4F553F
RGB798563
HSL76°14.86%29.02%
HSB/HSV76°25.88%33.33%
CMYK7.06%0.00%25.88%
66.67%

Color #4F553F in popluar number systems.

HEX4F553F
Decimal798563
Binary10011111010101111111
Octal11712577

Shades and tints

Shades of #4F553F

#4F553F
(79,85,63)
#484E3A
(72,78,58)
#414735
(65,71,53)
#3A4030
(58,64,48)
#33392B
(51,57,43)
#2C3226
(44,50,38)
#252B21
(37,43,33)
#1E241C
(30,36,28)
#171D17
(23,29,23)
#101612
(16,22,18)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #4F553F

#4F553F
(79,85,63)
#5F6450
(95,100,80)
#6F7361
(111,115,97)
#7F8272
(127,130,114)
#8F9183
(143,145,131)
#9FA094
(159,160,148)
#AFAFA5
(175,175,165)
#BFBEB6
(191,190,182)
#CFCDC7
(207,205,199)
#DFDCD8
(223,220,216)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F553F color. Also use rgb(79,85,63) instead hex code.

Text Font Color

.myTextColor { color: #4F553F; }

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

This text font color is #4F553F.


Background Color

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

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

This div background color is #4F553F.


Border color

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

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

This div border color is #4F553F.


Opacity

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

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

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

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

This text has shadow with #4F553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F553F on black background.


Color preview on white background

This text has color #4F553F on white background.



Black color preview on #4F553F background

This text has black color on #4F553F background.


White color preview on #4F553F background

This text has white color on #4F553F background.