COLOR #4C6138

HEX: #4C6138
RGB: (76,97,56)

Color info

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

RGB color model

#4C6138 color RGB value is (76,97,56).

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

RGB channels and saturation

R 76 of 255 = 30%
G 97 of 255 = 38%
B 56 of 255 = 22%

76
97
56

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

Portions of RGB colors in percentages

R + G + B =
76 + 97 + 56 = 229 (100%)
R 76 of 229 ~ 33.19%
G 97 of 229 ~ 42.36%
B 56 of 229 ~ 24.45%

%33.19
%42.36
%24.45

CMYK color model

#4C6138 color CMYK value is (22,0,42,62).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 42.27%
  • key color value is 61.96%
CMYK:
(22,0,42,62)
C22M0Y42K62 
(22%,0%,42%,62%)
(0.22/0.00/0.42/0.62)	

CMYK percentages

%21.65
%0
%42.27
%61.96

Codes

Color #4C6138 in popluar color models

4C6138
RGB769756
HSL91°26.80%30.00%
HSB/HSV91°42.27%38.04%
CMYK21.65%0.00%42.27%
61.96%

Color #4C6138 in popluar number systems.

HEX4C6138
Decimal769756
Binary10011001100001111000
Octal11414170

Shades and tints

Shades of #4C6138

#4C6138
(76,97,56)
#465933
(70,89,51)
#40512E
(64,81,46)
#3A4929
(58,73,41)
#344124
(52,65,36)
#2E391F
(46,57,31)
#28311A
(40,49,26)
#222915
(34,41,21)
#1C2110
(28,33,16)
#16190B
(22,25,11)
#101106
(16,17,6)
#000000
(0,0,0)

Tints of #4C6138

#4C6138
(76,97,56)
#5C6F4A
(92,111,74)
#6C7D5C
(108,125,92)
#7C8B6E
(124,139,110)
#8C9980
(140,153,128)
#9CA792
(156,167,146)
#ACB5A4
(172,181,164)
#BCC3B6
(188,195,182)
#CCD1C8
(204,209,200)
#DCDFDA
(220,223,218)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6138; }

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

This text font color is #4C6138.


Background Color

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

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

This div background color is #4C6138.


Border color

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

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

This div border color is #4C6138.


Opacity

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

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

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

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

This text has shadow with #4C6138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6138 on black background.


Color preview on white background

This text has color #4C6138 on white background.



Black color preview on #4C6138 background

This text has black color on #4C6138 background.


White color preview on #4C6138 background

This text has white color on #4C6138 background.