COLOR #4C5137

HEX: #4C5137
RGB: (76,81,55)

Renk bilgisi

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

RGB renk modeli

#4C5137 color RGB value is (76,81,55).

  • kırmız ton 76;
  • yeşil ton 81;
  • mavi ton 55.
RGB:
(76,81,55)
(30%,32%,22%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 81 of 255 = 32%
B 55 of 255 = 22%

76
81
55

R + G + B ~ 28%. #4C5137 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 81 + 55 = 212 (100%)
R 76 of 212 ~ 35.85%
G 81 of 212 ~ 38.21%
B 55 of 212 ~ 25.94%

%35.85
%38.21
%25.94

CMYK RENK MODELİ

#4C5137 rengi CMYK tonu (6,0,32,68).

  • camgöbeği tonu 6.17%
  • eflatun tonu 0.00%
  • sarı tonu 32.10%
  • ana renk tonu 68.24%
CMYK:
(6,0,32,68)
C6M0Y32K68 
(6%,0%,32%,68%)
(0.06/0.00/0.32/0.68)	

CMYK yüzdeleri

%6.17
%0
%32.1
%68.24

Codes

Color #4C5137 in popluar color models

4C5137
RGB768155
HSL72°19.12%26.67%
HSB/HSV72°32.10%31.76%
CMYK6.17%0.00%32.10%
68.24%

Color #4C5137 in popluar number systems.

HEX4C5137
Decimal768155
Binary10011001010001110111
Octal11412167

Shades and tints

Shades of #4C5137

#4C5137
(76,81,55)
#464A32
(70,74,50)
#40432D
(64,67,45)
#3A3C28
(58,60,40)
#343523
(52,53,35)
#2E2E1E
(46,46,30)
#282719
(40,39,25)
#222014
(34,32,20)
#1C190F
(28,25,15)
#16120A
(22,18,10)
#100B05
(16,11,5)
#000000
(0,0,0)

Tints of #4C5137

#4C5137
(76,81,55)
#5C6049
(92,96,73)
#6C6F5B
(108,111,91)
#7C7E6D
(124,126,109)
#8C8D7F
(140,141,127)
#9C9C91
(156,156,145)
#ACABA3
(172,171,163)
#BCBAB5
(188,186,181)
#CCC9C7
(204,201,199)
#DCD8D9
(220,216,217)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5137 color. Also use rgb(76,81,55) instead hex code.

Text Font Color

.myTextColor { color: #4C5137; }

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

This text font color is #4C5137.


Background Color

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

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

This div background color is #4C5137.


Border color

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

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

This div border color is #4C5137.


Opacity

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

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

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

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

This text has shadow with #4C5137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5137 on black background.


Color preview on white background

This text has color #4C5137 on white background.



Black color preview on #4C5137 background

This text has black color on #4C5137 background.


White color preview on #4C5137 background

This text has white color on #4C5137 background.