COLOR #4F5A22

HEX: #4F5A22
RGB: (79,90,34)

Color info

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

RGB color model

#4F5A22 color RGB value is (79,90,34).

  • red value is 79;
  • green value is 90;
  • blue value is 34.
RGB:
(79,90,34)
(31%,35%,13%)

RGB channels and saturation

R 79 of 255 = 31%
G 90 of 255 = 35%
B 34 of 255 = 13%

79
90
34

R + G + B ~ 26%. #4F5A22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 90 + 34 = 203 (100%)
R 79 of 203 ~ 38.92%
G 90 of 203 ~ 44.33%
B 34 of 203 ~ 16.75%

%38.92
%44.33
%16.75

CMYK color model

#4F5A22 color CMYK value is (12,0,62,65).

  • cyan value is 12.22%
  • magenta value is 0.00%
  • yellow value is 62.22%
  • key color value is 64.71%
CMYK:
(12,0,62,65)
C12M0Y62K65 
(12%,0%,62%,65%)
(0.12/0.00/0.62/0.65)	

CMYK percentages

%12.22
%0
%62.22
%64.71

Codes

Color #4F5A22 in popluar color models

4F5A22
RGB799034
HSL72°45.16%24.31%
HSB/HSV72°62.22%35.29%
CMYK12.22%0.00%62.22%
64.71%

Color #4F5A22 in popluar number systems.

HEX4F5A22
Decimal799034
Binary10011111011010100010
Octal11713242

Shades and tints

Shades of #4F5A22

#4F5A22
(79,90,34)
#48521F
(72,82,31)
#414A1C
(65,74,28)
#3A4219
(58,66,25)
#333A16
(51,58,22)
#2C3213
(44,50,19)
#252A10
(37,42,16)
#1E220D
(30,34,13)
#171A0A
(23,26,10)
#101207
(16,18,7)
#090A04
(9,10,4)
#000000
(0,0,0)

Tints of #4F5A22

#4F5A22
(79,90,34)
#5F6936
(95,105,54)
#6F784A
(111,120,74)
#7F875E
(127,135,94)
#8F9672
(143,150,114)
#9FA586
(159,165,134)
#AFB49A
(175,180,154)
#BFC3AE
(191,195,174)
#CFD2C2
(207,210,194)
#DFE1D6
(223,225,214)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5A22 color. Also use rgb(79,90,34) instead hex code.

Text Font Color

.myTextColor { color: #4F5A22; }

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

This text font color is #4F5A22.


Background Color

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

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

This div background color is #4F5A22.


Border color

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

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

This div border color is #4F5A22.


Opacity

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

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

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

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

This text has shadow with #4F5A22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5A22 on black background.


Color preview on white background

This text has color #4F5A22 on white background.



Black color preview on #4F5A22 background

This text has black color on #4F5A22 background.


White color preview on #4F5A22 background

This text has white color on #4F5A22 background.