COLOR #59500F

HEX: #59500F
RGB: (89,80,15)

Renk bilgisi

#59500F contains mainly red and green colors. #59500F ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#59500F color RGB value is (89,80,15).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 80 of 255 = 31%
B 15 of 255 = 6%

89
80
15

R + G + B ~ 24%. #59500F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 80 + 15 = 184 (100%)
R 89 of 184 ~ 48.37%
G 80 of 184 ~ 43.48%
B 15 of 184 ~ 8.15%

%48.37
%43.48

CMYK RENK MODELİ

#59500F rengi CMYK tonu (0,10,83,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.11%
  • sarı tonu 83.15%
  • ana renk tonu 65.10%
CMYK:
(0,10,83,65)
C0M10Y83K65 
(0%,10%,83%,65%)
(0.00/0.10/0.83/0.65)	

CMYK yüzdeleri

%0
%10.11
%83.15
%65.1

Codes

Color #59500F in popluar color models

59500F
RGB898015
HSL53°71.15%20.39%
HSB/HSV53°83.15%34.90%
CMYK0.00%10.11%83.15%
65.10%

Color #59500F in popluar number systems.

HEX59500F
Decimal898015
Binary101100110100001111
Octal13112017

Shades and tints

Shades of #59500F

#59500F
(89,80,15)
#51490E
(81,73,14)
#49420D
(73,66,13)
#413B0C
(65,59,12)
#39340B
(57,52,11)
#312D0A
(49,45,10)
#292609
(41,38,9)
#211F08
(33,31,8)
#191807
(25,24,7)
#111106
(17,17,6)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #59500F

#59500F
(89,80,15)
#685F24
(104,95,36)
#776E39
(119,110,57)
#867D4E
(134,125,78)
#958C63
(149,140,99)
#A49B78
(164,155,120)
#B3AA8D
(179,170,141)
#C2B9A2
(194,185,162)
#D1C8B7
(209,200,183)
#E0D7CC
(224,215,204)
#EFE6E1
(239,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59500F color. Also use rgb(89,80,15) instead hex code.

Text Font Color

.myTextColor { color: #59500F; }

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

This text font color is #59500F.


Background Color

.myBgColor { background-color: #59500F; }

<div style="background-color:#59500F">Inner text</div>

This div background color is #59500F.


Border color

.myBorderColor { border: 1px solid #59500F; }

<div style="border:3px solid #59500F">Div</div>

This div border color is #59500F.


Opacity

.myOpacity80 { color: #59500F; opacity: 0.8; }

<p style="color:#59500F;opacity:0.8;">80%</p>

Text with #59500F 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 #59500F;}

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

This text has shadow with #59500F color.

.textShadow {text-shadow: 3px 3px 1px #59500F, 3px 3px 1px red;}

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

This text has shadow with #59500F primary color and red secondary color.


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

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

This text has shadow with #59500F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59500F on black background.


Color preview on white background

This text has color #59500F on white background.



Black color preview on #59500F background

This text has black color on #59500F background.


White color preview on #59500F background

This text has white color on #59500F background.