COLOR #593B1D

HEX: #593B1D
RGB: (89,59,29)

Renk bilgisi

#593B1D contains mainly red and green colors. #593B1D ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

89
59
29

R + G + B ~ 23%. #593B1D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 59 + 29 = 177 (100%)
R 89 of 177 ~ 50.28%
G 59 of 177 ~ 33.33%
B 29 of 177 ~ 16.38%

%50.28
%33.33
%16.38

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%33.71
%67.42
%65.1

Codes

Color #593B1D in popluar color models

593B1D
RGB895929
HSL30°50.85%23.14%
HSB/HSV30°67.42%34.90%
CMYK0.00%33.71%67.42%
65.10%

Color #593B1D in popluar number systems.

HEX593B1D
Decimal895929
Binary101100111101111101
Octal1317335

Shades and tints

Shades of #593B1D

#593B1D
(89,59,29)
#51361B
(81,54,27)
#493119
(73,49,25)
#412C17
(65,44,23)
#392715
(57,39,21)
#312213
(49,34,19)
#291D11
(41,29,17)
#21180F
(33,24,15)
#19130D
(25,19,13)
#110E0B
(17,14,11)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #593B1D

#593B1D
(89,59,29)
#684C31
(104,76,49)
#775D45
(119,93,69)
#866E59
(134,110,89)
#957F6D
(149,127,109)
#A49081
(164,144,129)
#B3A195
(179,161,149)
#C2B2A9
(194,178,169)
#D1C3BD
(209,195,189)
#E0D4D1
(224,212,209)
#EFE5E5
(239,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593B1D; }

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

This text font color is #593B1D.


Background Color

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

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

This div background color is #593B1D.


Border color

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

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

This div border color is #593B1D.


Opacity

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

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

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

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

This text has shadow with #593B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593B1D on black background.


Color preview on white background

This text has color #593B1D on white background.



Black color preview on #593B1D background

This text has black color on #593B1D background.


White color preview on #593B1D background

This text has white color on #593B1D background.