COLOR #59473D

HEX: #59473D
RGB: (89,71,61)

Renk bilgisi

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

RGB renk modeli

#59473D color RGB value is (89,71,61).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 71 of 255 = 28%
B 61 of 255 = 24%

89
71
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 71 + 61 = 221 (100%)
R 89 of 221 ~ 40.27%
G 71 of 221 ~ 32.13%
B 61 of 221 ~ 27.6%

%40.27
%32.13
%27.6

CMYK RENK MODELİ

#59473D rengi CMYK tonu (0,20,31,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.22%
  • sarı tonu 31.46%
  • ana renk tonu 65.10%
CMYK:
(0,20,31,65)
C0M20Y31K65 
(0%,20%,31%,65%)
(0.00/0.20/0.31/0.65)	

CMYK yüzdeleri

%0
%20.22
%31.46
%65.1

Codes

Color #59473D in popluar color models

59473D
RGB897161
HSL21°18.67%29.41%
HSB/HSV21°31.46%34.90%
CMYK0.00%20.22%31.46%
65.10%

Color #59473D in popluar number systems.

HEX59473D
Decimal897161
Binary10110011000111111101
Octal13110775

Shades and tints

Shades of #59473D

#59473D
(89,71,61)
#514138
(81,65,56)
#493B33
(73,59,51)
#41352E
(65,53,46)
#392F29
(57,47,41)
#312924
(49,41,36)
#29231F
(41,35,31)
#211D1A
(33,29,26)
#191715
(25,23,21)
#111110
(17,17,16)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #59473D

#59473D
(89,71,61)
#68574E
(104,87,78)
#77675F
(119,103,95)
#867770
(134,119,112)
#958781
(149,135,129)
#A49792
(164,151,146)
#B3A7A3
(179,167,163)
#C2B7B4
(194,183,180)
#D1C7C5
(209,199,197)
#E0D7D6
(224,215,214)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59473D; }

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

This text font color is #59473D.


Background Color

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

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

This div background color is #59473D.


Border color

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

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

This div border color is #59473D.


Opacity

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

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

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

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

This text has shadow with #59473D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59473D on black background.


Color preview on white background

This text has color #59473D on white background.



Black color preview on #59473D background

This text has black color on #59473D background.


White color preview on #59473D background

This text has white color on #59473D background.