COLOR #4F5F3B

HEX: #4F5F3B RGB: (79,95,59)

Color info

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

RGB color model

#4F5F3B color RGB value is (79,95,59).

RGB: (79,95,59) (31%, 37%, 23%)

RGB channels and saturation

R 79 of 255 = 31%
G 95 of 255 = 37%
B 59 of 255 = 23%

79
95
59

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

Portions of RGB colors in percentages

R + G + B = 79 + 95 + 59 = 233 (100%)
R 79 of 233 ~ 33.91%
G 95 of 233 ~ 40.77%
B 59 of 233 ~ 25.32'%

%33.91
%40.77
%25.32

CMYK color model

#4F5F3B color CMYK value is (17,0,38,63).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 37.89%
  • key color value is 62.75%
CMYK: (17,0,38,63) C17M0Y38K63 (17%,0%,38%,63%) (0.17/0.00/0.38/0.63) 

CMYK percentages

%16.84
%0
%37.89
%62.75

Codes

Color #4F5F3B in popluar color models

4F 5F 3B
RGB 79 95 59
HSL 87° 23.38% 30.20%
HSB/HSV 87° 37.89% 37.25%
CMYK 16.84% 0.00% 37.89%
62.75%

Color #4F5F3B in popluar number systems.

HEX 4F 5F 3B
Decimal 79 95 59
Binary 1001111 1011111 111011
Octal 117 137 73

Shades and tints

Shades of #4F5F3B

#4F5F3B
(79,95,59)
#485736
(72,87,54)
#414F31
(65,79,49)
#3A472C
(58,71,44)
#333F27
(51,63,39)
#2C3722
(44,55,34)
#252F1D
(37,47,29)
#1E2718
(30,39,24)
#171F13
(23,31,19)
#10170E
(16,23,14)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #4F5F3B

#4F5F3B
(79,95,59)
#5F6D4C
(95,109,76)
#6F7B5D
(111,123,93)
#7F896E
(127,137,110)
#8F977F
(143,151,127)
#9FA590
(159,165,144)
#AFB3A1
(175,179,161)
#BFC1B2
(191,193,178)
#CFCFC3
(207,207,195)
#DFDDD4
(223,221,212)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5F3B color. Also use rgb(79,95,59) instead hex code.

Text Font Color

.myTextColor { color: #4F5F3B; }

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

This text font color is #4F5F3B.

Background Color

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

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

This div background color is #4F5F3B.

Border color

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

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

This div border color is #4F5F3B.

Opacity

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

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

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

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

This text has shadow with #4F5F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5F3B.

Preview

Color preview on black background

This text has color #4F5F3B on black background.


Color preview on white background

This text has color #4F5F3B on white background.


Black color preview on #4F5F3B background

This text has black color on #4F5F3B background.


White color preview on #4F5F3B background

This text has white color on #4F5F3B background.


Related colors

Complementary color

Complementary color for #hex is #B0A0C4.


I love getcolorcode.com

Triadic colors

1 #3B4F5F and #5F3B4F with #4F5F3B are triadic colors.

2 #3B5F4F and #5F4F3B with #4F5F3B are triadic colors.