COLOR #4C534C

HEX: #4C534C
RGB: (76,83,76)

Color info

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

RGB color model

#4C534C color RGB value is (76,83,76).

  • red value is 76;
  • green value is 83;
  • blue value is 76.
RGB:
(76,83,76)
(30%,33%,30%)

RGB channels and saturation

R 76 of 255 = 30%
G 83 of 255 = 33%
B 76 of 255 = 30%

76
83
76

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

Portions of RGB colors in percentages

R + G + B =
76 + 83 + 76 = 235 (100%)
R 76 of 235 ~ 32.34%
G 83 of 235 ~ 35.32%
B 76 of 235 ~ 32.34%

%32.34
%35.32
%32.34

CMYK color model

#4C534C color CMYK value is (8,0,8,67).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 67.45%
CMYK:
(8,0,8,67)
C8M0Y8K67 
(8%,0%,8%,67%)
(0.08/0.00/0.08/0.67)	

CMYK percentages

%8.43
%0
%8.43
%67.45

Codes

Color #4C534C in popluar color models

4C534C
RGB768376
HSL120°4.40%31.18%
HSB/HSV120°8.43%32.55%
CMYK8.43%0.00%8.43%
67.45%

Color #4C534C in popluar number systems.

HEX4C534C
Decimal768376
Binary100110010100111001100
Octal114123114

Shades and tints

Shades of #4C534C

#4C534C
(76,83,76)
#464C46
(70,76,70)
#404540
(64,69,64)
#3A3E3A
(58,62,58)
#343734
(52,55,52)
#2E302E
(46,48,46)
#282928
(40,41,40)
#222222
(34,34,34)
#1C1B1C
(28,27,28)
#161416
(22,20,22)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #4C534C

#4C534C
(76,83,76)
#5C625C
(92,98,92)
#6C716C
(108,113,108)
#7C807C
(124,128,124)
#8C8F8C
(140,143,140)
#9C9E9C
(156,158,156)
#ACADAC
(172,173,172)
#BCBCBC
(188,188,188)
#CCCBCC
(204,203,204)
#DCDADC
(220,218,220)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C534C; }

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

This text font color is #4C534C.


Background Color

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

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

This div background color is #4C534C.


Border color

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

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

This div border color is #4C534C.


Opacity

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

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

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

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

This text has shadow with #4C534C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C534C on black background.


Color preview on white background

This text has color #4C534C on white background.



Black color preview on #4C534C background

This text has black color on #4C534C background.


White color preview on #4C534C background

This text has white color on #4C534C background.