COLOR #4C6647

HEX: #4C6647
RGB: (76,102,71)

Color info

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

RGB color model

#4C6647 color RGB value is (76,102,71).

  • red value is 76;
  • green value is 102;
  • blue value is 71.
RGB:
(76,102,71)
(30%,40%,28%)

RGB channels and saturation

R 76 of 255 = 30%
G 102 of 255 = 40%
B 71 of 255 = 28%

76
102
71

R + G + B ~ 33%. #4C6647 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 102 + 71 = 249 (100%)
R 76 of 249 ~ 30.52%
G 102 of 249 ~ 40.96%
B 71 of 249 ~ 28.51%

%30.52
%40.96
%28.51

CMYK color model

#4C6647 color CMYK value is (25,0,30,60).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 60.00%
CMYK:
(25,0,30,60)
C25M0Y30K60 
(25%,0%,30%,60%)
(0.25/0.00/0.30/0.60)	

CMYK percentages

%25.49
%0
%30.39
%60

Codes

Color #4C6647 in popluar color models

4C6647
RGB7610271
HSL110°17.92%33.92%
HSB/HSV110°30.39%40.00%
CMYK25.49%0.00%30.39%
60.00%

Color #4C6647 in popluar number systems.

HEX4C6647
Decimal7610271
Binary100110011001101000111
Octal114146107

Shades and tints

Shades of #4C6647

#4C6647
(76,102,71)
#465D41
(70,93,65)
#40543B
(64,84,59)
#3A4B35
(58,75,53)
#34422F
(52,66,47)
#2E3929
(46,57,41)
#283023
(40,48,35)
#22271D
(34,39,29)
#1C1E17
(28,30,23)
#161511
(22,21,17)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #4C6647

#4C6647
(76,102,71)
#5C7357
(92,115,87)
#6C8067
(108,128,103)
#7C8D77
(124,141,119)
#8C9A87
(140,154,135)
#9CA797
(156,167,151)
#ACB4A7
(172,180,167)
#BCC1B7
(188,193,183)
#CCCEC7
(204,206,199)
#DCDBD7
(220,219,215)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6647 color. Also use rgb(76,102,71) instead hex code.

Text Font Color

.myTextColor { color: #4C6647; }

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

This text font color is #4C6647.


Background Color

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

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

This div background color is #4C6647.


Border color

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

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

This div border color is #4C6647.


Opacity

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

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

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

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

This text has shadow with #4C6647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6647 on black background.


Color preview on white background

This text has color #4C6647 on white background.



Black color preview on #4C6647 background

This text has black color on #4C6647 background.


White color preview on #4C6647 background

This text has white color on #4C6647 background.