COLOR #59825B

HEX: #59825B
RGB: (89,130,91)

Renk bilgisi

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

RGB renk modeli

#59825B color RGB value is (89,130,91).

  • kırmız ton 89;
  • yeşil ton 130;
  • mavi ton 91.
RGB:
(89,130,91)
(35%,51%,36%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 130 of 255 = 51%
B 91 of 255 = 36%

89
130
91

R + G + B ~ 41%. #59825B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 130 + 91 = 310 (100%)
R 89 of 310 ~ 28.71%
G 130 of 310 ~ 41.94%
B 91 of 310 ~ 29.35%

%28.71
%41.94
%29.35

CMYK RENK MODELİ

#59825B rengi CMYK tonu (32,0,30,49).

  • camgöbeği tonu 31.54%
  • eflatun tonu 0.00%
  • sarı tonu 30.00%
  • ana renk tonu 49.02%
CMYK:
(32,0,30,49)
C32M0Y30K49 
(32%,0%,30%,49%)
(0.32/0.00/0.30/0.49)	

CMYK yüzdeleri

%31.54
%0
%30
%49.02

Codes

Color #59825B in popluar color models

59825B
RGB8913091
HSL123°18.72%42.94%
HSB/HSV123°31.54%50.98%
CMYK31.54%0.00%30.00%
49.02%

Color #59825B in popluar number systems.

HEX59825B
Decimal8913091
Binary1011001100000101011011
Octal131202133

Shades and tints

Shades of #59825B

#59825B
(89,130,91)
#517753
(81,119,83)
#496C4B
(73,108,75)
#416143
(65,97,67)
#39563B
(57,86,59)
#314B33
(49,75,51)
#29402B
(41,64,43)
#213523
(33,53,35)
#192A1B
(25,42,27)
#111F13
(17,31,19)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #59825B

#59825B
(89,130,91)
#688D69
(104,141,105)
#779877
(119,152,119)
#86A385
(134,163,133)
#95AE93
(149,174,147)
#A4B9A1
(164,185,161)
#B3C4AF
(179,196,175)
#C2CFBD
(194,207,189)
#D1DACB
(209,218,203)
#E0E5D9
(224,229,217)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59825B color. Also use rgb(89,130,91) instead hex code.

Text Font Color

.myTextColor { color: #59825B; }

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

This text font color is #59825B.


Background Color

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

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

This div background color is #59825B.


Border color

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

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

This div border color is #59825B.


Opacity

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

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

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

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

This text has shadow with #59825B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59825B on black background.


Color preview on white background

This text has color #59825B on white background.



Black color preview on #59825B background

This text has black color on #59825B background.


White color preview on #59825B background

This text has white color on #59825B background.