COLOR #4C6348

HEX: #4C6348
RGB: (76,99,72)

Color info

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

RGB color model

#4C6348 color RGB value is (76,99,72).

  • red value is 76;
  • green value is 99;
  • blue value is 72.
RGB:
(76,99,72)
(30%,39%,28%)

RGB channels and saturation

R 76 of 255 = 30%
G 99 of 255 = 39%
B 72 of 255 = 28%

76
99
72

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

Portions of RGB colors in percentages

R + G + B =
76 + 99 + 72 = 247 (100%)
R 76 of 247 ~ 30.77%
G 99 of 247 ~ 40.08%
B 72 of 247 ~ 29.15%

%30.77
%40.08
%29.15

CMYK color model

#4C6348 color CMYK value is (23,0,27,61).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 61.18%
CMYK:
(23,0,27,61)
C23M0Y27K61 
(23%,0%,27%,61%)
(0.23/0.00/0.27/0.61)	

CMYK percentages

%23.23
%0
%27.27
%61.18

Codes

Color #4C6348 in popluar color models

4C6348
RGB769972
HSL111°15.79%33.53%
HSB/HSV111°27.27%38.82%
CMYK23.23%0.00%27.27%
61.18%

Color #4C6348 in popluar number systems.

HEX4C6348
Decimal769972
Binary100110011000111001000
Octal114143110

Shades and tints

Shades of #4C6348

#4C6348
(76,99,72)
#465A42
(70,90,66)
#40513C
(64,81,60)
#3A4836
(58,72,54)
#343F30
(52,63,48)
#2E362A
(46,54,42)
#282D24
(40,45,36)
#22241E
(34,36,30)
#1C1B18
(28,27,24)
#161212
(22,18,18)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #4C6348

#4C6348
(76,99,72)
#5C7158
(92,113,88)
#6C7F68
(108,127,104)
#7C8D78
(124,141,120)
#8C9B88
(140,155,136)
#9CA998
(156,169,152)
#ACB7A8
(172,183,168)
#BCC5B8
(188,197,184)
#CCD3C8
(204,211,200)
#DCE1D8
(220,225,216)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6348; }

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

This text font color is #4C6348.


Background Color

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

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

This div background color is #4C6348.


Border color

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

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

This div border color is #4C6348.


Opacity

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

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

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

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

This text has shadow with #4C6348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6348 on black background.


Color preview on white background

This text has color #4C6348 on white background.



Black color preview on #4C6348 background

This text has black color on #4C6348 background.


White color preview on #4C6348 background

This text has white color on #4C6348 background.