COLOR #593F2A

HEX: #593F2A
RGB: (89,63,42)

Renk bilgisi

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

RGB renk modeli

#593F2A color RGB value is (89,63,42).

  • kırmız ton 89;
  • yeşil ton 63;
  • mavi ton 42.
RGB:
(89,63,42)
(35%,25%,16%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 63 of 255 = 25%
B 42 of 255 = 16%

89
63
42

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 63 + 42 = 194 (100%)
R 89 of 194 ~ 45.88%
G 63 of 194 ~ 32.47%
B 42 of 194 ~ 21.65%

%45.88
%32.47
%21.65

CMYK RENK MODELİ

#593F2A rengi CMYK tonu (0,29,53,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.21%
  • sarı tonu 52.81%
  • ana renk tonu 65.10%
CMYK:
(0,29,53,65)
C0M29Y53K65 
(0%,29%,53%,65%)
(0.00/0.29/0.53/0.65)	

CMYK yüzdeleri

%0
%29.21
%52.81
%65.1

Codes

Color #593F2A in popluar color models

593F2A
RGB896342
HSL27°35.88%25.69%
HSB/HSV27°52.81%34.90%
CMYK0.00%29.21%52.81%
65.10%

Color #593F2A in popluar number systems.

HEX593F2A
Decimal896342
Binary1011001111111101010
Octal1317752

Shades and tints

Shades of #593F2A

#593F2A
(89,63,42)
#513A27
(81,58,39)
#493524
(73,53,36)
#413021
(65,48,33)
#392B1E
(57,43,30)
#31261B
(49,38,27)
#292118
(41,33,24)
#211C15
(33,28,21)
#191712
(25,23,18)
#11120F
(17,18,15)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #593F2A

#593F2A
(89,63,42)
#68503D
(104,80,61)
#776150
(119,97,80)
#867263
(134,114,99)
#958376
(149,131,118)
#A49489
(164,148,137)
#B3A59C
(179,165,156)
#C2B6AF
(194,182,175)
#D1C7C2
(209,199,194)
#E0D8D5
(224,216,213)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593F2A color. Also use rgb(89,63,42) instead hex code.

Text Font Color

.myTextColor { color: #593F2A; }

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

This text font color is #593F2A.


Background Color

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

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

This div background color is #593F2A.


Border color

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

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

This div border color is #593F2A.


Opacity

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

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

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

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

This text has shadow with #593F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F2A on black background.


Color preview on white background

This text has color #593F2A on white background.



Black color preview on #593F2A background

This text has black color on #593F2A background.


White color preview on #593F2A background

This text has white color on #593F2A background.