COLOR #4C594F

HEX: #4C594F
RGB: (76,89,79)

Renk bilgisi

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

RGB renk modeli

#4C594F color RGB value is (76,89,79).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 89 of 255 = 35%
B 79 of 255 = 31%

76
89
79

R + G + B ~ 32%. #4C594F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 89 + 79 = 244 (100%)
R 76 of 244 ~ 31.15%
G 89 of 244 ~ 36.48%
B 79 of 244 ~ 32.38%

%31.15
%36.48
%32.38

CMYK RENK MODELİ

#4C594F rengi CMYK tonu (15,0,11,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 0.00%
  • sarı tonu 11.24%
  • ana renk tonu 65.10%
CMYK:
(15,0,11,65)
C15M0Y11K65 
(15%,0%,11%,65%)
(0.15/0.00/0.11/0.65)	

CMYK yüzdeleri

%14.61
%0
%11.24
%65.1

Codes

Color #4C594F in popluar color models

4C594F
RGB768979
HSL134°7.88%32.35%
HSB/HSV134°14.61%34.90%
CMYK14.61%0.00%11.24%
65.10%

Color #4C594F in popluar number systems.

HEX4C594F
Decimal768979
Binary100110010110011001111
Octal114131117

Shades and tints

Shades of #4C594F

#4C594F
(76,89,79)
#465148
(70,81,72)
#404941
(64,73,65)
#3A413A
(58,65,58)
#343933
(52,57,51)
#2E312C
(46,49,44)
#282925
(40,41,37)
#22211E
(34,33,30)
#1C1917
(28,25,23)
#161110
(22,17,16)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #4C594F

#4C594F
(76,89,79)
#5C685F
(92,104,95)
#6C776F
(108,119,111)
#7C867F
(124,134,127)
#8C958F
(140,149,143)
#9CA49F
(156,164,159)
#ACB3AF
(172,179,175)
#BCC2BF
(188,194,191)
#CCD1CF
(204,209,207)
#DCE0DF
(220,224,223)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C594F; }

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

This text font color is #4C594F.


Background Color

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

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

This div background color is #4C594F.


Border color

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

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

This div border color is #4C594F.


Opacity

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

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

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

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

This text has shadow with #4C594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C594F on black background.


Color preview on white background

This text has color #4C594F on white background.



Black color preview on #4C594F background

This text has black color on #4C594F background.


White color preview on #4C594F background

This text has white color on #4C594F background.