COLOR #4C695E

HEX: #4C695E
RGB: (76,105,94)

Color info

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

RGB color model

#4C695E color RGB value is (76,105,94).

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

RGB channels and saturation

R 76 of 255 = 30%
G 105 of 255 = 41%
B 94 of 255 = 37%

76
105
94

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

Portions of RGB colors in percentages

R + G + B =
76 + 105 + 94 = 275 (100%)
R 76 of 275 ~ 27.64%
G 105 of 275 ~ 38.18%
B 94 of 275 ~ 34.18%

%27.64
%38.18
%34.18

CMYK color model

#4C695E color CMYK value is (28,0,10,59).

  • cyan value is 27.62%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 58.82%
CMYK:
(28,0,10,59)
C28M0Y10K59 
(28%,0%,10%,59%)
(0.28/0.00/0.10/0.59)	

CMYK percentages

%27.62
%0
%10.48
%58.82

Codes

Color #4C695E in popluar color models

4C695E
RGB7610594
HSL157°16.02%35.49%
HSB/HSV157°27.62%41.18%
CMYK27.62%0.00%10.48%
58.82%

Color #4C695E in popluar number systems.

HEX4C695E
Decimal7610594
Binary100110011010011011110
Octal114151136

Shades and tints

Shades of #4C695E

#4C695E
(76,105,94)
#466056
(70,96,86)
#40574E
(64,87,78)
#3A4E46
(58,78,70)
#34453E
(52,69,62)
#2E3C36
(46,60,54)
#28332E
(40,51,46)
#222A26
(34,42,38)
#1C211E
(28,33,30)
#161816
(22,24,22)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #4C695E

#4C695E
(76,105,94)
#5C766C
(92,118,108)
#6C837A
(108,131,122)
#7C9088
(124,144,136)
#8C9D96
(140,157,150)
#9CAAA4
(156,170,164)
#ACB7B2
(172,183,178)
#BCC4C0
(188,196,192)
#CCD1CE
(204,209,206)
#DCDEDC
(220,222,220)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C695E; }

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

This text font color is #4C695E.


Background Color

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

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

This div background color is #4C695E.


Border color

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

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

This div border color is #4C695E.


Opacity

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

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

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

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

This text has shadow with #4C695E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C695E on black background.


Color preview on white background

This text has color #4C695E on white background.



Black color preview on #4C695E background

This text has black color on #4C695E background.


White color preview on #4C695E background

This text has white color on #4C695E background.