COLOR #4F673C

HEX: #4F673C RGB: (79,103,60)

Color info

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

RGB color model

#4F673C color RGB value is (79,103,60).

RGB: (79,103,60) (31%, 40%, 24%)

RGB channels and saturation

R 79 of 255 = 31%
G 103 of 255 = 40%
B 60 of 255 = 24%

79
103
60

R + G + B ~ 32%. #4F673C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 103 + 60 = 242 (100%)
R 79 of 242 ~ 32.64%
G 103 of 242 ~ 42.56%
B 60 of 242 ~ 24.79'%

%32.64
%42.56
%24.79

CMYK color model

#4F673C color CMYK value is (23,0,42,60).

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

CMYK: (23,0,42,60)
C23M0Y42K60 (23%, 0%, 42%, 60%)
(0.23 / 0.00 / 0.42 / 0.60)

CMYK percentages

%23.3
%0
%41.75
%59.61

Codes

Color #4F673C in popluar color models

4F 67 3C
RGB 79 103 60
HSL 93° 26.38% 31.96%
HSB/HSV 93° 41.75% 40.39%
CMYK 23.30% 0.00% 41.75%
59.61%

Color #4F673C in popluar number systems.

HEX 4F 67 3C
Decimal 79 103 60
Binary 1001111 1100111 111100
Octal 117 147 74

Shades and tints

Shades of #4F673C

#4F673C
(79,103,60)
#485E37
(72,94,55)
#415532
(65,85,50)
#3A4C2D
(58,76,45)
#334328
(51,67,40)
#2C3A23
(44,58,35)
#25311E
(37,49,30)
#1E2819
(30,40,25)
#171F14
(23,31,20)
#10160F
(16,22,15)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #4F673C

#4F673C
(79,103,60)
#5F744D
(95,116,77)
#6F815E
(111,129,94)
#7F8E6F
(127,142,111)
#8F9B80
(143,155,128)
#9FA891
(159,168,145)
#AFB5A2
(175,181,162)
#BFC2B3
(191,194,179)
#CFCFC4
(207,207,196)
#DFDCD5
(223,220,213)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F673C; }

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

This text font color is #4F673C.

Background Color

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

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

This div background color is #4F673C.

Border color

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

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

This div border color is #4F673C.

Opacity

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

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

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

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

This text has shadow with #4F673C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F673C.

Preview

Color preview on black background

This text has color #4F673C on black background.


Color preview on white background

This text has color #4F673C on white background.


Black color preview on #4F673C background

This text has black color on #4F673C background.


White color preview on #4F673C background

This text has white color on #4F673C background.


Related colors

Complementary color

Complementary color for #hex is #B098C3.


I love getcolorcode.com

Triadic colors

1 #3C4F67 and #673C4F with #4F673C are triadic colors.

2 #3C674F and #674F3C with #4F673C are triadic colors.