COLOR #59473F

HEX: #59473F
RGB: (89,71,63)

Renk bilgisi

#59473F contains red, green and blue colors in about the same proportion. #59473F ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#59473F color RGB value is (89,71,63).

  • kırmız ton 89;
  • yeşil ton 71;
  • mavi ton 63.
RGB:
(89,71,63)
(35%,28%,25%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 71 of 255 = 28%
B 63 of 255 = 25%

89
71
63

R + G + B ~ 29%. #59473F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 71 + 63 = 223 (100%)
R 89 of 223 ~ 39.91%
G 71 of 223 ~ 31.84%
B 63 of 223 ~ 28.25%

%39.91
%31.84
%28.25

CMYK RENK MODELİ

#59473F rengi CMYK tonu (0,20,29,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.22%
  • sarı tonu 29.21%
  • ana renk tonu 65.10%
CMYK:
(0,20,29,65)
C0M20Y29K65 
(0%,20%,29%,65%)
(0.00/0.20/0.29/0.65)	

CMYK yüzdeleri

%0
%20.22
%29.21
%65.1

Codes

Color #59473F in popluar color models

59473F
RGB897163
HSL18°17.11%29.80%
HSB/HSV18°29.21%34.90%
CMYK0.00%20.22%29.21%
65.10%

Color #59473F in popluar number systems.

HEX59473F
Decimal897163
Binary10110011000111111111
Octal13110777

Shades and tints

Shades of #59473F

#59473F
(89,71,63)
#51413A
(81,65,58)
#493B35
(73,59,53)
#413530
(65,53,48)
#392F2B
(57,47,43)
#312926
(49,41,38)
#292321
(41,35,33)
#211D1C
(33,29,28)
#191717
(25,23,23)
#111112
(17,17,18)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #59473F

#59473F
(89,71,63)
#685750
(104,87,80)
#776761
(119,103,97)
#867772
(134,119,114)
#958783
(149,135,131)
#A49794
(164,151,148)
#B3A7A5
(179,167,165)
#C2B7B6
(194,183,182)
#D1C7C7
(209,199,199)
#E0D7D8
(224,215,216)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59473F color. Also use rgb(89,71,63) instead hex code.

Text Font Color

.myTextColor { color: #59473F; }

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

This text font color is #59473F.


Background Color

.myBgColor { background-color: #59473F; }

<div style="background-color:#59473F">Inner text</div>

This div background color is #59473F.


Border color

.myBorderColor { border: 1px solid #59473F; }

<div style="border:3px solid #59473F">Div</div>

This div border color is #59473F.


Opacity

.myOpacity80 { color: #59473F; opacity: 0.8; }

<p style="color:#59473F;opacity:0.8;">80%</p>

Text with #59473F 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 #59473F;}

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

This text has shadow with #59473F color.

.textShadow {text-shadow: 3px 3px 1px #59473F, 3px 3px 1px red;}

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

This text has shadow with #59473F primary color and red secondary color.


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

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

This text has shadow with #59473F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59473F on black background.


Color preview on white background

This text has color #59473F on white background.



Black color preview on #59473F background

This text has black color on #59473F background.


White color preview on #59473F background

This text has white color on #59473F background.