COLOR #59424D

HEX: #59424D
RGB: (89,66,77)

Renk bilgisi

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

RGB renk modeli

#59424D color RGB value is (89,66,77).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 66 of 255 = 26%
B 77 of 255 = 30%

89
66
77

R + G + B ~ 30%. #59424D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 66 + 77 = 232 (100%)
R 89 of 232 ~ 38.36%
G 66 of 232 ~ 28.45%
B 77 of 232 ~ 33.19%

%38.36
%28.45
%33.19

CMYK RENK MODELİ

#59424D rengi CMYK tonu (0,26,13,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.84%
  • sarı tonu 13.48%
  • ana renk tonu 65.10%
CMYK:
(0,26,13,65)
C0M26Y13K65 
(0%,26%,13%,65%)
(0.00/0.26/0.13/0.65)	

CMYK yüzdeleri

%0
%25.84
%13.48
%65.1

Codes

Color #59424D in popluar color models

59424D
RGB896677
HSL331°14.84%30.39%
HSB/HSV331°25.84%34.90%
CMYK0.00%25.84%13.48%
65.10%

Color #59424D in popluar number systems.

HEX59424D
Decimal896677
Binary101100110000101001101
Octal131102115

Shades and tints

Shades of #59424D

#59424D
(89,66,77)
#513C46
(81,60,70)
#49363F
(73,54,63)
#413038
(65,48,56)
#392A31
(57,42,49)
#31242A
(49,36,42)
#291E23
(41,30,35)
#21181C
(33,24,28)
#191215
(25,18,21)
#110C0E
(17,12,14)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #59424D

#59424D
(89,66,77)
#68535D
(104,83,93)
#77646D
(119,100,109)
#86757D
(134,117,125)
#95868D
(149,134,141)
#A4979D
(164,151,157)
#B3A8AD
(179,168,173)
#C2B9BD
(194,185,189)
#D1CACD
(209,202,205)
#E0DBDD
(224,219,221)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59424D; }

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

This text font color is #59424D.


Background Color

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

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

This div background color is #59424D.


Border color

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

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

This div border color is #59424D.


Opacity

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

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

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

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

This text has shadow with #59424D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59424D on black background.


Color preview on white background

This text has color #59424D on white background.



Black color preview on #59424D background

This text has black color on #59424D background.


White color preview on #59424D background

This text has white color on #59424D background.