COLOR #4C6848

HEX: #4C6848 RGB: (76,104,72)

Color info

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

RGB color model

#4C6848 color RGB value is (76,104,72).

RGB: (76,104,72) (30%, 41%, 28%)

RGB channels and saturation

R 76 of 255 = 30%
G 104 of 255 = 41%
B 72 of 255 = 28%

76
104
72

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

Portions of RGB colors in percentages

R + G + B = 76 + 104 + 72 = 252 (100%)
R 76 of 252 ~ 30.16%
G 104 of 252 ~ 41.27%
B 72 of 252 ~ 28.57'%

%30.16
%41.27
%28.57

CMYK color model

#4C6848 color CMYK value is (27,0,31,59).

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

CMYK: (27,0,31,59)
C27M0Y31K59 (27%, 0%, 31%, 59%)
(0.27 / 0.00 / 0.31 / 0.59)

CMYK percentages

%26.92
%0
%30.77
%59.22

Codes

Color #4C6848 in popluar color models

4C 68 48
RGB 76 104 72
HSL 113° 18.18% 34.51%
HSB/HSV 113° 30.77% 40.78%
CMYK 26.92% 0.00% 30.77%
59.22%

Color #4C6848 in popluar number systems.

HEX 4C 68 48
Decimal 76 104 72
Binary 1001100 1101000 1001000
Octal 114 150 110

Shades and tints

Shades of #4C6848

#4C6848
(76,104,72)
#465F42
(70,95,66)
#40563C
(64,86,60)
#3A4D36
(58,77,54)
#344430
(52,68,48)
#2E3B2A
(46,59,42)
#283224
(40,50,36)
#22291E
(34,41,30)
#1C2018
(28,32,24)
#161712
(22,23,18)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #4C6848

#4C6848
(76,104,72)
#5C7558
(92,117,88)
#6C8268
(108,130,104)
#7C8F78
(124,143,120)
#8C9C88
(140,156,136)
#9CA998
(156,169,152)
#ACB6A8
(172,182,168)
#BCC3B8
(188,195,184)
#CCD0C8
(204,208,200)
#DCDDD8
(220,221,216)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6848; }

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

This text font color is #4C6848.

Background Color

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

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

This div background color is #4C6848.

Border color

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

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

This div border color is #4C6848.

Opacity

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

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

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

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

This text has shadow with #4C6848 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6848.

Preview

Color preview on black background

This text has color #4C6848 on black background.


Color preview on white background

This text has color #4C6848 on white background.


Black color preview on #4C6848 background

This text has black color on #4C6848 background.


White color preview on #4C6848 background

This text has white color on #4C6848 background.


Related colors

Complementary color

Complementary color for #hex is #B397B7.


I love getcolorcode.com

Triadic colors

1 #484C68 and #68484C with #4C6848 are triadic colors.

2 #48684C and #684C48 with #4C6848 are triadic colors.