COLOR #4C5F38

HEX: #4C5F38
RGB: (76,95,56)

Color info

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

RGB color model

#4C5F38 color RGB value is (76,95,56).

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

RGB channels and saturation

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

76
95
56

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

Portions of RGB colors in percentages

R + G + B =
76 + 95 + 56 = 227 (100%)
R 76 of 227 ~ 33.48%
G 95 of 227 ~ 41.85%
B 56 of 227 ~ 24.67%

%33.48
%41.85
%24.67

CMYK color model

#4C5F38 color CMYK value is (20,0,41,63).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 41.05%
  • key color value is 62.75%
CMYK:
(20,0,41,63)
C20M0Y41K63 
(20%,0%,41%,63%)
(0.20/0.00/0.41/0.63)	

CMYK percentages

%20
%0
%41.05
%62.75

Codes

Color #4C5F38 in popluar color models

4C5F38
RGB769556
HSL89°25.83%29.61%
HSB/HSV89°41.05%37.25%
CMYK20.00%0.00%41.05%
62.75%

Color #4C5F38 in popluar number systems.

HEX4C5F38
Decimal769556
Binary10011001011111111000
Octal11413770

Shades and tints

Shades of #4C5F38

#4C5F38
(76,95,56)
#465733
(70,87,51)
#404F2E
(64,79,46)
#3A4729
(58,71,41)
#343F24
(52,63,36)
#2E371F
(46,55,31)
#282F1A
(40,47,26)
#222715
(34,39,21)
#1C1F10
(28,31,16)
#16170B
(22,23,11)
#100F06
(16,15,6)
#000000
(0,0,0)

Tints of #4C5F38

#4C5F38
(76,95,56)
#5C6D4A
(92,109,74)
#6C7B5C
(108,123,92)
#7C896E
(124,137,110)
#8C9780
(140,151,128)
#9CA592
(156,165,146)
#ACB3A4
(172,179,164)
#BCC1B6
(188,193,182)
#CCCFC8
(204,207,200)
#DCDDDA
(220,221,218)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5F38; }

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

This text font color is #4C5F38.


Background Color

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

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

This div background color is #4C5F38.


Border color

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

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

This div border color is #4C5F38.


Opacity

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

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

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

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

This text has shadow with #4C5F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5F38 on black background.


Color preview on white background

This text has color #4C5F38 on white background.



Black color preview on #4C5F38 background

This text has black color on #4C5F38 background.


White color preview on #4C5F38 background

This text has white color on #4C5F38 background.