COLOR #4F6330

HEX: #4F6330
RGB: (79,99,48)

Color info

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

RGB color model

#4F6330 color RGB value is (79,99,48).

  • red value is 79;
  • green value is 99;
  • blue value is 48.
RGB:
(79,99,48)
(31%,39%,19%)

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 48 of 255 = 19%

79
99
48

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

Portions of RGB colors in percentages

R + G + B =
79 + 99 + 48 = 226 (100%)
R 79 of 226 ~ 34.96%
G 99 of 226 ~ 43.81%
B 48 of 226 ~ 21.24%

%34.96
%43.81
%21.24

CMYK color model

#4F6330 color CMYK value is (20,0,52,61).

  • cyan value is 20.20%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 61.18%
CMYK:
(20,0,52,61)
C20M0Y52K61 
(20%,0%,52%,61%)
(0.20/0.00/0.52/0.61)	

CMYK percentages

%20.2
%0
%51.52
%61.18

Codes

Color #4F6330 in popluar color models

4F6330
RGB799948
HSL84°34.69%28.82%
HSB/HSV84°51.52%38.82%
CMYK20.20%0.00%51.52%
61.18%

Color #4F6330 in popluar number systems.

HEX4F6330
Decimal799948
Binary10011111100011110000
Octal11714360

Shades and tints

Shades of #4F6330

#4F6330
(79,99,48)
#485A2C
(72,90,44)
#415128
(65,81,40)
#3A4824
(58,72,36)
#333F20
(51,63,32)
#2C361C
(44,54,28)
#252D18
(37,45,24)
#1E2414
(30,36,20)
#171B10
(23,27,16)
#10120C
(16,18,12)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #4F6330

#4F6330
(79,99,48)
#5F7142
(95,113,66)
#6F7F54
(111,127,84)
#7F8D66
(127,141,102)
#8F9B78
(143,155,120)
#9FA98A
(159,169,138)
#AFB79C
(175,183,156)
#BFC5AE
(191,197,174)
#CFD3C0
(207,211,192)
#DFE1D2
(223,225,210)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6330 color. Also use rgb(79,99,48) instead hex code.

Text Font Color

.myTextColor { color: #4F6330; }

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

This text font color is #4F6330.


Background Color

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

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

This div background color is #4F6330.


Border color

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

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

This div border color is #4F6330.


Opacity

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

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

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

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

This text has shadow with #4F6330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6330 on black background.


Color preview on white background

This text has color #4F6330 on white background.



Black color preview on #4F6330 background

This text has black color on #4F6330 background.


White color preview on #4F6330 background

This text has white color on #4F6330 background.