COLOR #4C695F

HEX: #4C695F
RGB: (76,105,95)

Renk bilgisi

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

RGB renk modeli

#4C695F color RGB value is (76,105,95).

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

RGB bağlantıları ve doygunluk

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

76
105
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 105 + 95 = 276 (100%)
R 76 of 276 ~ 27.54%
G 105 of 276 ~ 38.04%
B 95 of 276 ~ 34.42%

%27.54
%38.04
%34.42

CMYK RENK MODELİ

#4C695F rengi CMYK tonu (28,0,10,59).

  • camgöbeği tonu 27.62%
  • eflatun tonu 0.00%
  • sarı tonu 9.52%
  • ana renk tonu 58.82%
CMYK:
(28,0,10,59)
C28M0Y10K59 
(28%,0%,10%,59%)
(0.28/0.00/0.10/0.59)	

CMYK yüzdeleri

%27.62
%0
%9.52
%58.82

Codes

Color #4C695F in popluar color models

4C695F
RGB7610595
HSL159°16.02%35.49%
HSB/HSV159°27.62%41.18%
CMYK27.62%0.00%9.52%
58.82%

Color #4C695F in popluar number systems.

HEX4C695F
Decimal7610595
Binary100110011010011011111
Octal114151137

Shades and tints

Shades of #4C695F

#4C695F
(76,105,95)
#466057
(70,96,87)
#40574F
(64,87,79)
#3A4E47
(58,78,71)
#34453F
(52,69,63)
#2E3C37
(46,60,55)
#28332F
(40,51,47)
#222A27
(34,42,39)
#1C211F
(28,33,31)
#161817
(22,24,23)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #4C695F

#4C695F
(76,105,95)
#5C766D
(92,118,109)
#6C837B
(108,131,123)
#7C9089
(124,144,137)
#8C9D97
(140,157,151)
#9CAAA5
(156,170,165)
#ACB7B3
(172,183,179)
#BCC4C1
(188,196,193)
#CCD1CF
(204,209,207)
#DCDEDD
(220,222,221)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C695F; }

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

This text font color is #4C695F.


Background Color

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

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

This div background color is #4C695F.


Border color

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

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

This div border color is #4C695F.


Opacity

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

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

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

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

This text has shadow with #4C695F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C695F on black background.


Color preview on white background

This text has color #4C695F on white background.



Black color preview on #4C695F background

This text has black color on #4C695F background.


White color preview on #4C695F background

This text has white color on #4C695F background.