COLOR #593B3C

HEX: #593B3C
RGB: (89,59,60)

Renk bilgisi

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

RGB renk modeli

#593B3C color RGB value is (89,59,60).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 59 of 255 = 23%
B 60 of 255 = 24%

89
59
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 59 + 60 = 208 (100%)
R 89 of 208 ~ 42.79%
G 59 of 208 ~ 28.37%
B 60 of 208 ~ 28.85%

%42.79
%28.37
%28.85

CMYK RENK MODELİ

#593B3C rengi CMYK tonu (0,34,33,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.71%
  • sarı tonu 32.58%
  • ana renk tonu 65.10%
CMYK:
(0,34,33,65)
C0M34Y33K65 
(0%,34%,33%,65%)
(0.00/0.34/0.33/0.65)	

CMYK yüzdeleri

%0
%33.71
%32.58
%65.1

Codes

Color #593B3C in popluar color models

593B3C
RGB895960
HSL358°20.27%29.02%
HSB/HSV358°33.71%34.90%
CMYK0.00%33.71%32.58%
65.10%

Color #593B3C in popluar number systems.

HEX593B3C
Decimal895960
Binary1011001111011111100
Octal1317374

Shades and tints

Shades of #593B3C

#593B3C
(89,59,60)
#513637
(81,54,55)
#493132
(73,49,50)
#412C2D
(65,44,45)
#392728
(57,39,40)
#312223
(49,34,35)
#291D1E
(41,29,30)
#211819
(33,24,25)
#191314
(25,19,20)
#110E0F
(17,14,15)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #593B3C

#593B3C
(89,59,60)
#684C4D
(104,76,77)
#775D5E
(119,93,94)
#866E6F
(134,110,111)
#957F80
(149,127,128)
#A49091
(164,144,145)
#B3A1A2
(179,161,162)
#C2B2B3
(194,178,179)
#D1C3C4
(209,195,196)
#E0D4D5
(224,212,213)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593B3C; }

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

This text font color is #593B3C.


Background Color

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

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

This div background color is #593B3C.


Border color

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

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

This div border color is #593B3C.


Opacity

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

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

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

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

This text has shadow with #593B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593B3C on black background.


Color preview on white background

This text has color #593B3C on white background.



Black color preview on #593B3C background

This text has black color on #593B3C background.


White color preview on #593B3C background

This text has white color on #593B3C background.