COLOR #59593D

HEX: #59593D
RGB: (89,89,61)

Renk bilgisi

#59593D contains red, green and blue colors in about the same proportion. #59593D ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#59593D color RGB value is (89,89,61).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 89 of 255 = 35%
B 61 of 255 = 24%

89
89
61

R + G + B ~ 31%. #59593D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 89 + 61 = 239 (100%)
R 89 of 239 ~ 37.24%
G 89 of 239 ~ 37.24%
B 61 of 239 ~ 25.52%

%37.24
%37.24
%25.52

CMYK RENK MODELİ

#59593D rengi CMYK tonu (0,0,31,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 31.46%
  • ana renk tonu 65.10%
CMYK:
(0,0,31,65)
C0M0Y31K65 
(0%,0%,31%,65%)
(0.00/0.00/0.31/0.65)	

CMYK yüzdeleri

%0
%0
%31.46
%65.1

Codes

Color #59593D in popluar color models

59593D
RGB898961
HSL60°18.67%29.41%
HSB/HSV60°31.46%34.90%
CMYK0.00%0.00%31.46%
65.10%

Color #59593D in popluar number systems.

HEX59593D
Decimal898961
Binary10110011011001111101
Octal13113175

Shades and tints

Shades of #59593D

#59593D
(89,89,61)
#515138
(81,81,56)
#494933
(73,73,51)
#41412E
(65,65,46)
#393929
(57,57,41)
#313124
(49,49,36)
#29291F
(41,41,31)
#21211A
(33,33,26)
#191915
(25,25,21)
#111110
(17,17,16)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #59593D

#59593D
(89,89,61)
#68684E
(104,104,78)
#77775F
(119,119,95)
#868670
(134,134,112)
#959581
(149,149,129)
#A4A492
(164,164,146)
#B3B3A3
(179,179,163)
#C2C2B4
(194,194,180)
#D1D1C5
(209,209,197)
#E0E0D6
(224,224,214)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59593D color. Also use rgb(89,89,61) instead hex code.

Text Font Color

.myTextColor { color: #59593D; }

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

This text font color is #59593D.


Background Color

.myBgColor { background-color: #59593D; }

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

This div background color is #59593D.


Border color

.myBorderColor { border: 1px solid #59593D; }

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

This div border color is #59593D.


Opacity

.myOpacity80 { color: #59593D; opacity: 0.8; }

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

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

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

This text has shadow with #59593D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59593D on black background.


Color preview on white background

This text has color #59593D on white background.



Black color preview on #59593D background

This text has black color on #59593D background.


White color preview on #59593D background

This text has white color on #59593D background.