COLOR #593B3A

HEX: #593B3A
RGB: (89,59,58)

Renk bilgisi

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

RGB renk modeli

#593B3A color RGB value is (89,59,58).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 59 of 255 = 23%
B 58 of 255 = 23%

89
59
58

R + G + B ~ 27%. #593B3A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 59 + 58 = 206 (100%)
R 89 of 206 ~ 43.2%
G 59 of 206 ~ 28.64%
B 58 of 206 ~ 28.16%

%43.2
%28.64
%28.16

CMYK RENK MODELİ

#593B3A rengi CMYK tonu (0,34,35,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.71%
  • sarı tonu 34.83%
  • ana renk tonu 65.10%
CMYK:
(0,34,35,65)
C0M34Y35K65 
(0%,34%,35%,65%)
(0.00/0.34/0.35/0.65)	

CMYK yüzdeleri

%0
%33.71
%34.83
%65.1

Codes

Color #593B3A in popluar color models

593B3A
RGB895958
HSL21.09%28.82%
HSB/HSV34.83%34.90%
CMYK0.00%33.71%34.83%
65.10%

Color #593B3A in popluar number systems.

HEX593B3A
Decimal895958
Binary1011001111011111010
Octal1317372

Shades and tints

Shades of #593B3A

#593B3A
(89,59,58)
#513635
(81,54,53)
#493130
(73,49,48)
#412C2B
(65,44,43)
#392726
(57,39,38)
#312221
(49,34,33)
#291D1C
(41,29,28)
#211817
(33,24,23)
#191312
(25,19,18)
#110E0D
(17,14,13)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #593B3A

#593B3A
(89,59,58)
#684C4B
(104,76,75)
#775D5C
(119,93,92)
#866E6D
(134,110,109)
#957F7E
(149,127,126)
#A4908F
(164,144,143)
#B3A1A0
(179,161,160)
#C2B2B1
(194,178,177)
#D1C3C2
(209,195,194)
#E0D4D3
(224,212,211)
#EFE5E4
(239,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593B3A color. Also use rgb(89,59,58) instead hex code.

Text Font Color

.myTextColor { color: #593B3A; }

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

This text font color is #593B3A.


Background Color

.myBgColor { background-color: #593B3A; }

<div style="background-color:#593B3A">Inner text</div>

This div background color is #593B3A.


Border color

.myBorderColor { border: 1px solid #593B3A; }

<div style="border:3px solid #593B3A">Div</div>

This div border color is #593B3A.


Opacity

.myOpacity80 { color: #593B3A; opacity: 0.8; }

<p style="color:#593B3A;opacity:0.8;">80%</p>

Text with #593B3A 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 #593B3A;}

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

This text has shadow with #593B3A color.

.textShadow {text-shadow: 3px 3px 1px #593B3A, 3px 3px 1px red;}

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

This text has shadow with #593B3A primary color and red secondary color.


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

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

This text has shadow with #593B3A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593B3A on black background.


Color preview on white background

This text has color #593B3A on white background.



Black color preview on #593B3A background

This text has black color on #593B3A background.


White color preview on #593B3A background

This text has white color on #593B3A background.