COLOR #4C574A

HEX: #4C574A
RGB: (76,87,74)

Renk bilgisi

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

RGB renk modeli

#4C574A color RGB value is (76,87,74).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 87 of 255 = 34%
B 74 of 255 = 29%

76
87
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 87 + 74 = 237 (100%)
R 76 of 237 ~ 32.07%
G 87 of 237 ~ 36.71%
B 74 of 237 ~ 31.22%

%32.07
%36.71
%31.22

CMYK RENK MODELİ

#4C574A rengi CMYK tonu (13,0,15,66).

  • camgöbeği tonu 12.64%
  • eflatun tonu 0.00%
  • sarı tonu 14.94%
  • ana renk tonu 65.88%
CMYK:
(13,0,15,66)
C13M0Y15K66 
(13%,0%,15%,66%)
(0.13/0.00/0.15/0.66)	

CMYK yüzdeleri

%12.64
%0
%14.94
%65.88

Codes

Color #4C574A in popluar color models

4C574A
RGB768774
HSL111°8.07%31.57%
HSB/HSV111°14.94%34.12%
CMYK12.64%0.00%14.94%
65.88%

Color #4C574A in popluar number systems.

HEX4C574A
Decimal768774
Binary100110010101111001010
Octal114127112

Shades and tints

Shades of #4C574A

#4C574A
(76,87,74)
#465044
(70,80,68)
#40493E
(64,73,62)
#3A4238
(58,66,56)
#343B32
(52,59,50)
#2E342C
(46,52,44)
#282D26
(40,45,38)
#222620
(34,38,32)
#1C1F1A
(28,31,26)
#161814
(22,24,20)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #4C574A

#4C574A
(76,87,74)
#5C665A
(92,102,90)
#6C756A
(108,117,106)
#7C847A
(124,132,122)
#8C938A
(140,147,138)
#9CA29A
(156,162,154)
#ACB1AA
(172,177,170)
#BCC0BA
(188,192,186)
#CCCFCA
(204,207,202)
#DCDEDA
(220,222,218)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C574A; }

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

This text font color is #4C574A.


Background Color

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

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

This div background color is #4C574A.


Border color

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

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

This div border color is #4C574A.


Opacity

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

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

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

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

This text has shadow with #4C574A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C574A on black background.


Color preview on white background

This text has color #4C574A on white background.



Black color preview on #4C574A background

This text has black color on #4C574A background.


White color preview on #4C574A background

This text has white color on #4C574A background.