COLOR #4C4D27

HEX: #4C4D27
RGB: (76,77,39)

Renk bilgisi

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

RGB renk modeli

#4C4D27 color RGB value is (76,77,39).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 77 of 255 = 30%
B 39 of 255 = 15%

76
77
39

R + G + B ~ 25%. #4C4D27 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 77 + 39 = 192 (100%)
R 76 of 192 ~ 39.58%
G 77 of 192 ~ 40.1%
B 39 of 192 ~ 20.31%

%39.58
%40.1
%20.31

CMYK RENK MODELİ

#4C4D27 rengi CMYK tonu (1,0,49,70).

  • camgöbeği tonu 1.30%
  • eflatun tonu 0.00%
  • sarı tonu 49.35%
  • ana renk tonu 69.80%
CMYK:
(1,0,49,70)
C1M0Y49K70 
(1%,0%,49%,70%)
(0.01/0.00/0.49/0.70)	

CMYK yüzdeleri

%1.3
%0
%49.35
%69.8

Codes

Color #4C4D27 in popluar color models

4C4D27
RGB767739
HSL62°32.76%22.75%
HSB/HSV62°49.35%30.20%
CMYK1.30%0.00%49.35%
69.80%

Color #4C4D27 in popluar number systems.

HEX4C4D27
Decimal767739
Binary10011001001101100111
Octal11411547

Shades and tints

Shades of #4C4D27

#4C4D27
(76,77,39)
#464624
(70,70,36)
#403F21
(64,63,33)
#3A381E
(58,56,30)
#34311B
(52,49,27)
#2E2A18
(46,42,24)
#282315
(40,35,21)
#221C12
(34,28,18)
#1C150F
(28,21,15)
#160E0C
(22,14,12)
#100709
(16,7,9)
#000000
(0,0,0)

Tints of #4C4D27

#4C4D27
(76,77,39)
#5C5D3A
(92,93,58)
#6C6D4D
(108,109,77)
#7C7D60
(124,125,96)
#8C8D73
(140,141,115)
#9C9D86
(156,157,134)
#ACAD99
(172,173,153)
#BCBDAC
(188,189,172)
#CCCDBF
(204,205,191)
#DCDDD2
(220,221,210)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4D27; }

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

This text font color is #4C4D27.


Background Color

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

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

This div background color is #4C4D27.


Border color

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

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

This div border color is #4C4D27.


Opacity

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

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

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

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

This text has shadow with #4C4D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4D27 on black background.


Color preview on white background

This text has color #4C4D27 on white background.



Black color preview on #4C4D27 background

This text has black color on #4C4D27 background.


White color preview on #4C4D27 background

This text has white color on #4C4D27 background.