COLOR #4C594A

HEX: #4C594A
RGB: (76,89,74)

Renk bilgisi

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

RGB renk modeli

#4C594A color RGB value is (76,89,74).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 89 of 255 = 35%
B 74 of 255 = 29%

76
89
74

R + G + B ~ 31%. #4C594A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 89 + 74 = 239 (100%)
R 76 of 239 ~ 31.8%
G 89 of 239 ~ 37.24%
B 74 of 239 ~ 30.96%

%31.8
%37.24
%30.96

CMYK RENK MODELİ

#4C594A rengi CMYK tonu (15,0,17,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 0.00%
  • sarı tonu 16.85%
  • ana renk tonu 65.10%
CMYK:
(15,0,17,65)
C15M0Y17K65 
(15%,0%,17%,65%)
(0.15/0.00/0.17/0.65)	

CMYK yüzdeleri

%14.61
%0
%16.85
%65.1

Codes

Color #4C594A in popluar color models

4C594A
RGB768974
HSL112°9.20%31.96%
HSB/HSV112°16.85%34.90%
CMYK14.61%0.00%16.85%
65.10%

Color #4C594A in popluar number systems.

HEX4C594A
Decimal768974
Binary100110010110011001010
Octal114131112

Shades and tints

Shades of #4C594A

#4C594A
(76,89,74)
#465144
(70,81,68)
#40493E
(64,73,62)
#3A4138
(58,65,56)
#343932
(52,57,50)
#2E312C
(46,49,44)
#282926
(40,41,38)
#222120
(34,33,32)
#1C191A
(28,25,26)
#161114
(22,17,20)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #4C594A

#4C594A
(76,89,74)
#5C685A
(92,104,90)
#6C776A
(108,119,106)
#7C867A
(124,134,122)
#8C958A
(140,149,138)
#9CA49A
(156,164,154)
#ACB3AA
(172,179,170)
#BCC2BA
(188,194,186)
#CCD1CA
(204,209,202)
#DCE0DA
(220,224,218)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C594A; }

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

This text font color is #4C594A.


Background Color

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

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

This div background color is #4C594A.


Border color

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

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

This div border color is #4C594A.


Opacity

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

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

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

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

This text has shadow with #4C594A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C594A on black background.


Color preview on white background

This text has color #4C594A on white background.



Black color preview on #4C594A background

This text has black color on #4C594A background.


White color preview on #4C594A background

This text has white color on #4C594A background.