COLOR #4F672D

HEX: #4F672D RGB: (79,103,45)

Color info

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

RGB color model

#4F672D color RGB value is (79,103,45).

RGB: (79,103,45) (31%, 40%, 18%)

RGB channels and saturation

R 79 of 255 = 31%
G 103 of 255 = 40%
B 45 of 255 = 18%

79
103
45

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

Portions of RGB colors in percentages

R + G + B = 79 + 103 + 45 = 227 (100%)
R 79 of 227 ~ 34.8%
G 103 of 227 ~ 45.37%
B 45 of 227 ~ 19.82'%

%34.8
%45.37
%19.82

CMYK color model

#4F672D color CMYK value is (23,0,56,60).

  • cyan value is 23.30%
  • magenta value is 0.00%
  • yellow value is 56.31%
  • key color value is 59.61%

CMYK: (23,0,56,60)
C23M0Y56K60 (23%, 0%, 56%, 60%)
(0.23 / 0.00 / 0.56 / 0.60)

CMYK percentages

%23.3
%0
%56.31
%59.61

Codes

Color #4F672D in popluar color models

4F 67 2D
RGB 79 103 45
HSL 85° 39.19% 29.02%
HSB/HSV 85° 56.31% 40.39%
CMYK 23.30% 0.00% 56.31%
59.61%

Color #4F672D in popluar number systems.

HEX 4F 67 2D
Decimal 79 103 45
Binary 1001111 1100111 101101
Octal 117 147 55

Shades and tints

Shades of #4F672D

#4F672D
(79,103,45)
#485E29
(72,94,41)
#415525
(65,85,37)
#3A4C21
(58,76,33)
#33431D
(51,67,29)
#2C3A19
(44,58,25)
#253115
(37,49,21)
#1E2811
(30,40,17)
#171F0D
(23,31,13)
#101609
(16,22,9)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #4F672D

#4F672D
(79,103,45)
#5F7440
(95,116,64)
#6F8153
(111,129,83)
#7F8E66
(127,142,102)
#8F9B79
(143,155,121)
#9FA88C
(159,168,140)
#AFB59F
(175,181,159)
#BFC2B2
(191,194,178)
#CFCFC5
(207,207,197)
#DFDCD8
(223,220,216)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F672D; }

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

This text font color is #4F672D.

Background Color

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

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

This div background color is #4F672D.

Border color

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

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

This div border color is #4F672D.

Opacity

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

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

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

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

This text has shadow with #4F672D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F672D.

Preview

Color preview on black background

This text has color #4F672D on black background.


Color preview on white background

This text has color #4F672D on white background.


Black color preview on #4F672D background

This text has black color on #4F672D background.


White color preview on #4F672D background

This text has white color on #4F672D background.


Related colors

Complementary color

Complementary color for #hex is #B098D2.


I love getcolorcode.com

Triadic colors

1 #2D4F67 and #672D4F with #4F672D are triadic colors.

2 #2D674F and #674F2D with #4F672D are triadic colors.