COLOR #4C5B51

HEX: #4C5B51
RGB: (76,91,81)

Renk bilgisi

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

RGB renk modeli

#4C5B51 color RGB value is (76,91,81).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 91 of 255 = 36%
B 81 of 255 = 32%

76
91
81

R + G + B ~ 33%. #4C5B51 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 91 + 81 = 248 (100%)
R 76 of 248 ~ 30.65%
G 91 of 248 ~ 36.69%
B 81 of 248 ~ 32.66%

%30.65
%36.69
%32.66

CMYK RENK MODELİ

#4C5B51 rengi CMYK tonu (16,0,11,64).

  • camgöbeği tonu 16.48%
  • eflatun tonu 0.00%
  • sarı tonu 10.99%
  • ana renk tonu 64.31%
CMYK:
(16,0,11,64)
C16M0Y11K64 
(16%,0%,11%,64%)
(0.16/0.00/0.11/0.64)	

CMYK yüzdeleri

%16.48
%0
%10.99
%64.31

Codes

Color #4C5B51 in popluar color models

4C5B51
RGB769181
HSL140°8.98%32.75%
HSB/HSV140°16.48%35.69%
CMYK16.48%0.00%10.99%
64.31%

Color #4C5B51 in popluar number systems.

HEX4C5B51
Decimal769181
Binary100110010110111010001
Octal114133121

Shades and tints

Shades of #4C5B51

#4C5B51
(76,91,81)
#46534A
(70,83,74)
#404B43
(64,75,67)
#3A433C
(58,67,60)
#343B35
(52,59,53)
#2E332E
(46,51,46)
#282B27
(40,43,39)
#222320
(34,35,32)
#1C1B19
(28,27,25)
#161312
(22,19,18)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #4C5B51

#4C5B51
(76,91,81)
#5C6960
(92,105,96)
#6C776F
(108,119,111)
#7C857E
(124,133,126)
#8C938D
(140,147,141)
#9CA19C
(156,161,156)
#ACAFAB
(172,175,171)
#BCBDBA
(188,189,186)
#CCCBC9
(204,203,201)
#DCD9D8
(220,217,216)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5B51; }

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

This text font color is #4C5B51.


Background Color

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

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

This div background color is #4C5B51.


Border color

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

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

This div border color is #4C5B51.


Opacity

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

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

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

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

This text has shadow with #4C5B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5B51 on black background.


Color preview on white background

This text has color #4C5B51 on white background.



Black color preview on #4C5B51 background

This text has black color on #4C5B51 background.


White color preview on #4C5B51 background

This text has white color on #4C5B51 background.