COLOR #4C685E

HEX: #4C685E
RGB: (76,104,94)

Renk bilgisi

#4C685E contains red, green and blue colors in about the same proportion. #4C685E ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4C685E color RGB value is (76,104,94).

  • kırmız ton 76;
  • yeşil ton 104;
  • mavi ton 94.
RGB:
(76,104,94)
(30%,41%,37%)

RGB bağlantıları ve doygunluk

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

76
104
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 104 + 94 = 274 (100%)
R 76 of 274 ~ 27.74%
G 104 of 274 ~ 37.96%
B 94 of 274 ~ 34.31%

%27.74
%37.96
%34.31

CMYK RENK MODELİ

#4C685E rengi CMYK tonu (27,0,10,59).

  • camgöbeği tonu 26.92%
  • eflatun tonu 0.00%
  • sarı tonu 9.62%
  • ana renk tonu 59.22%
CMYK:
(27,0,10,59)
C27M0Y10K59 
(27%,0%,10%,59%)
(0.27/0.00/0.10/0.59)	

CMYK yüzdeleri

%26.92
%0
%9.62
%59.22

Codes

Color #4C685E in popluar color models

4C685E
RGB7610494
HSL159°15.56%35.29%
HSB/HSV159°26.92%40.78%
CMYK26.92%0.00%9.62%
59.22%

Color #4C685E in popluar number systems.

HEX4C685E
Decimal7610494
Binary100110011010001011110
Octal114150136

Shades and tints

Shades of #4C685E

#4C685E
(76,104,94)
#465F56
(70,95,86)
#40564E
(64,86,78)
#3A4D46
(58,77,70)
#34443E
(52,68,62)
#2E3B36
(46,59,54)
#28322E
(40,50,46)
#222926
(34,41,38)
#1C201E
(28,32,30)
#161716
(22,23,22)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #4C685E

#4C685E
(76,104,94)
#5C756C
(92,117,108)
#6C827A
(108,130,122)
#7C8F88
(124,143,136)
#8C9C96
(140,156,150)
#9CA9A4
(156,169,164)
#ACB6B2
(172,182,178)
#BCC3C0
(188,195,192)
#CCD0CE
(204,208,206)
#DCDDDC
(220,221,220)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C685E; }

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

This text font color is #4C685E.


Background Color

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

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

This div background color is #4C685E.


Border color

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

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

This div border color is #4C685E.


Opacity

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

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

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

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

This text has shadow with #4C685E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C685E on black background.


Color preview on white background

This text has color #4C685E on white background.



Black color preview on #4C685E background

This text has black color on #4C685E background.


White color preview on #4C685E background

This text has white color on #4C685E background.