COLOR #4C592A

HEX: #4C592A
RGB: (76,89,42)

Renk bilgisi

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

RGB renk modeli

#4C592A color RGB value is (76,89,42).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 89 of 255 = 35%
B 42 of 255 = 16%

76
89
42

R + G + B ~ 27%. #4C592A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 89 + 42 = 207 (100%)
R 76 of 207 ~ 36.71%
G 89 of 207 ~ 43%
B 42 of 207 ~ 20.29%

%36.71
%43
%20.29

CMYK RENK MODELİ

#4C592A rengi CMYK tonu (15,0,53,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 0.00%
  • sarı tonu 52.81%
  • ana renk tonu 65.10%
CMYK:
(15,0,53,65)
C15M0Y53K65 
(15%,0%,53%,65%)
(0.15/0.00/0.53/0.65)	

CMYK yüzdeleri

%14.61
%0
%52.81
%65.1

Codes

Color #4C592A in popluar color models

4C592A
RGB768942
HSL77°35.88%25.69%
HSB/HSV77°52.81%34.90%
CMYK14.61%0.00%52.81%
65.10%

Color #4C592A in popluar number systems.

HEX4C592A
Decimal768942
Binary10011001011001101010
Octal11413152

Shades and tints

Shades of #4C592A

#4C592A
(76,89,42)
#465127
(70,81,39)
#404924
(64,73,36)
#3A4121
(58,65,33)
#34391E
(52,57,30)
#2E311B
(46,49,27)
#282918
(40,41,24)
#222115
(34,33,21)
#1C1912
(28,25,18)
#16110F
(22,17,15)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #4C592A

#4C592A
(76,89,42)
#5C683D
(92,104,61)
#6C7750
(108,119,80)
#7C8663
(124,134,99)
#8C9576
(140,149,118)
#9CA489
(156,164,137)
#ACB39C
(172,179,156)
#BCC2AF
(188,194,175)
#CCD1C2
(204,209,194)
#DCE0D5
(220,224,213)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C592A; }

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

This text font color is #4C592A.


Background Color

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

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

This div background color is #4C592A.


Border color

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

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

This div border color is #4C592A.


Opacity

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

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

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

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

This text has shadow with #4C592A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C592A on black background.


Color preview on white background

This text has color #4C592A on white background.



Black color preview on #4C592A background

This text has black color on #4C592A background.


White color preview on #4C592A background

This text has white color on #4C592A background.