COLOR #4C5E39

HEX: #4C5E39
RGB: (76,94,57)

Renk bilgisi

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

RGB renk modeli

#4C5E39 color RGB value is (76,94,57).

  • kırmız ton 76;
  • yeşil ton 94;
  • mavi ton 57.
RGB:
(76,94,57)
(30%,37%,22%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 94 of 255 = 37%
B 57 of 255 = 22%

76
94
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 94 + 57 = 227 (100%)
R 76 of 227 ~ 33.48%
G 94 of 227 ~ 41.41%
B 57 of 227 ~ 25.11%

%33.48
%41.41
%25.11

CMYK RENK MODELİ

#4C5E39 rengi CMYK tonu (19,0,39,63).

  • camgöbeği tonu 19.15%
  • eflatun tonu 0.00%
  • sarı tonu 39.36%
  • ana renk tonu 63.14%
CMYK:
(19,0,39,63)
C19M0Y39K63 
(19%,0%,39%,63%)
(0.19/0.00/0.39/0.63)	

CMYK yüzdeleri

%19.15
%0
%39.36
%63.14

Codes

Color #4C5E39 in popluar color models

4C5E39
RGB769457
HSL89°24.50%29.61%
HSB/HSV89°39.36%36.86%
CMYK19.15%0.00%39.36%
63.14%

Color #4C5E39 in popluar number systems.

HEX4C5E39
Decimal769457
Binary10011001011110111001
Octal11413671

Shades and tints

Shades of #4C5E39

#4C5E39
(76,94,57)
#465634
(70,86,52)
#404E2F
(64,78,47)
#3A462A
(58,70,42)
#343E25
(52,62,37)
#2E3620
(46,54,32)
#282E1B
(40,46,27)
#222616
(34,38,22)
#1C1E11
(28,30,17)
#16160C
(22,22,12)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #4C5E39

#4C5E39
(76,94,57)
#5C6C4B
(92,108,75)
#6C7A5D
(108,122,93)
#7C886F
(124,136,111)
#8C9681
(140,150,129)
#9CA493
(156,164,147)
#ACB2A5
(172,178,165)
#BCC0B7
(188,192,183)
#CCCEC9
(204,206,201)
#DCDCDB
(220,220,219)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5E39 color. Also use rgb(76,94,57) instead hex code.

Text Font Color

.myTextColor { color: #4C5E39; }

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

This text font color is #4C5E39.


Background Color

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

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

This div background color is #4C5E39.


Border color

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

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

This div border color is #4C5E39.


Opacity

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

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

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

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

This text has shadow with #4C5E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5E39 on black background.


Color preview on white background

This text has color #4C5E39 on white background.



Black color preview on #4C5E39 background

This text has black color on #4C5E39 background.


White color preview on #4C5E39 background

This text has white color on #4C5E39 background.