COLOR #4F603F

HEX: #4F603F
RGB: (79,96,63)

Color info

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

RGB color model

#4F603F color RGB value is (79,96,63).

  • red value is 79;
  • green value is 96;
  • blue value is 63.
RGB:
(79,96,63)
(31%,38%,25%)

RGB channels and saturation

R 79 of 255 = 31%
G 96 of 255 = 38%
B 63 of 255 = 25%

79
96
63

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

Portions of RGB colors in percentages

R + G + B =
79 + 96 + 63 = 238 (100%)
R 79 of 238 ~ 33.19%
G 96 of 238 ~ 40.34%
B 63 of 238 ~ 26.47%

%33.19
%40.34
%26.47

CMYK color model

#4F603F color CMYK value is (18,0,34,62).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 62.35%
CMYK:
(18,0,34,62)
C18M0Y34K62 
(18%,0%,34%,62%)
(0.18/0.00/0.34/0.62)	

CMYK percentages

%17.71
%0
%34.38
%62.35

Codes

Color #4F603F in popluar color models

4F603F
RGB799663
HSL91°20.75%31.18%
HSB/HSV91°34.38%37.65%
CMYK17.71%0.00%34.38%
62.35%

Color #4F603F in popluar number systems.

HEX4F603F
Decimal799663
Binary10011111100000111111
Octal11714077

Shades and tints

Shades of #4F603F

#4F603F
(79,96,63)
#48583A
(72,88,58)
#415035
(65,80,53)
#3A4830
(58,72,48)
#33402B
(51,64,43)
#2C3826
(44,56,38)
#253021
(37,48,33)
#1E281C
(30,40,28)
#172017
(23,32,23)
#101812
(16,24,18)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #4F603F

#4F603F
(79,96,63)
#5F6E50
(95,110,80)
#6F7C61
(111,124,97)
#7F8A72
(127,138,114)
#8F9883
(143,152,131)
#9FA694
(159,166,148)
#AFB4A5
(175,180,165)
#BFC2B6
(191,194,182)
#CFD0C7
(207,208,199)
#DFDED8
(223,222,216)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F603F color. Also use rgb(79,96,63) instead hex code.

Text Font Color

.myTextColor { color: #4F603F; }

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

This text font color is #4F603F.


Background Color

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

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

This div background color is #4F603F.


Border color

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

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

This div border color is #4F603F.


Opacity

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

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

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

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

This text has shadow with #4F603F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F603F on black background.


Color preview on white background

This text has color #4F603F on white background.



Black color preview on #4F603F background

This text has black color on #4F603F background.


White color preview on #4F603F background

This text has white color on #4F603F background.