COLOR #59503B

HEX: #59503B
RGB: (89,80,59)

Renk bilgisi

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

RGB renk modeli

#59503B color RGB value is (89,80,59).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 80 of 255 = 31%
B 59 of 255 = 23%

89
80
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 80 + 59 = 228 (100%)
R 89 of 228 ~ 39.04%
G 80 of 228 ~ 35.09%
B 59 of 228 ~ 25.88%

%39.04
%35.09
%25.88

CMYK RENK MODELİ

#59503B rengi CMYK tonu (0,10,34,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.11%
  • sarı tonu 33.71%
  • ana renk tonu 65.10%
CMYK:
(0,10,34,65)
C0M10Y34K65 
(0%,10%,34%,65%)
(0.00/0.10/0.34/0.65)	

CMYK yüzdeleri

%0
%10.11
%33.71
%65.1

Codes

Color #59503B in popluar color models

59503B
RGB898059
HSL42°20.27%29.02%
HSB/HSV42°33.71%34.90%
CMYK0.00%10.11%33.71%
65.10%

Color #59503B in popluar number systems.

HEX59503B
Decimal898059
Binary10110011010000111011
Octal13112073

Shades and tints

Shades of #59503B

#59503B
(89,80,59)
#514936
(81,73,54)
#494231
(73,66,49)
#413B2C
(65,59,44)
#393427
(57,52,39)
#312D22
(49,45,34)
#29261D
(41,38,29)
#211F18
(33,31,24)
#191813
(25,24,19)
#11110E
(17,17,14)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #59503B

#59503B
(89,80,59)
#685F4C
(104,95,76)
#776E5D
(119,110,93)
#867D6E
(134,125,110)
#958C7F
(149,140,127)
#A49B90
(164,155,144)
#B3AAA1
(179,170,161)
#C2B9B2
(194,185,178)
#D1C8C3
(209,200,195)
#E0D7D4
(224,215,212)
#EFE6E5
(239,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59503B; }

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

This text font color is #59503B.


Background Color

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

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

This div background color is #59503B.


Border color

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

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

This div border color is #59503B.


Opacity

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

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

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

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

This text has shadow with #59503B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59503B on black background.


Color preview on white background

This text has color #59503B on white background.



Black color preview on #59503B background

This text has black color on #59503B background.


White color preview on #59503B background

This text has white color on #59503B background.