COLOR #593C2C

HEX: #593C2C
RGB: (89,60,44)

Renk bilgisi

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

RGB renk modeli

#593C2C color RGB value is (89,60,44).

  • kırmız ton 89;
  • yeşil ton 60;
  • mavi ton 44.
RGB:
(89,60,44)
(35%,24%,17%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 60 of 255 = 24%
B 44 of 255 = 17%

89
60
44

R + G + B ~ 25%. #593C2C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 60 + 44 = 193 (100%)
R 89 of 193 ~ 46.11%
G 60 of 193 ~ 31.09%
B 44 of 193 ~ 22.8%

%46.11
%31.09
%22.8

CMYK RENK MODELİ

#593C2C rengi CMYK tonu (0,33,51,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.58%
  • sarı tonu 50.56%
  • ana renk tonu 65.10%
CMYK:
(0,33,51,65)
C0M33Y51K65 
(0%,33%,51%,65%)
(0.00/0.33/0.51/0.65)	

CMYK yüzdeleri

%0
%32.58
%50.56
%65.1

Codes

Color #593C2C in popluar color models

593C2C
RGB896044
HSL21°33.83%26.08%
HSB/HSV21°50.56%34.90%
CMYK0.00%32.58%50.56%
65.10%

Color #593C2C in popluar number systems.

HEX593C2C
Decimal896044
Binary1011001111100101100
Octal1317454

Shades and tints

Shades of #593C2C

#593C2C
(89,60,44)
#513728
(81,55,40)
#493224
(73,50,36)
#412D20
(65,45,32)
#39281C
(57,40,28)
#312318
(49,35,24)
#291E14
(41,30,20)
#211910
(33,25,16)
#19140C
(25,20,12)
#110F08
(17,15,8)
#090A04
(9,10,4)
#000000
(0,0,0)

Tints of #593C2C

#593C2C
(89,60,44)
#684D3F
(104,77,63)
#775E52
(119,94,82)
#866F65
(134,111,101)
#958078
(149,128,120)
#A4918B
(164,145,139)
#B3A29E
(179,162,158)
#C2B3B1
(194,179,177)
#D1C4C4
(209,196,196)
#E0D5D7
(224,213,215)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593C2C color. Also use rgb(89,60,44) instead hex code.

Text Font Color

.myTextColor { color: #593C2C; }

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

This text font color is #593C2C.


Background Color

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

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

This div background color is #593C2C.


Border color

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

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

This div border color is #593C2C.


Opacity

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

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

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

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

This text has shadow with #593C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593C2C on black background.


Color preview on white background

This text has color #593C2C on white background.



Black color preview on #593C2C background

This text has black color on #593C2C background.


White color preview on #593C2C background

This text has white color on #593C2C background.