COLOR #4C5648

HEX: #4C5648
RGB: (76,86,72)

Renk bilgisi

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

RGB renk modeli

#4C5648 color RGB value is (76,86,72).

  • kırmız ton 76;
  • yeşil ton 86;
  • mavi ton 72.
RGB:
(76,86,72)
(30%,34%,28%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 86 of 255 = 34%
B 72 of 255 = 28%

76
86
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 86 + 72 = 234 (100%)
R 76 of 234 ~ 32.48%
G 86 of 234 ~ 36.75%
B 72 of 234 ~ 30.77%

%32.48
%36.75
%30.77

CMYK RENK MODELİ

#4C5648 rengi CMYK tonu (12,0,16,66).

  • camgöbeği tonu 11.63%
  • eflatun tonu 0.00%
  • sarı tonu 16.28%
  • ana renk tonu 66.27%
CMYK:
(12,0,16,66)
C12M0Y16K66 
(12%,0%,16%,66%)
(0.12/0.00/0.16/0.66)	

CMYK yüzdeleri

%11.63
%0
%16.28
%66.27

Codes

Color #4C5648 in popluar color models

4C5648
RGB768672
HSL103°8.86%30.98%
HSB/HSV103°16.28%33.73%
CMYK11.63%0.00%16.28%
66.27%

Color #4C5648 in popluar number systems.

HEX4C5648
Decimal768672
Binary100110010101101001000
Octal114126110

Shades and tints

Shades of #4C5648

#4C5648
(76,86,72)
#464F42
(70,79,66)
#40483C
(64,72,60)
#3A4136
(58,65,54)
#343A30
(52,58,48)
#2E332A
(46,51,42)
#282C24
(40,44,36)
#22251E
(34,37,30)
#1C1E18
(28,30,24)
#161712
(22,23,18)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #4C5648

#4C5648
(76,86,72)
#5C6558
(92,101,88)
#6C7468
(108,116,104)
#7C8378
(124,131,120)
#8C9288
(140,146,136)
#9CA198
(156,161,152)
#ACB0A8
(172,176,168)
#BCBFB8
(188,191,184)
#CCCEC8
(204,206,200)
#DCDDD8
(220,221,216)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5648 color. Also use rgb(76,86,72) instead hex code.

Text Font Color

.myTextColor { color: #4C5648; }

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

This text font color is #4C5648.


Background Color

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

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

This div background color is #4C5648.


Border color

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

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

This div border color is #4C5648.


Opacity

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

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

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

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

This text has shadow with #4C5648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5648 on black background.


Color preview on white background

This text has color #4C5648 on white background.



Black color preview on #4C5648 background

This text has black color on #4C5648 background.


White color preview on #4C5648 background

This text has white color on #4C5648 background.