COLOR #4C684E

HEX: #4C684E
RGB: (76,104,78)

Color info

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

RGB color model

#4C684E color RGB value is (76,104,78).

  • red value is 76;
  • green value is 104;
  • blue value is 78.
RGB:
(76,104,78)
(30%,41%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 104 of 255 = 41%
B 78 of 255 = 31%

76
104
78

R + G + B ~ 34%. #4C684E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 104 + 78 = 258 (100%)
R 76 of 258 ~ 29.46%
G 104 of 258 ~ 40.31%
B 78 of 258 ~ 30.23%

%29.46
%40.31
%30.23

CMYK color model

#4C684E color CMYK value is (27,0,25,59).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 59.22%
CMYK:
(27,0,25,59)
C27M0Y25K59 
(27%,0%,25%,59%)
(0.27/0.00/0.25/0.59)	

CMYK percentages

%26.92
%0
%25
%59.22

Codes

Color #4C684E in popluar color models

4C684E
RGB7610478
HSL124°15.56%35.29%
HSB/HSV124°26.92%40.78%
CMYK26.92%0.00%25.00%
59.22%

Color #4C684E in popluar number systems.

HEX4C684E
Decimal7610478
Binary100110011010001001110
Octal114150116

Shades and tints

Shades of #4C684E

#4C684E
(76,104,78)
#465F47
(70,95,71)
#405640
(64,86,64)
#3A4D39
(58,77,57)
#344432
(52,68,50)
#2E3B2B
(46,59,43)
#283224
(40,50,36)
#22291D
(34,41,29)
#1C2016
(28,32,22)
#16170F
(22,23,15)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #4C684E

#4C684E
(76,104,78)
#5C755E
(92,117,94)
#6C826E
(108,130,110)
#7C8F7E
(124,143,126)
#8C9C8E
(140,156,142)
#9CA99E
(156,169,158)
#ACB6AE
(172,182,174)
#BCC3BE
(188,195,190)
#CCD0CE
(204,208,206)
#DCDDDE
(220,221,222)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C684E; }

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

This text font color is #4C684E.


Background Color

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

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

This div background color is #4C684E.


Border color

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

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

This div border color is #4C684E.


Opacity

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

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

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

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

This text has shadow with #4C684E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C684E on black background.


Color preview on white background

This text has color #4C684E on white background.



Black color preview on #4C684E background

This text has black color on #4C684E background.


White color preview on #4C684E background

This text has white color on #4C684E background.