COLOR #4F673A

HEX: #4F673A
RGB: (79,103,58)

Color info

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

RGB color model

#4F673A color RGB value is (79,103,58).

  • red value is 79;
  • green value is 103;
  • blue value is 58.
RGB:
(79,103,58)
(31%,40%,23%)

RGB channels and saturation

R 79 of 255 = 31%
G 103 of 255 = 40%
B 58 of 255 = 23%

79
103
58

R + G + B ~ 31%. #4F673A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 103 + 58 = 240 (100%)
R 79 of 240 ~ 32.92%
G 103 of 240 ~ 42.92%
B 58 of 240 ~ 24.17%

%32.92
%42.92
%24.17

CMYK color model

#4F673A color CMYK value is (23,0,44,60).

  • cyan value is 23.30%
  • magenta value is 0.00%
  • yellow value is 43.69%
  • key color value is 59.61%
CMYK:
(23,0,44,60)
C23M0Y44K60 
(23%,0%,44%,60%)
(0.23/0.00/0.44/0.60)	

CMYK percentages

%23.3
%0
%43.69
%59.61

Codes

Color #4F673A in popluar color models

4F673A
RGB7910358
HSL92°27.95%31.57%
HSB/HSV92°43.69%40.39%
CMYK23.30%0.00%43.69%
59.61%

Color #4F673A in popluar number systems.

HEX4F673A
Decimal7910358
Binary10011111100111111010
Octal11714772

Shades and tints

Shades of #4F673A

#4F673A
(79,103,58)
#485E35
(72,94,53)
#415530
(65,85,48)
#3A4C2B
(58,76,43)
#334326
(51,67,38)
#2C3A21
(44,58,33)
#25311C
(37,49,28)
#1E2817
(30,40,23)
#171F12
(23,31,18)
#10160D
(16,22,13)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #4F673A

#4F673A
(79,103,58)
#5F744B
(95,116,75)
#6F815C
(111,129,92)
#7F8E6D
(127,142,109)
#8F9B7E
(143,155,126)
#9FA88F
(159,168,143)
#AFB5A0
(175,181,160)
#BFC2B1
(191,194,177)
#CFCFC2
(207,207,194)
#DFDCD3
(223,220,211)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F673A; }

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

This text font color is #4F673A.


Background Color

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

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

This div background color is #4F673A.


Border color

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

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

This div border color is #4F673A.


Opacity

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

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

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

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

This text has shadow with #4F673A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F673A on black background.


Color preview on white background

This text has color #4F673A on white background.



Black color preview on #4F673A background

This text has black color on #4F673A background.


White color preview on #4F673A background

This text has white color on #4F673A background.