COLOR #4C4736

HEX: #4C4736
RGB: (76,71,54)

Renk bilgisi

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

RGB renk modeli

#4C4736 color RGB value is (76,71,54).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 71 of 255 = 28%
B 54 of 255 = 21%

76
71
54

R + G + B ~ 26%. #4C4736 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 71 + 54 = 201 (100%)
R 76 of 201 ~ 37.81%
G 71 of 201 ~ 35.32%
B 54 of 201 ~ 26.87%

%37.81
%35.32
%26.87

CMYK RENK MODELİ

#4C4736 rengi CMYK tonu (0,7,29,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.58%
  • sarı tonu 28.95%
  • ana renk tonu 70.20%
CMYK:
(0,7,29,70)
C0M7Y29K70 
(0%,7%,29%,70%)
(0.00/0.07/0.29/0.70)	

CMYK yüzdeleri

%0
%6.58
%28.95
%70.2

Codes

Color #4C4736 in popluar color models

4C4736
RGB767154
HSL46°16.92%25.49%
HSB/HSV46°28.95%29.80%
CMYK0.00%6.58%28.95%
70.20%

Color #4C4736 in popluar number systems.

HEX4C4736
Decimal767154
Binary10011001000111110110
Octal11410766

Shades and tints

Shades of #4C4736

#4C4736
(76,71,54)
#464132
(70,65,50)
#403B2E
(64,59,46)
#3A352A
(58,53,42)
#342F26
(52,47,38)
#2E2922
(46,41,34)
#28231E
(40,35,30)
#221D1A
(34,29,26)
#1C1716
(28,23,22)
#161112
(22,17,18)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #4C4736

#4C4736
(76,71,54)
#5C5748
(92,87,72)
#6C675A
(108,103,90)
#7C776C
(124,119,108)
#8C877E
(140,135,126)
#9C9790
(156,151,144)
#ACA7A2
(172,167,162)
#BCB7B4
(188,183,180)
#CCC7C6
(204,199,198)
#DCD7D8
(220,215,216)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4736; }

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

This text font color is #4C4736.


Background Color

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

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

This div background color is #4C4736.


Border color

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

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

This div border color is #4C4736.


Opacity

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

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

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

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

This text has shadow with #4C4736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4736 on black background.


Color preview on white background

This text has color #4C4736 on white background.



Black color preview on #4C4736 background

This text has black color on #4C4736 background.


White color preview on #4C4736 background

This text has white color on #4C4736 background.