COLOR #4C685D

HEX: #4C685D
RGB: (76,104,93)

Renk bilgisi

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

RGB renk modeli

#4C685D color RGB value is (76,104,93).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 104 of 255 = 41%
B 93 of 255 = 36%

76
104
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 104 + 93 = 273 (100%)
R 76 of 273 ~ 27.84%
G 104 of 273 ~ 38.1%
B 93 of 273 ~ 34.07%

%27.84
%38.1
%34.07

CMYK RENK MODELİ

#4C685D rengi CMYK tonu (27,0,11,59).

  • camgöbeği tonu 26.92%
  • eflatun tonu 0.00%
  • sarı tonu 10.58%
  • ana renk tonu 59.22%
CMYK:
(27,0,11,59)
C27M0Y11K59 
(27%,0%,11%,59%)
(0.27/0.00/0.11/0.59)	

CMYK yüzdeleri

%26.92
%0
%10.58
%59.22

Codes

Color #4C685D in popluar color models

4C685D
RGB7610493
HSL156°15.56%35.29%
HSB/HSV156°26.92%40.78%
CMYK26.92%0.00%10.58%
59.22%

Color #4C685D in popluar number systems.

HEX4C685D
Decimal7610493
Binary100110011010001011101
Octal114150135

Shades and tints

Shades of #4C685D

#4C685D
(76,104,93)
#465F55
(70,95,85)
#40564D
(64,86,77)
#3A4D45
(58,77,69)
#34443D
(52,68,61)
#2E3B35
(46,59,53)
#28322D
(40,50,45)
#222925
(34,41,37)
#1C201D
(28,32,29)
#161715
(22,23,21)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #4C685D

#4C685D
(76,104,93)
#5C756B
(92,117,107)
#6C8279
(108,130,121)
#7C8F87
(124,143,135)
#8C9C95
(140,156,149)
#9CA9A3
(156,169,163)
#ACB6B1
(172,182,177)
#BCC3BF
(188,195,191)
#CCD0CD
(204,208,205)
#DCDDDB
(220,221,219)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C685D; }

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

This text font color is #4C685D.


Background Color

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

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

This div background color is #4C685D.


Border color

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

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

This div border color is #4C685D.


Opacity

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

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

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

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

This text has shadow with #4C685D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C685D on black background.


Color preview on white background

This text has color #4C685D on white background.



Black color preview on #4C685D background

This text has black color on #4C685D background.


White color preview on #4C685D background

This text has white color on #4C685D background.