COLOR #59851D

HEX: #59851D
RGB: (89,133,29)

Renk bilgisi

#59851D contains mainly red and green colors. #59851D ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#59851D color RGB value is (89,133,29).

  • kırmız ton 89;
  • yeşil ton 133;
  • mavi ton 29.
RGB:
(89,133,29)
(35%,52%,11%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 133 of 255 = 52%
B 29 of 255 = 11%

89
133
29

R + G + B ~ 33%. #59851D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 133 + 29 = 251 (100%)
R 89 of 251 ~ 35.46%
G 133 of 251 ~ 52.99%
B 29 of 251 ~ 11.55%

%35.46
%52.99
%11.55

CMYK RENK MODELİ

#59851D rengi CMYK tonu (33,0,78,48).

  • camgöbeği tonu 33.08%
  • eflatun tonu 0.00%
  • sarı tonu 78.20%
  • ana renk tonu 47.84%
CMYK:
(33,0,78,48)
C33M0Y78K48 
(33%,0%,78%,48%)
(0.33/0.00/0.78/0.48)	

CMYK yüzdeleri

%33.08
%0
%78.2
%47.84

Codes

Color #59851D in popluar color models

59851D
RGB8913329
HSL85°64.20%31.76%
HSB/HSV85°78.20%52.16%
CMYK33.08%0.00%78.20%
47.84%

Color #59851D in popluar number systems.

HEX59851D
Decimal8913329
Binary10110011000010111101
Octal13120535

Shades and tints

Shades of #59851D

#59851D
(89,133,29)
#51791B
(81,121,27)
#496D19
(73,109,25)
#416117
(65,97,23)
#395515
(57,85,21)
#314913
(49,73,19)
#293D11
(41,61,17)
#21310F
(33,49,15)
#19250D
(25,37,13)
#11190B
(17,25,11)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #59851D

#59851D
(89,133,29)
#689031
(104,144,49)
#779B45
(119,155,69)
#86A659
(134,166,89)
#95B16D
(149,177,109)
#A4BC81
(164,188,129)
#B3C795
(179,199,149)
#C2D2A9
(194,210,169)
#D1DDBD
(209,221,189)
#E0E8D1
(224,232,209)
#EFF3E5
(239,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59851D color. Also use rgb(89,133,29) instead hex code.

Text Font Color

.myTextColor { color: #59851D; }

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

This text font color is #59851D.


Background Color

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

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

This div background color is #59851D.


Border color

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

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

This div border color is #59851D.


Opacity

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

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

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

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

This text has shadow with #59851D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59851D on black background.


Color preview on white background

This text has color #59851D on white background.



Black color preview on #59851D background

This text has black color on #59851D background.


White color preview on #59851D background

This text has white color on #59851D background.