COLOR #593010

HEX: #593010
RGB: (89,48,16)

Renk bilgisi

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

RGB renk modeli

#593010 color RGB value is (89,48,16).

  • kırmız ton 89;
  • yeşil ton 48;
  • mavi ton 16.
RGB:
(89,48,16)
(35%,19%,6%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 48 of 255 = 19%
B 16 of 255 = 6%

89
48
16

R + G + B ~ 20%. #593010 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 48 + 16 = 153 (100%)
R 89 of 153 ~ 58.17%
G 48 of 153 ~ 31.37%
B 16 of 153 ~ 10.46%

%58.17
%31.37
%10.46

CMYK RENK MODELİ

#593010 rengi CMYK tonu (0,46,82,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.07%
  • sarı tonu 82.02%
  • ana renk tonu 65.10%
CMYK:
(0,46,82,65)
C0M46Y82K65 
(0%,46%,82%,65%)
(0.00/0.46/0.82/0.65)	

CMYK yüzdeleri

%0
%46.07
%82.02
%65.1

Codes

Color #593010 in popluar color models

593010
RGB894816
HSL26°69.52%20.59%
HSB/HSV26°82.02%34.90%
CMYK0.00%46.07%82.02%
65.10%

Color #593010 in popluar number systems.

HEX593010
Decimal894816
Binary101100111000010000
Octal1316020

Shades and tints

Shades of #593010

#593010
(89,48,16)
#512C0F
(81,44,15)
#49280E
(73,40,14)
#41240D
(65,36,13)
#39200C
(57,32,12)
#311C0B
(49,28,11)
#29180A
(41,24,10)
#211409
(33,20,9)
#191008
(25,16,8)
#110C07
(17,12,7)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #593010

#593010
(89,48,16)
#684225
(104,66,37)
#77543A
(119,84,58)
#86664F
(134,102,79)
#957864
(149,120,100)
#A48A79
(164,138,121)
#B39C8E
(179,156,142)
#C2AEA3
(194,174,163)
#D1C0B8
(209,192,184)
#E0D2CD
(224,210,205)
#EFE4E2
(239,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593010 color. Also use rgb(89,48,16) instead hex code.

Text Font Color

.myTextColor { color: #593010; }

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

This text font color is #593010.


Background Color

.myBgColor { background-color: #593010; }

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

This div background color is #593010.


Border color

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

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

This div border color is #593010.


Opacity

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

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

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

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

This text has shadow with #593010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593010 on black background.


Color preview on white background

This text has color #593010 on white background.



Black color preview on #593010 background

This text has black color on #593010 background.


White color preview on #593010 background

This text has white color on #593010 background.