COLOR #4C5247

HEX: #4C5247
RGB: (76,82,71)

Renk bilgisi

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

RGB renk modeli

#4C5247 color RGB value is (76,82,71).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 82 of 255 = 32%
B 71 of 255 = 28%

76
82
71

R + G + B ~ 30%. #4C5247 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 82 + 71 = 229 (100%)
R 76 of 229 ~ 33.19%
G 82 of 229 ~ 35.81%
B 71 of 229 ~ 31%

%33.19
%35.81
%31

CMYK RENK MODELİ

#4C5247 rengi CMYK tonu (7,0,13,68).

  • camgöbeği tonu 7.32%
  • eflatun tonu 0.00%
  • sarı tonu 13.41%
  • ana renk tonu 67.84%
CMYK:
(7,0,13,68)
C7M0Y13K68 
(7%,0%,13%,68%)
(0.07/0.00/0.13/0.68)	

CMYK yüzdeleri

%7.32
%0
%13.41
%67.84

Codes

Color #4C5247 in popluar color models

4C5247
RGB768271
HSL93°7.19%30.00%
HSB/HSV93°13.41%32.16%
CMYK7.32%0.00%13.41%
67.84%

Color #4C5247 in popluar number systems.

HEX4C5247
Decimal768271
Binary100110010100101000111
Octal114122107

Shades and tints

Shades of #4C5247

#4C5247
(76,82,71)
#464B41
(70,75,65)
#40443B
(64,68,59)
#3A3D35
(58,61,53)
#34362F
(52,54,47)
#2E2F29
(46,47,41)
#282823
(40,40,35)
#22211D
(34,33,29)
#1C1A17
(28,26,23)
#161311
(22,19,17)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #4C5247

#4C5247
(76,82,71)
#5C6157
(92,97,87)
#6C7067
(108,112,103)
#7C7F77
(124,127,119)
#8C8E87
(140,142,135)
#9C9D97
(156,157,151)
#ACACA7
(172,172,167)
#BCBBB7
(188,187,183)
#CCCAC7
(204,202,199)
#DCD9D7
(220,217,215)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5247 color. Also use rgb(76,82,71) instead hex code.

Text Font Color

.myTextColor { color: #4C5247; }

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

This text font color is #4C5247.


Background Color

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

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

This div background color is #4C5247.


Border color

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

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

This div border color is #4C5247.


Opacity

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

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

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

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

This text has shadow with #4C5247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5247 on black background.


Color preview on white background

This text has color #4C5247 on white background.



Black color preview on #4C5247 background

This text has black color on #4C5247 background.


White color preview on #4C5247 background

This text has white color on #4C5247 background.