COLOR #59504B

HEX: #59504B
RGB: (89,80,75)

Renk bilgisi

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

RGB renk modeli

#59504B color RGB value is (89,80,75).

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

RGB bağlantıları ve doygunluk

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

89
80
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 80 + 75 = 244 (100%)
R 89 of 244 ~ 36.48%
G 80 of 244 ~ 32.79%
B 75 of 244 ~ 30.74%

%36.48
%32.79
%30.74

CMYK RENK MODELİ

#59504B rengi CMYK tonu (0,10,16,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.11%
  • sarı tonu 15.73%
  • ana renk tonu 65.10%
CMYK:
(0,10,16,65)
C0M10Y16K65 
(0%,10%,16%,65%)
(0.00/0.10/0.16/0.65)	

CMYK yüzdeleri

%0
%10.11
%15.73
%65.1

Codes

Color #59504B in popluar color models

59504B
RGB898075
HSL21°8.54%32.16%
HSB/HSV21°15.73%34.90%
CMYK0.00%10.11%15.73%
65.10%

Color #59504B in popluar number systems.

HEX59504B
Decimal898075
Binary101100110100001001011
Octal131120113

Shades and tints

Shades of #59504B

#59504B
(89,80,75)
#514945
(81,73,69)
#49423F
(73,66,63)
#413B39
(65,59,57)
#393433
(57,52,51)
#312D2D
(49,45,45)
#292627
(41,38,39)
#211F21
(33,31,33)
#19181B
(25,24,27)
#111115
(17,17,21)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #59504B

#59504B
(89,80,75)
#685F5B
(104,95,91)
#776E6B
(119,110,107)
#867D7B
(134,125,123)
#958C8B
(149,140,139)
#A49B9B
(164,155,155)
#B3AAAB
(179,170,171)
#C2B9BB
(194,185,187)
#D1C8CB
(209,200,203)
#E0D7DB
(224,215,219)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59504B; }

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

This text font color is #59504B.


Background Color

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

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

This div background color is #59504B.


Border color

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

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

This div border color is #59504B.


Opacity

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

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

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

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

This text has shadow with #59504B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59504B on black background.


Color preview on white background

This text has color #59504B on white background.



Black color preview on #59504B background

This text has black color on #59504B background.


White color preview on #59504B background

This text has white color on #59504B background.