COLOR #4C685A

HEX: #4C685A
RGB: (76,104,90)

Renk bilgisi

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

RGB renk modeli

#4C685A color RGB value is (76,104,90).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 104 of 255 = 41%
B 90 of 255 = 35%

76
104
90

R + G + B ~ 35%. #4C685A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 104 + 90 = 270 (100%)
R 76 of 270 ~ 28.15%
G 104 of 270 ~ 38.52%
B 90 of 270 ~ 33.33%

%28.15
%38.52
%33.33

CMYK RENK MODELİ

#4C685A rengi CMYK tonu (27,0,13,59).

  • camgöbeği tonu 26.92%
  • eflatun tonu 0.00%
  • sarı tonu 13.46%
  • ana renk tonu 59.22%
CMYK:
(27,0,13,59)
C27M0Y13K59 
(27%,0%,13%,59%)
(0.27/0.00/0.13/0.59)	

CMYK yüzdeleri

%26.92
%0
%13.46
%59.22

Codes

Color #4C685A in popluar color models

4C685A
RGB7610490
HSL150°15.56%35.29%
HSB/HSV150°26.92%40.78%
CMYK26.92%0.00%13.46%
59.22%

Color #4C685A in popluar number systems.

HEX4C685A
Decimal7610490
Binary100110011010001011010
Octal114150132

Shades and tints

Shades of #4C685A

#4C685A
(76,104,90)
#465F52
(70,95,82)
#40564A
(64,86,74)
#3A4D42
(58,77,66)
#34443A
(52,68,58)
#2E3B32
(46,59,50)
#28322A
(40,50,42)
#222922
(34,41,34)
#1C201A
(28,32,26)
#161712
(22,23,18)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #4C685A

#4C685A
(76,104,90)
#5C7569
(92,117,105)
#6C8278
(108,130,120)
#7C8F87
(124,143,135)
#8C9C96
(140,156,150)
#9CA9A5
(156,169,165)
#ACB6B4
(172,182,180)
#BCC3C3
(188,195,195)
#CCD0D2
(204,208,210)
#DCDDE1
(220,221,225)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C685A; }

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

This text font color is #4C685A.


Background Color

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

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

This div background color is #4C685A.


Border color

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

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

This div border color is #4C685A.


Opacity

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

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

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

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

This text has shadow with #4C685A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C685A on black background.


Color preview on white background

This text has color #4C685A on white background.



Black color preview on #4C685A background

This text has black color on #4C685A background.


White color preview on #4C685A background

This text has white color on #4C685A background.