COLOR #4C593A

HEX: #4C593A
RGB: (76,89,58)

Renk bilgisi

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

RGB renk modeli

#4C593A color RGB value is (76,89,58).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 89 of 255 = 35%
B 58 of 255 = 23%

76
89
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 89 + 58 = 223 (100%)
R 76 of 223 ~ 34.08%
G 89 of 223 ~ 39.91%
B 58 of 223 ~ 26.01%

%34.08
%39.91
%26.01

CMYK RENK MODELİ

#4C593A rengi CMYK tonu (15,0,35,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 0.00%
  • sarı tonu 34.83%
  • ana renk tonu 65.10%
CMYK:
(15,0,35,65)
C15M0Y35K65 
(15%,0%,35%,65%)
(0.15/0.00/0.35/0.65)	

CMYK yüzdeleri

%14.61
%0
%34.83
%65.1

Codes

Color #4C593A in popluar color models

4C593A
RGB768958
HSL85°21.09%28.82%
HSB/HSV85°34.83%34.90%
CMYK14.61%0.00%34.83%
65.10%

Color #4C593A in popluar number systems.

HEX4C593A
Decimal768958
Binary10011001011001111010
Octal11413172

Shades and tints

Shades of #4C593A

#4C593A
(76,89,58)
#465135
(70,81,53)
#404930
(64,73,48)
#3A412B
(58,65,43)
#343926
(52,57,38)
#2E3121
(46,49,33)
#28291C
(40,41,28)
#222117
(34,33,23)
#1C1912
(28,25,18)
#16110D
(22,17,13)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #4C593A

#4C593A
(76,89,58)
#5C684B
(92,104,75)
#6C775C
(108,119,92)
#7C866D
(124,134,109)
#8C957E
(140,149,126)
#9CA48F
(156,164,143)
#ACB3A0
(172,179,160)
#BCC2B1
(188,194,177)
#CCD1C2
(204,209,194)
#DCE0D3
(220,224,211)
#ECEFE4
(236,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C593A; }

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

This text font color is #4C593A.


Background Color

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

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

This div background color is #4C593A.


Border color

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

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

This div border color is #4C593A.


Opacity

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

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

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

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

This text has shadow with #4C593A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C593A on black background.


Color preview on white background

This text has color #4C593A on white background.



Black color preview on #4C593A background

This text has black color on #4C593A background.


White color preview on #4C593A background

This text has white color on #4C593A background.