COLOR #59584C

HEX: #59584C
RGB: (89,88,76)

Renk bilgisi

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

RGB renk modeli

#59584C color RGB value is (89,88,76).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 88 of 255 = 35%
B 76 of 255 = 30%

89
88
76

R + G + B ~ 33%. #59584C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 88 + 76 = 253 (100%)
R 89 of 253 ~ 35.18%
G 88 of 253 ~ 34.78%
B 76 of 253 ~ 30.04%

%35.18
%34.78
%30.04

CMYK RENK MODELİ

#59584C rengi CMYK tonu (0,1,15,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.12%
  • sarı tonu 14.61%
  • ana renk tonu 65.10%
CMYK:
(0,1,15,65)
C0M1Y15K65 
(0%,1%,15%,65%)
(0.00/0.01/0.15/0.65)	

CMYK yüzdeleri

%0
%1.12
%14.61
%65.1

Codes

Color #59584C in popluar color models

59584C
RGB898876
HSL55°7.88%32.35%
HSB/HSV55°14.61%34.90%
CMYK0.00%1.12%14.61%
65.10%

Color #59584C in popluar number systems.

HEX59584C
Decimal898876
Binary101100110110001001100
Octal131130114

Shades and tints

Shades of #59584C

#59584C
(89,88,76)
#515046
(81,80,70)
#494840
(73,72,64)
#41403A
(65,64,58)
#393834
(57,56,52)
#31302E
(49,48,46)
#292828
(41,40,40)
#212022
(33,32,34)
#19181C
(25,24,28)
#111016
(17,16,22)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #59584C

#59584C
(89,88,76)
#68675C
(104,103,92)
#77766C
(119,118,108)
#86857C
(134,133,124)
#95948C
(149,148,140)
#A4A39C
(164,163,156)
#B3B2AC
(179,178,172)
#C2C1BC
(194,193,188)
#D1D0CC
(209,208,204)
#E0DFDC
(224,223,220)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59584C color. Also use rgb(89,88,76) instead hex code.

Text Font Color

.myTextColor { color: #59584C; }

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

This text font color is #59584C.


Background Color

.myBgColor { background-color: #59584C; }

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

This div background color is #59584C.


Border color

.myBorderColor { border: 1px solid #59584C; }

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

This div border color is #59584C.


Opacity

.myOpacity80 { color: #59584C; opacity: 0.8; }

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

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

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

This text has shadow with #59584C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59584C on black background.


Color preview on white background

This text has color #59584C on white background.



Black color preview on #59584C background

This text has black color on #59584C background.


White color preview on #59584C background

This text has white color on #59584C background.