COLOR #593941

HEX: #593941
RGB: (89,57,65)

Renk bilgisi

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

RGB renk modeli

#593941 color RGB value is (89,57,65).

  • kırmız ton 89;
  • yeşil ton 57;
  • mavi ton 65.
RGB:
(89,57,65)
(35%,22%,25%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 57 of 255 = 22%
B 65 of 255 = 25%

89
57
65

R + G + B ~ 27%. #593941 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 57 + 65 = 211 (100%)
R 89 of 211 ~ 42.18%
G 57 of 211 ~ 27.01%
B 65 of 211 ~ 30.81%

%42.18
%27.01
%30.81

CMYK RENK MODELİ

#593941 rengi CMYK tonu (0,36,27,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.96%
  • sarı tonu 26.97%
  • ana renk tonu 65.10%
CMYK:
(0,36,27,65)
C0M36Y27K65 
(0%,36%,27%,65%)
(0.00/0.36/0.27/0.65)	

CMYK yüzdeleri

%0
%35.96
%26.97
%65.1

Codes

Color #593941 in popluar color models

593941
RGB895765
HSL345°21.92%28.63%
HSB/HSV345°35.96%34.90%
CMYK0.00%35.96%26.97%
65.10%

Color #593941 in popluar number systems.

HEX593941
Decimal895765
Binary10110011110011000001
Octal13171101

Shades and tints

Shades of #593941

#593941
(89,57,65)
#51343C
(81,52,60)
#492F37
(73,47,55)
#412A32
(65,42,50)
#39252D
(57,37,45)
#312028
(49,32,40)
#291B23
(41,27,35)
#21161E
(33,22,30)
#191119
(25,17,25)
#110C14
(17,12,20)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #593941

#593941
(89,57,65)
#684B52
(104,75,82)
#775D63
(119,93,99)
#866F74
(134,111,116)
#958185
(149,129,133)
#A49396
(164,147,150)
#B3A5A7
(179,165,167)
#C2B7B8
(194,183,184)
#D1C9C9
(209,201,201)
#E0DBDA
(224,219,218)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593941 color. Also use rgb(89,57,65) instead hex code.

Text Font Color

.myTextColor { color: #593941; }

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

This text font color is #593941.


Background Color

.myBgColor { background-color: #593941; }

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

This div background color is #593941.


Border color

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

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

This div border color is #593941.


Opacity

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

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

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

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

This text has shadow with #593941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593941 on black background.


Color preview on white background

This text has color #593941 on white background.



Black color preview on #593941 background

This text has black color on #593941 background.


White color preview on #593941 background

This text has white color on #593941 background.