COLOR #593029

HEX: #593029
RGB: (89,48,41)

Renk bilgisi

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

RGB renk modeli

#593029 color RGB value is (89,48,41).

  • kırmız ton 89;
  • yeşil ton 48;
  • mavi ton 41.
RGB:
(89,48,41)
(35%,19%,16%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 48 of 255 = 19%
B 41 of 255 = 16%

89
48
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 48 + 41 = 178 (100%)
R 89 of 178 ~ 50%
G 48 of 178 ~ 26.97%
B 41 of 178 ~ 23.03%

%50
%26.97
%23.03

CMYK RENK MODELİ

#593029 rengi CMYK tonu (0,46,54,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.07%
  • sarı tonu 53.93%
  • ana renk tonu 65.10%
CMYK:
(0,46,54,65)
C0M46Y54K65 
(0%,46%,54%,65%)
(0.00/0.46/0.54/0.65)	

CMYK yüzdeleri

%0
%46.07
%53.93
%65.1

Codes

Color #593029 in popluar color models

593029
RGB894841
HSL36.92%25.49%
HSB/HSV53.93%34.90%
CMYK0.00%46.07%53.93%
65.10%

Color #593029 in popluar number systems.

HEX593029
Decimal894841
Binary1011001110000101001
Octal1316051

Shades and tints

Shades of #593029

#593029
(89,48,41)
#512C26
(81,44,38)
#492823
(73,40,35)
#412420
(65,36,32)
#39201D
(57,32,29)
#311C1A
(49,28,26)
#291817
(41,24,23)
#211414
(33,20,20)
#191011
(25,16,17)
#110C0E
(17,12,14)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #593029

#593029
(89,48,41)
#68423C
(104,66,60)
#77544F
(119,84,79)
#866662
(134,102,98)
#957875
(149,120,117)
#A48A88
(164,138,136)
#B39C9B
(179,156,155)
#C2AEAE
(194,174,174)
#D1C0C1
(209,192,193)
#E0D2D4
(224,210,212)
#EFE4E7
(239,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593029 color. Also use rgb(89,48,41) instead hex code.

Text Font Color

.myTextColor { color: #593029; }

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

This text font color is #593029.


Background Color

.myBgColor { background-color: #593029; }

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

This div background color is #593029.


Border color

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

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

This div border color is #593029.


Opacity

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

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

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

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

This text has shadow with #593029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593029 on black background.


Color preview on white background

This text has color #593029 on white background.



Black color preview on #593029 background

This text has black color on #593029 background.


White color preview on #593029 background

This text has white color on #593029 background.