COLOR #4D5F22

HEX: #4D5F22
RGB: (77,95,34)

Color info

#4D5F22 contains mainly red and green colors. Web safe color of #4D5F22 is #336633 (or #363).

RGB color model

#4D5F22 color RGB value is (77,95,34).

  • red value is 77;
  • green value is 95;
  • blue value is 34.
RGB:
(77,95,34)
(30%,37%,13%)

RGB channels and saturation

R 77 of 255 = 30%
G 95 of 255 = 37%
B 34 of 255 = 13%

77
95
34

R + G + B ~ 27%. #4D5F22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 95 + 34 = 206 (100%)
R 77 of 206 ~ 37.38%
G 95 of 206 ~ 46.12%
B 34 of 206 ~ 16.5%

%37.38
%46.12
%16.5

CMYK color model

#4D5F22 color CMYK value is (19,0,64,63).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 64.21%
  • key color value is 62.75%
CMYK:
(19,0,64,63)
C19M0Y64K63 
(19%,0%,64%,63%)
(0.19/0.00/0.64/0.63)	

CMYK percentages

%18.95
%0
%64.21
%62.75

Codes

Color #4D5F22 in popluar color models

4D5F22
RGB779534
HSL78°47.29%25.29%
HSB/HSV78°64.21%37.25%
CMYK18.95%0.00%64.21%
62.75%

Color #4D5F22 in popluar number systems.

HEX4D5F22
Decimal779534
Binary10011011011111100010
Octal11513742

Shades and tints

Shades of #4D5F22

#4D5F22
(77,95,34)
#46571F
(70,87,31)
#3F4F1C
(63,79,28)
#384719
(56,71,25)
#313F16
(49,63,22)
#2A3713
(42,55,19)
#232F10
(35,47,16)
#1C270D
(28,39,13)
#151F0A
(21,31,10)
#0E1707
(14,23,7)
#070F04
(7,15,4)
#000000
(0,0,0)

Tints of #4D5F22

#4D5F22
(77,95,34)
#5D6D36
(93,109,54)
#6D7B4A
(109,123,74)
#7D895E
(125,137,94)
#8D9772
(141,151,114)
#9DA586
(157,165,134)
#ADB39A
(173,179,154)
#BDC1AE
(189,193,174)
#CDCFC2
(205,207,194)
#DDDDD6
(221,221,214)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5F22 color. Also use rgb(77,95,34) instead hex code.

Text Font Color

.myTextColor { color: #4D5F22; }

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

This text font color is #4D5F22.


Background Color

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

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

This div background color is #4D5F22.


Border color

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

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

This div border color is #4D5F22.


Opacity

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

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

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

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

This text has shadow with #4D5F22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5F22 on black background.


Color preview on white background

This text has color #4D5F22 on white background.



Black color preview on #4D5F22 background

This text has black color on #4D5F22 background.


White color preview on #4D5F22 background

This text has white color on #4D5F22 background.