COLOR #4C5E35

HEX: #4C5E35
RGB: (76,94,53)

Renk bilgisi

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

RGB renk modeli

#4C5E35 color RGB value is (76,94,53).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 94 of 255 = 37%
B 53 of 255 = 21%

76
94
53

R + G + B ~ 29%. #4C5E35 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 94 + 53 = 223 (100%)
R 76 of 223 ~ 34.08%
G 94 of 223 ~ 42.15%
B 53 of 223 ~ 23.77%

%34.08
%42.15
%23.77

CMYK RENK MODELİ

#4C5E35 rengi CMYK tonu (19,0,44,63).

  • camgöbeği tonu 19.15%
  • eflatun tonu 0.00%
  • sarı tonu 43.62%
  • ana renk tonu 63.14%
CMYK:
(19,0,44,63)
C19M0Y44K63 
(19%,0%,44%,63%)
(0.19/0.00/0.44/0.63)	

CMYK yüzdeleri

%19.15
%0
%43.62
%63.14

Codes

Color #4C5E35 in popluar color models

4C5E35
RGB769453
HSL86°27.89%28.82%
HSB/HSV86°43.62%36.86%
CMYK19.15%0.00%43.62%
63.14%

Color #4C5E35 in popluar number systems.

HEX4C5E35
Decimal769453
Binary10011001011110110101
Octal11413665

Shades and tints

Shades of #4C5E35

#4C5E35
(76,94,53)
#465631
(70,86,49)
#404E2D
(64,78,45)
#3A4629
(58,70,41)
#343E25
(52,62,37)
#2E3621
(46,54,33)
#282E1D
(40,46,29)
#222619
(34,38,25)
#1C1E15
(28,30,21)
#161611
(22,22,17)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #4C5E35

#4C5E35
(76,94,53)
#5C6C47
(92,108,71)
#6C7A59
(108,122,89)
#7C886B
(124,136,107)
#8C967D
(140,150,125)
#9CA48F
(156,164,143)
#ACB2A1
(172,178,161)
#BCC0B3
(188,192,179)
#CCCEC5
(204,206,197)
#DCDCD7
(220,220,215)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5E35; }

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

This text font color is #4C5E35.


Background Color

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

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

This div background color is #4C5E35.


Border color

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

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

This div border color is #4C5E35.


Opacity

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

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

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

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

This text has shadow with #4C5E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5E35 on black background.


Color preview on white background

This text has color #4C5E35 on white background.



Black color preview on #4C5E35 background

This text has black color on #4C5E35 background.


White color preview on #4C5E35 background

This text has white color on #4C5E35 background.