COLOR #4C6738

HEX: #4C6738
RGB: (76,103,56)

Color info

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

RGB color model

#4C6738 color RGB value is (76,103,56).

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

RGB channels and saturation

R 76 of 255 = 30%
G 103 of 255 = 40%
B 56 of 255 = 22%

76
103
56

R + G + B ~ 31%. #4C6738 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 103 + 56 = 235 (100%)
R 76 of 235 ~ 32.34%
G 103 of 235 ~ 43.83%
B 56 of 235 ~ 23.83%

%32.34
%43.83
%23.83

CMYK color model

#4C6738 color CMYK value is (26,0,46,60).

  • cyan value is 26.21%
  • magenta value is 0.00%
  • yellow value is 45.63%
  • key color value is 59.61%
CMYK:
(26,0,46,60)
C26M0Y46K60 
(26%,0%,46%,60%)
(0.26/0.00/0.46/0.60)	

CMYK percentages

%26.21
%0
%45.63
%59.61

Codes

Color #4C6738 in popluar color models

4C6738
RGB7610356
HSL94°29.56%31.18%
HSB/HSV94°45.63%40.39%
CMYK26.21%0.00%45.63%
59.61%

Color #4C6738 in popluar number systems.

HEX4C6738
Decimal7610356
Binary10011001100111111000
Octal11414770

Shades and tints

Shades of #4C6738

#4C6738
(76,103,56)
#465E33
(70,94,51)
#40552E
(64,85,46)
#3A4C29
(58,76,41)
#344324
(52,67,36)
#2E3A1F
(46,58,31)
#28311A
(40,49,26)
#222815
(34,40,21)
#1C1F10
(28,31,16)
#16160B
(22,22,11)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #4C6738

#4C6738
(76,103,56)
#5C744A
(92,116,74)
#6C815C
(108,129,92)
#7C8E6E
(124,142,110)
#8C9B80
(140,155,128)
#9CA892
(156,168,146)
#ACB5A4
(172,181,164)
#BCC2B6
(188,194,182)
#CCCFC8
(204,207,200)
#DCDCDA
(220,220,218)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6738; }

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

This text font color is #4C6738.


Background Color

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

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

This div background color is #4C6738.


Border color

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

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

This div border color is #4C6738.


Opacity

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

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

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

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

This text has shadow with #4C6738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6738 on black background.


Color preview on white background

This text has color #4C6738 on white background.



Black color preview on #4C6738 background

This text has black color on #4C6738 background.


White color preview on #4C6738 background

This text has white color on #4C6738 background.