COLOR #4C6841

HEX: #4C6841 RGB: (76,104,65)

Color info

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

RGB color model

#4C6841 color RGB value is (76,104,65).

RGB: (76,104,65) (30%, 41%, 25%)

RGB channels and saturation

R 76 of 255 = 30%
G 104 of 255 = 41%
B 65 of 255 = 25%

76
104
65

R + G + B ~ 32%. #4C6841 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 104 + 65 = 245 (100%)
R 76 of 245 ~ 31.02%
G 104 of 245 ~ 42.45%
B 65 of 245 ~ 26.53'%

%31.02
%42.45
%26.53

CMYK color model

#4C6841 color CMYK value is (27,0,38,59).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 59.22%

CMYK: (27,0,38,59)
C27M0Y38K59 (27%, 0%, 38%, 59%)
(0.27 / 0.00 / 0.38 / 0.59)

CMYK percentages

%26.92
%0
%37.5
%59.22

Codes

Color #4C6841 in popluar color models

4C 68 41
RGB 76 104 65
HSL 103° 23.08% 33.14%
HSB/HSV 103° 37.50% 40.78%
CMYK 26.92% 0.00% 37.50%
59.22%

Color #4C6841 in popluar number systems.

HEX 4C 68 41
Decimal 76 104 65
Binary 1001100 1101000 1000001
Octal 114 150 101

Shades and tints

Shades of #4C6841

#4C6841
(76,104,65)
#465F3C
(70,95,60)
#405637
(64,86,55)
#3A4D32
(58,77,50)
#34442D
(52,68,45)
#2E3B28
(46,59,40)
#283223
(40,50,35)
#22291E
(34,41,30)
#1C2019
(28,32,25)
#161714
(22,23,20)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #4C6841

#4C6841
(76,104,65)
#5C7552
(92,117,82)
#6C8263
(108,130,99)
#7C8F74
(124,143,116)
#8C9C85
(140,156,133)
#9CA996
(156,169,150)
#ACB6A7
(172,182,167)
#BCC3B8
(188,195,184)
#CCD0C9
(204,208,201)
#DCDDDA
(220,221,218)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6841 color. Also use rgb(76,104,65) instead hex code.

Text Font Color

.myTextColor { color: #4C6841; }

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

This text font color is #4C6841.

Background Color

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

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

This div background color is #4C6841.

Border color

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

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

This div border color is #4C6841.

Opacity

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

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

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

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

This text has shadow with #4C6841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6841.

Preview

Color preview on black background

This text has color #4C6841 on black background.


Color preview on white background

This text has color #4C6841 on white background.


Black color preview on #4C6841 background

This text has black color on #4C6841 background.


White color preview on #4C6841 background

This text has white color on #4C6841 background.


Related colors

Complementary color

Complementary color for #hex is #B397BE.


I love getcolorcode.com

Triadic colors

1 #414C68 and #68414C with #4C6841 are triadic colors.

2 #41684C and #684C41 with #4C6841 are triadic colors.