COLOR #4D5F38

HEX: #4D5F38
RGB: (77,95,56)

Color info

#4D5F38 contains red, green and blue colors in about the same proportion. Web safe color of #4D5F38 is #336633 (or #363).

RGB color model

#4D5F38 color RGB value is (77,95,56).

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

RGB channels and saturation

R 77 of 255 = 30%
G 95 of 255 = 37%
B 56 of 255 = 22%

77
95
56

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

Portions of RGB colors in percentages

R + G + B =
77 + 95 + 56 = 228 (100%)
R 77 of 228 ~ 33.77%
G 95 of 228 ~ 41.67%
B 56 of 228 ~ 24.56%

%33.77
%41.67
%24.56

CMYK color model

#4D5F38 color CMYK value is (19,0,41,63).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 41.05%
  • key color value is 62.75%
CMYK:
(19,0,41,63)
C19M0Y41K63 
(19%,0%,41%,63%)
(0.19/0.00/0.41/0.63)	

CMYK percentages

%18.95
%0
%41.05
%62.75

Codes

Color #4D5F38 in popluar color models

4D5F38
RGB779556
HSL88°25.83%29.61%
HSB/HSV88°41.05%37.25%
CMYK18.95%0.00%41.05%
62.75%

Color #4D5F38 in popluar number systems.

HEX4D5F38
Decimal779556
Binary10011011011111111000
Octal11513770

Shades and tints

Shades of #4D5F38

#4D5F38
(77,95,56)
#465733
(70,87,51)
#3F4F2E
(63,79,46)
#384729
(56,71,41)
#313F24
(49,63,36)
#2A371F
(42,55,31)
#232F1A
(35,47,26)
#1C2715
(28,39,21)
#151F10
(21,31,16)
#0E170B
(14,23,11)
#070F06
(7,15,6)
#000000
(0,0,0)

Tints of #4D5F38

#4D5F38
(77,95,56)
#5D6D4A
(93,109,74)
#6D7B5C
(109,123,92)
#7D896E
(125,137,110)
#8D9780
(141,151,128)
#9DA592
(157,165,146)
#ADB3A4
(173,179,164)
#BDC1B6
(189,193,182)
#CDCFC8
(205,207,200)
#DDDDDA
(221,221,218)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5F38; }

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

This text font color is #4D5F38.


Background Color

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

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

This div background color is #4D5F38.


Border color

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

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

This div border color is #4D5F38.


Opacity

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

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

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

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

This text has shadow with #4D5F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5F38 on black background.


Color preview on white background

This text has color #4D5F38 on white background.



Black color preview on #4D5F38 background

This text has black color on #4D5F38 background.


White color preview on #4D5F38 background

This text has white color on #4D5F38 background.