COLOR #4F674B

HEX: #4F674B RGB: (79,103,75)

Color info

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

RGB color model

#4F674B color RGB value is (79,103,75).

RGB: (79,103,75) (31%, 40%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 103 of 255 = 40%
B 75 of 255 = 29%

79
103
75

R + G + B ~ 33%. #4F674B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 103 + 75 = 257 (100%)
R 79 of 257 ~ 30.74%
G 103 of 257 ~ 40.08%
B 75 of 257 ~ 29.18'%

%30.74
%40.08
%29.18

CMYK color model

#4F674B color CMYK value is (23,0,27,60).

  • cyan value is 23.30%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 59.61%
CMYK: (23,0,27,60) C23M0Y27K60 (23%,0%,27%,60%) (0.23/0.00/0.27/0.60) 

CMYK percentages

%23.3
%0
%27.18
%59.61

Codes

Color #4F674B in popluar color models

4F 67 4B
RGB 79 103 75
HSL 111° 15.73% 34.90%
HSB/HSV 111° 27.18% 40.39%
CMYK 23.30% 0.00% 27.18%
59.61%

Color #4F674B in popluar number systems.

HEX 4F 67 4B
Decimal 79 103 75
Binary 1001111 1100111 1001011
Octal 117 147 113

Shades and tints

Shades of #4F674B

#4F674B
(79,103,75)
#485E45
(72,94,69)
#41553F
(65,85,63)
#3A4C39
(58,76,57)
#334333
(51,67,51)
#2C3A2D
(44,58,45)
#253127
(37,49,39)
#1E2821
(30,40,33)
#171F1B
(23,31,27)
#101615
(16,22,21)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #4F674B

#4F674B
(79,103,75)
#5F745B
(95,116,91)
#6F816B
(111,129,107)
#7F8E7B
(127,142,123)
#8F9B8B
(143,155,139)
#9FA89B
(159,168,155)
#AFB5AB
(175,181,171)
#BFC2BB
(191,194,187)
#CFCFCB
(207,207,203)
#DFDCDB
(223,220,219)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F674B color. Also use rgb(79,103,75) instead hex code.

Text Font Color

.myTextColor { color: #4F674B; }

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

This text font color is #4F674B.

Background Color

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

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

This div background color is #4F674B.

Border color

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

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

This div border color is #4F674B.

Opacity

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

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

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

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

This text has shadow with #4F674B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F674B.

Preview

Color preview on black background

This text has color #4F674B on black background.


Color preview on white background

This text has color #4F674B on white background.


Black color preview on #4F674B background

This text has black color on #4F674B background.


White color preview on #4F674B background

This text has white color on #4F674B background.


Related colors

Complementary color

Complementary color for #hex is #B098B4.


I love getcolorcode.com

Triadic colors

1 #4B4F67 and #674B4F with #4F674B are triadic colors.

2 #4B674F and #674F4B with #4F674B are triadic colors.