COLOR #593B3B

HEX: #593B3B
RGB: (89,59,59)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

89
59
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 59 + 59 = 207 (100%)
R 89 of 207 ~ 43%
G 59 of 207 ~ 28.5%
B 59 of 207 ~ 28.5%

%43
%28.5
%28.5

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%33.71
%33.71
%65.1

Codes

Color #593B3B in popluar color models

593B3B
RGB895959
HSL20.27%29.02%
HSB/HSV33.71%34.90%
CMYK0.00%33.71%33.71%
65.10%

Color #593B3B in popluar number systems.

HEX593B3B
Decimal895959
Binary1011001111011111011
Octal1317373

Shades and tints

Shades of #593B3B

#593B3B
(89,59,59)
#513636
(81,54,54)
#493131
(73,49,49)
#412C2C
(65,44,44)
#392727
(57,39,39)
#312222
(49,34,34)
#291D1D
(41,29,29)
#211818
(33,24,24)
#191313
(25,19,19)
#110E0E
(17,14,14)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #593B3B

#593B3B
(89,59,59)
#684C4C
(104,76,76)
#775D5D
(119,93,93)
#866E6E
(134,110,110)
#957F7F
(149,127,127)
#A49090
(164,144,144)
#B3A1A1
(179,161,161)
#C2B2B2
(194,178,178)
#D1C3C3
(209,195,195)
#E0D4D4
(224,212,212)
#EFE5E5
(239,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593B3B; }

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

This text font color is #593B3B.


Background Color

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

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

This div background color is #593B3B.


Border color

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

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

This div border color is #593B3B.


Opacity

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

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

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

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

This text has shadow with #593B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593B3B on black background.


Color preview on white background

This text has color #593B3B on white background.



Black color preview on #593B3B background

This text has black color on #593B3B background.


White color preview on #593B3B background

This text has white color on #593B3B background.