COLOR #593C3E

HEX: #593C3E
RGB: (89,60,62)

Renk bilgisi

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

RGB renk modeli

#593C3E color RGB value is (89,60,62).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 60 of 255 = 24%
B 62 of 255 = 24%

89
60
62

R + G + B ~ 28%. #593C3E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 60 + 62 = 211 (100%)
R 89 of 211 ~ 42.18%
G 60 of 211 ~ 28.44%
B 62 of 211 ~ 29.38%

%42.18
%28.44
%29.38

CMYK RENK MODELİ

#593C3E rengi CMYK tonu (0,33,30,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.58%
  • sarı tonu 30.34%
  • ana renk tonu 65.10%
CMYK:
(0,33,30,65)
C0M33Y30K65 
(0%,33%,30%,65%)
(0.00/0.33/0.30/0.65)	

CMYK yüzdeleri

%0
%32.58
%30.34
%65.1

Codes

Color #593C3E in popluar color models

593C3E
RGB896062
HSL356°19.46%29.22%
HSB/HSV356°32.58%34.90%
CMYK0.00%32.58%30.34%
65.10%

Color #593C3E in popluar number systems.

HEX593C3E
Decimal896062
Binary1011001111100111110
Octal1317476

Shades and tints

Shades of #593C3E

#593C3E
(89,60,62)
#513739
(81,55,57)
#493234
(73,50,52)
#412D2F
(65,45,47)
#39282A
(57,40,42)
#312325
(49,35,37)
#291E20
(41,30,32)
#21191B
(33,25,27)
#191416
(25,20,22)
#110F11
(17,15,17)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #593C3E

#593C3E
(89,60,62)
#684D4F
(104,77,79)
#775E60
(119,94,96)
#866F71
(134,111,113)
#958082
(149,128,130)
#A49193
(164,145,147)
#B3A2A4
(179,162,164)
#C2B3B5
(194,179,181)
#D1C4C6
(209,196,198)
#E0D5D7
(224,213,215)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593C3E; }

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

This text font color is #593C3E.


Background Color

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

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

This div background color is #593C3E.


Border color

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

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

This div border color is #593C3E.


Opacity

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

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

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

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

This text has shadow with #593C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593C3E on black background.


Color preview on white background

This text has color #593C3E on white background.



Black color preview on #593C3E background

This text has black color on #593C3E background.


White color preview on #593C3E background

This text has white color on #593C3E background.