COLOR #4F552F

HEX: #4F552F RGB: (79,85,47)

Color info

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

RGB color model

#4F552F color RGB value is (79,85,47).

RGB: (79,85,47) (31%, 33%, 18%)

RGB channels and saturation

R 79 of 255 = 31%
G 85 of 255 = 33%
B 47 of 255 = 18%

79
85
47

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

Portions of RGB colors in percentages

R + G + B = 79 + 85 + 47 = 211 (100%)
R 79 of 211 ~ 37.44%
G 85 of 211 ~ 40.28%
B 47 of 211 ~ 22.27'%

%37.44
%40.28
%22.27

CMYK color model

#4F552F color CMYK value is (7,0,45,67).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 66.67%

CMYK: (7,0,45,67)
C7M0Y45K67 (7%, 0%, 45%, 67%)
(0.07 / 0.00 / 0.45 / 0.67)

CMYK percentages

%7.06
%0
%44.71
%66.67

Codes

Color #4F552F in popluar color models

4F 55 2F
RGB 79 85 47
HSL 69° 28.79% 25.88%
HSB/HSV 69° 44.71% 33.33%
CMYK 7.06% 0.00% 44.71%
66.67%

Color #4F552F in popluar number systems.

HEX 4F 55 2F
Decimal 79 85 47
Binary 1001111 1010101 101111
Octal 117 125 57

Shades and tints

Shades of #4F552F

#4F552F
(79,85,47)
#484E2B
(72,78,43)
#414727
(65,71,39)
#3A4023
(58,64,35)
#33391F
(51,57,31)
#2C321B
(44,50,27)
#252B17
(37,43,23)
#1E2413
(30,36,19)
#171D0F
(23,29,15)
#10160B
(16,22,11)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #4F552F

#4F552F
(79,85,47)
#5F6441
(95,100,65)
#6F7353
(111,115,83)
#7F8265
(127,130,101)
#8F9177
(143,145,119)
#9FA089
(159,160,137)
#AFAF9B
(175,175,155)
#BFBEAD
(191,190,173)
#CFCDBF
(207,205,191)
#DFDCD1
(223,220,209)
#EFEBE3
(239,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F552F; }

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

This text font color is #4F552F.

Background Color

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

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

This div background color is #4F552F.

Border color

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

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

This div border color is #4F552F.

Opacity

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

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

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

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

This text has shadow with #4F552F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F552F.

Preview

Color preview on black background

This text has color #4F552F on black background.


Color preview on white background

This text has color #4F552F on white background.


Black color preview on #4F552F background

This text has black color on #4F552F background.


White color preview on #4F552F background

This text has white color on #4F552F background.


Related colors

Complementary color

Complementary color for #hex is #B0AAD0.


I love getcolorcode.com

Triadic colors

1 #2F4F55 and #552F4F with #4F552F are triadic colors.

2 #2F554F and #554F2F with #4F552F are triadic colors.