COLOR #593213

HEX: #593213
RGB: (89,50,19)

Renk bilgisi

#593213 contains mainly red and green colors. #593213 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#593213 color RGB value is (89,50,19).

  • kırmız ton 89;
  • yeşil ton 50;
  • mavi ton 19.
RGB:
(89,50,19)
(35%,20%,7%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 50 of 255 = 20%
B 19 of 255 = 7%

89
50
19

R + G + B ~ 21%. #593213 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 50 + 19 = 158 (100%)
R 89 of 158 ~ 56.33%
G 50 of 158 ~ 31.65%
B 19 of 158 ~ 12.03%

%56.33
%31.65
%12.03

CMYK RENK MODELİ

#593213 rengi CMYK tonu (0,44,79,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.82%
  • sarı tonu 78.65%
  • ana renk tonu 65.10%
CMYK:
(0,44,79,65)
C0M44Y79K65 
(0%,44%,79%,65%)
(0.00/0.44/0.79/0.65)	

CMYK yüzdeleri

%0
%43.82
%78.65
%65.1

Codes

Color #593213 in popluar color models

593213
RGB895019
HSL27°64.81%21.18%
HSB/HSV27°78.65%34.90%
CMYK0.00%43.82%78.65%
65.10%

Color #593213 in popluar number systems.

HEX593213
Decimal895019
Binary101100111001010011
Octal1316223

Shades and tints

Shades of #593213

#593213
(89,50,19)
#512E12
(81,46,18)
#492A11
(73,42,17)
#412610
(65,38,16)
#39220F
(57,34,15)
#311E0E
(49,30,14)
#291A0D
(41,26,13)
#21160C
(33,22,12)
#19120B
(25,18,11)
#110E0A
(17,14,10)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #593213

#593213
(89,50,19)
#684428
(104,68,40)
#77563D
(119,86,61)
#866852
(134,104,82)
#957A67
(149,122,103)
#A48C7C
(164,140,124)
#B39E91
(179,158,145)
#C2B0A6
(194,176,166)
#D1C2BB
(209,194,187)
#E0D4D0
(224,212,208)
#EFE6E5
(239,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593213 color. Also use rgb(89,50,19) instead hex code.

Text Font Color

.myTextColor { color: #593213; }

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

This text font color is #593213.


Background Color

.myBgColor { background-color: #593213; }

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

This div background color is #593213.


Border color

.myBorderColor { border: 1px solid #593213; }

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

This div border color is #593213.


Opacity

.myOpacity80 { color: #593213; opacity: 0.8; }

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

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

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

This text has shadow with #593213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593213 on black background.


Color preview on white background

This text has color #593213 on white background.



Black color preview on #593213 background

This text has black color on #593213 background.


White color preview on #593213 background

This text has white color on #593213 background.