COLOR #4F6732

HEX: #4F6732 RGB: (79,103,50)

Color info

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

RGB color model

#4F6732 color RGB value is (79,103,50).

RGB: (79,103,50) (31%, 40%, 20%)

RGB channels and saturation

R 79 of 255 = 31%
G 103 of 255 = 40%
B 50 of 255 = 20%

79
103
50

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

Portions of RGB colors in percentages

R + G + B = 79 + 103 + 50 = 232 (100%)
R 79 of 232 ~ 34.05%
G 103 of 232 ~ 44.4%
B 50 of 232 ~ 21.55'%

%34.05
%44.4
%21.55

CMYK color model

#4F6732 color CMYK value is (23,0,51,60).

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

CMYK: (23,0,51,60)
C23M0Y51K60 (23%, 0%, 51%, 60%)
(0.23 / 0.00 / 0.51 / 0.60)

CMYK percentages

%23.3
%0
%51.46
%59.61

Codes

Color #4F6732 in popluar color models

4F 67 32
RGB 79 103 50
HSL 87° 34.64% 30.00%
HSB/HSV 87° 51.46% 40.39%
CMYK 23.30% 0.00% 51.46%
59.61%

Color #4F6732 in popluar number systems.

HEX 4F 67 32
Decimal 79 103 50
Binary 1001111 1100111 110010
Octal 117 147 62

Shades and tints

Shades of #4F6732

#4F6732
(79,103,50)
#485E2E
(72,94,46)
#41552A
(65,85,42)
#3A4C26
(58,76,38)
#334322
(51,67,34)
#2C3A1E
(44,58,30)
#25311A
(37,49,26)
#1E2816
(30,40,22)
#171F12
(23,31,18)
#10160E
(16,22,14)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #4F6732

#4F6732
(79,103,50)
#5F7444
(95,116,68)
#6F8156
(111,129,86)
#7F8E68
(127,142,104)
#8F9B7A
(143,155,122)
#9FA88C
(159,168,140)
#AFB59E
(175,181,158)
#BFC2B0
(191,194,176)
#CFCFC2
(207,207,194)
#DFDCD4
(223,220,212)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6732; }

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

This text font color is #4F6732.

Background Color

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

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

This div background color is #4F6732.

Border color

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

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

This div border color is #4F6732.

Opacity

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

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

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

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

This text has shadow with #4F6732 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6732.

Preview

Color preview on black background

This text has color #4F6732 on black background.


Color preview on white background

This text has color #4F6732 on white background.


Black color preview on #4F6732 background

This text has black color on #4F6732 background.


White color preview on #4F6732 background

This text has white color on #4F6732 background.


Related colors

Complementary color

Complementary color for #hex is #B098CD.


I love getcolorcode.com

Triadic colors

1 #324F67 and #67324F with #4F6732 are triadic colors.

2 #32674F and #674F32 with #4F6732 are triadic colors.