COLOR #4C592F

HEX: #4C592F
RGB: (76,89,47)

Renk bilgisi

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

RGB renk modeli

#4C592F color RGB value is (76,89,47).

  • kırmız ton 76;
  • yeşil ton 89;
  • mavi ton 47.
RGB:
(76,89,47)
(30%,35%,18%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 89 of 255 = 35%
B 47 of 255 = 18%

76
89
47

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 89 + 47 = 212 (100%)
R 76 of 212 ~ 35.85%
G 89 of 212 ~ 41.98%
B 47 of 212 ~ 22.17%

%35.85
%41.98
%22.17

CMYK RENK MODELİ

#4C592F rengi CMYK tonu (15,0,47,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 0.00%
  • sarı tonu 47.19%
  • ana renk tonu 65.10%
CMYK:
(15,0,47,65)
C15M0Y47K65 
(15%,0%,47%,65%)
(0.15/0.00/0.47/0.65)	

CMYK yüzdeleri

%14.61
%0
%47.19
%65.1

Codes

Color #4C592F in popluar color models

4C592F
RGB768947
HSL79°30.88%26.67%
HSB/HSV79°47.19%34.90%
CMYK14.61%0.00%47.19%
65.10%

Color #4C592F in popluar number systems.

HEX4C592F
Decimal768947
Binary10011001011001101111
Octal11413157

Shades and tints

Shades of #4C592F

#4C592F
(76,89,47)
#46512B
(70,81,43)
#404927
(64,73,39)
#3A4123
(58,65,35)
#34391F
(52,57,31)
#2E311B
(46,49,27)
#282917
(40,41,23)
#222113
(34,33,19)
#1C190F
(28,25,15)
#16110B
(22,17,11)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #4C592F

#4C592F
(76,89,47)
#5C6841
(92,104,65)
#6C7753
(108,119,83)
#7C8665
(124,134,101)
#8C9577
(140,149,119)
#9CA489
(156,164,137)
#ACB39B
(172,179,155)
#BCC2AD
(188,194,173)
#CCD1BF
(204,209,191)
#DCE0D1
(220,224,209)
#ECEFE3
(236,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C592F color. Also use rgb(76,89,47) instead hex code.

Text Font Color

.myTextColor { color: #4C592F; }

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

This text font color is #4C592F.


Background Color

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

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

This div background color is #4C592F.


Border color

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

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

This div border color is #4C592F.


Opacity

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

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

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

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

This text has shadow with #4C592F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C592F on black background.


Color preview on white background

This text has color #4C592F on white background.



Black color preview on #4C592F background

This text has black color on #4C592F background.


White color preview on #4C592F background

This text has white color on #4C592F background.