COLOR #59504A

HEX: #59504A
RGB: (89,80,74)

Renk bilgisi

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

RGB renk modeli

#59504A color RGB value is (89,80,74).

  • kırmız ton 89;
  • yeşil ton 80;
  • mavi ton 74.
RGB:
(89,80,74)
(35%,31%,29%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 80 of 255 = 31%
B 74 of 255 = 29%

89
80
74

R + G + B ~ 32%. #59504A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 80 + 74 = 243 (100%)
R 89 of 243 ~ 36.63%
G 80 of 243 ~ 32.92%
B 74 of 243 ~ 30.45%

%36.63
%32.92
%30.45

CMYK RENK MODELİ

#59504A rengi CMYK tonu (0,10,17,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.11%
  • sarı tonu 16.85%
  • ana renk tonu 65.10%
CMYK:
(0,10,17,65)
C0M10Y17K65 
(0%,10%,17%,65%)
(0.00/0.10/0.17/0.65)	

CMYK yüzdeleri

%0
%10.11
%16.85
%65.1

Codes

Color #59504A in popluar color models

59504A
RGB898074
HSL24°9.20%31.96%
HSB/HSV24°16.85%34.90%
CMYK0.00%10.11%16.85%
65.10%

Color #59504A in popluar number systems.

HEX59504A
Decimal898074
Binary101100110100001001010
Octal131120112

Shades and tints

Shades of #59504A

#59504A
(89,80,74)
#514944
(81,73,68)
#49423E
(73,66,62)
#413B38
(65,59,56)
#393432
(57,52,50)
#312D2C
(49,45,44)
#292626
(41,38,38)
#211F20
(33,31,32)
#19181A
(25,24,26)
#111114
(17,17,20)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #59504A

#59504A
(89,80,74)
#685F5A
(104,95,90)
#776E6A
(119,110,106)
#867D7A
(134,125,122)
#958C8A
(149,140,138)
#A49B9A
(164,155,154)
#B3AAAA
(179,170,170)
#C2B9BA
(194,185,186)
#D1C8CA
(209,200,202)
#E0D7DA
(224,215,218)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59504A color. Also use rgb(89,80,74) instead hex code.

Text Font Color

.myTextColor { color: #59504A; }

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

This text font color is #59504A.


Background Color

.myBgColor { background-color: #59504A; }

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

This div background color is #59504A.


Border color

.myBorderColor { border: 1px solid #59504A; }

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

This div border color is #59504A.


Opacity

.myOpacity80 { color: #59504A; opacity: 0.8; }

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

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

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

This text has shadow with #59504A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59504A on black background.


Color preview on white background

This text has color #59504A on white background.



Black color preview on #59504A background

This text has black color on #59504A background.


White color preview on #59504A background

This text has white color on #59504A background.