COLOR #4C514D

HEX: #4C514D
RGB: (76,81,77)

Renk bilgisi

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

RGB renk modeli

#4C514D color RGB value is (76,81,77).

  • kırmız ton 76;
  • yeşil ton 81;
  • mavi ton 77.
RGB:
(76,81,77)
(30%,32%,30%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 81 of 255 = 32%
B 77 of 255 = 30%

76
81
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 81 + 77 = 234 (100%)
R 76 of 234 ~ 32.48%
G 81 of 234 ~ 34.62%
B 77 of 234 ~ 32.91%

%32.48
%34.62
%32.91

CMYK RENK MODELİ

#4C514D rengi CMYK tonu (6,0,5,68).

  • camgöbeği tonu 6.17%
  • eflatun tonu 0.00%
  • sarı tonu 4.94%
  • ana renk tonu 68.24%
CMYK:
(6,0,5,68)
C6M0Y5K68 
(6%,0%,5%,68%)
(0.06/0.00/0.05/0.68)	

CMYK yüzdeleri

%6.17
%0
%4.94
%68.24

Codes

Color #4C514D in popluar color models

4C514D
RGB768177
HSL132°3.18%30.78%
HSB/HSV132°6.17%31.76%
CMYK6.17%0.00%4.94%
68.24%

Color #4C514D in popluar number systems.

HEX4C514D
Decimal768177
Binary100110010100011001101
Octal114121115

Shades and tints

Shades of #4C514D

#4C514D
(76,81,77)
#464A46
(70,74,70)
#40433F
(64,67,63)
#3A3C38
(58,60,56)
#343531
(52,53,49)
#2E2E2A
(46,46,42)
#282723
(40,39,35)
#22201C
(34,32,28)
#1C1915
(28,25,21)
#16120E
(22,18,14)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #4C514D

#4C514D
(76,81,77)
#5C605D
(92,96,93)
#6C6F6D
(108,111,109)
#7C7E7D
(124,126,125)
#8C8D8D
(140,141,141)
#9C9C9D
(156,156,157)
#ACABAD
(172,171,173)
#BCBABD
(188,186,189)
#CCC9CD
(204,201,205)
#DCD8DD
(220,216,221)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C514D color. Also use rgb(76,81,77) instead hex code.

Text Font Color

.myTextColor { color: #4C514D; }

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

This text font color is #4C514D.


Background Color

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

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

This div background color is #4C514D.


Border color

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

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

This div border color is #4C514D.


Opacity

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

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

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

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

This text has shadow with #4C514D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C514D on black background.


Color preview on white background

This text has color #4C514D on white background.



Black color preview on #4C514D background

This text has black color on #4C514D background.


White color preview on #4C514D background

This text has white color on #4C514D background.