COLOR #593A06

HEX: #593A06
RGB: (89,58,6)

Renk bilgisi

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

RGB renk modeli

#593A06 color RGB value is (89,58,6).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 58 of 255 = 23%
B 6 of 255 = 2%

89
58
6

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 58 + 6 = 153 (100%)
R 89 of 153 ~ 58.17%
G 58 of 153 ~ 37.91%
B 6 of 153 ~ 3.92%

%58.17
%37.91

CMYK RENK MODELİ

#593A06 rengi CMYK tonu (0,35,93,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.83%
  • sarı tonu 93.26%
  • ana renk tonu 65.10%
CMYK:
(0,35,93,65)
C0M35Y93K65 
(0%,35%,93%,65%)
(0.00/0.35/0.93/0.65)	

CMYK yüzdeleri

%0
%34.83
%93.26
%65.1

Codes

Color #593A06 in popluar color models

593A06
RGB89586
HSL38°87.37%18.63%
HSB/HSV38°93.26%34.90%
CMYK0.00%34.83%93.26%
65.10%

Color #593A06 in popluar number systems.

HEX593A06
Decimal89586
Binary1011001111010110
Octal131726

Shades and tints

Shades of #593A06

#593A06
(89,58,6)
#513506
(81,53,6)
#493006
(73,48,6)
#412B06
(65,43,6)
#392606
(57,38,6)
#312106
(49,33,6)
#291C06
(41,28,6)
#211706
(33,23,6)
#191206
(25,18,6)
#110D06
(17,13,6)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #593A06

#593A06
(89,58,6)
#684B1C
(104,75,28)
#775C32
(119,92,50)
#866D48
(134,109,72)
#957E5E
(149,126,94)
#A48F74
(164,143,116)
#B3A08A
(179,160,138)
#C2B1A0
(194,177,160)
#D1C2B6
(209,194,182)
#E0D3CC
(224,211,204)
#EFE4E2
(239,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593A06; }

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

This text font color is #593A06.


Background Color

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

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

This div background color is #593A06.


Border color

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

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

This div border color is #593A06.


Opacity

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

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

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

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

This text has shadow with #593A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593A06 on black background.


Color preview on white background

This text has color #593A06 on white background.



Black color preview on #593A06 background

This text has black color on #593A06 background.


White color preview on #593A06 background

This text has white color on #593A06 background.