COLOR #4C664F

HEX: #4C664F
RGB: (76,102,79)

Renk bilgisi

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

RGB renk modeli

#4C664F color RGB value is (76,102,79).

  • kırmız ton 76;
  • yeşil ton 102;
  • mavi ton 79.
RGB:
(76,102,79)
(30%,40%,31%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 102 of 255 = 40%
B 79 of 255 = 31%

76
102
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 102 + 79 = 257 (100%)
R 76 of 257 ~ 29.57%
G 102 of 257 ~ 39.69%
B 79 of 257 ~ 30.74%

%29.57
%39.69
%30.74

CMYK RENK MODELİ

#4C664F rengi CMYK tonu (25,0,23,60).

  • camgöbeği tonu 25.49%
  • eflatun tonu 0.00%
  • sarı tonu 22.55%
  • ana renk tonu 60.00%
CMYK:
(25,0,23,60)
C25M0Y23K60 
(25%,0%,23%,60%)
(0.25/0.00/0.23/0.60)	

CMYK yüzdeleri

%25.49
%0
%22.55
%60

Codes

Color #4C664F in popluar color models

4C664F
RGB7610279
HSL127°14.61%34.90%
HSB/HSV127°25.49%40.00%
CMYK25.49%0.00%22.55%
60.00%

Color #4C664F in popluar number systems.

HEX4C664F
Decimal7610279
Binary100110011001101001111
Octal114146117

Shades and tints

Shades of #4C664F

#4C664F
(76,102,79)
#465D48
(70,93,72)
#405441
(64,84,65)
#3A4B3A
(58,75,58)
#344233
(52,66,51)
#2E392C
(46,57,44)
#283025
(40,48,37)
#22271E
(34,39,30)
#1C1E17
(28,30,23)
#161510
(22,21,16)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #4C664F

#4C664F
(76,102,79)
#5C735F
(92,115,95)
#6C806F
(108,128,111)
#7C8D7F
(124,141,127)
#8C9A8F
(140,154,143)
#9CA79F
(156,167,159)
#ACB4AF
(172,180,175)
#BCC1BF
(188,193,191)
#CCCECF
(204,206,207)
#DCDBDF
(220,219,223)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C664F color. Also use rgb(76,102,79) instead hex code.

Text Font Color

.myTextColor { color: #4C664F; }

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

This text font color is #4C664F.


Background Color

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

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

This div background color is #4C664F.


Border color

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

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

This div border color is #4C664F.


Opacity

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

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

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

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

This text has shadow with #4C664F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C664F on black background.


Color preview on white background

This text has color #4C664F on white background.



Black color preview on #4C664F background

This text has black color on #4C664F background.


White color preview on #4C664F background

This text has white color on #4C664F background.