COLOR #4C695C

HEX: #4C695C
RGB: (76,105,92)

Color info

#4C695C contains red, green and blue colors in about the same proportion. Web safe color of #4C695C is #336666 (or #366).

RGB color model

#4C695C color RGB value is (76,105,92).

  • red value is 76;
  • green value is 105;
  • blue value is 92.
RGB:
(76,105,92)
(30%,41%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 105 of 255 = 41%
B 92 of 255 = 36%

76
105
92

R + G + B ~ 36%. #4C695C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 105 + 92 = 273 (100%)
R 76 of 273 ~ 27.84%
G 105 of 273 ~ 38.46%
B 92 of 273 ~ 33.7%

%27.84
%38.46
%33.7

CMYK color model

#4C695C color CMYK value is (28,0,12,59).

  • cyan value is 27.62%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 58.82%
CMYK:
(28,0,12,59)
C28M0Y12K59 
(28%,0%,12%,59%)
(0.28/0.00/0.12/0.59)	

CMYK percentages

%27.62
%0
%12.38
%58.82

Codes

Color #4C695C in popluar color models

4C695C
RGB7610592
HSL153°16.02%35.49%
HSB/HSV153°27.62%41.18%
CMYK27.62%0.00%12.38%
58.82%

Color #4C695C in popluar number systems.

HEX4C695C
Decimal7610592
Binary100110011010011011100
Octal114151134

Shades and tints

Shades of #4C695C

#4C695C
(76,105,92)
#466054
(70,96,84)
#40574C
(64,87,76)
#3A4E44
(58,78,68)
#34453C
(52,69,60)
#2E3C34
(46,60,52)
#28332C
(40,51,44)
#222A24
(34,42,36)
#1C211C
(28,33,28)
#161814
(22,24,20)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #4C695C

#4C695C
(76,105,92)
#5C766A
(92,118,106)
#6C8378
(108,131,120)
#7C9086
(124,144,134)
#8C9D94
(140,157,148)
#9CAAA2
(156,170,162)
#ACB7B0
(172,183,176)
#BCC4BE
(188,196,190)
#CCD1CC
(204,209,204)
#DCDEDA
(220,222,218)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C695C; }

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

This text font color is #4C695C.


Background Color

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

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

This div background color is #4C695C.


Border color

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

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

This div border color is #4C695C.


Opacity

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

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

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

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

This text has shadow with #4C695C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C695C on black background.


Color preview on white background

This text has color #4C695C on white background.



Black color preview on #4C695C background

This text has black color on #4C695C background.


White color preview on #4C695C background

This text has white color on #4C695C background.