COLOR #825C59

HEX: #825C59
RGB: (130,92,89)

Renk bilgisi

#825C59 contains red, green and blue colors in about the same proportion. #825C59 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#825C59 color RGB value is (130,92,89).

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

RGB bağlantıları ve doygunluk

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

130
92
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 92 + 89 = 311 (100%)
R 130 of 311 ~ 41.8%
G 92 of 311 ~ 29.58%
B 89 of 311 ~ 28.62%

%41.8
%29.58
%28.62

CMYK RENK MODELİ

#825C59 rengi CMYK tonu (0,29,32,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.23%
  • sarı tonu 31.54%
  • ana renk tonu 49.02%
CMYK:
(0,29,32,49)
C0M29Y32K49 
(0%,29%,32%,49%)
(0.00/0.29/0.32/0.49)	

CMYK yüzdeleri

%0
%29.23
%31.54
%49.02

Codes

Color #825C59 in popluar color models

825C59
RGB1309289
HSL18.72%42.94%
HSB/HSV31.54%50.98%
CMYK0.00%29.23%31.54%
49.02%

Color #825C59 in popluar number systems.

HEX825C59
Decimal1309289
Binary1000001010111001011001
Octal202134131

Shades and tints

Shades of #825C59

#825C59
(130,92,89)
#775451
(119,84,81)
#6C4C49
(108,76,73)
#614441
(97,68,65)
#563C39
(86,60,57)
#4B3431
(75,52,49)
#402C29
(64,44,41)
#352421
(53,36,33)
#2A1C19
(42,28,25)
#1F1411
(31,20,17)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #825C59

#825C59
(130,92,89)
#8D6A68
(141,106,104)
#987877
(152,120,119)
#A38686
(163,134,134)
#AE9495
(174,148,149)
#B9A2A4
(185,162,164)
#C4B0B3
(196,176,179)
#CFBEC2
(207,190,194)
#DACCD1
(218,204,209)
#E5DAE0
(229,218,224)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825C59 color. Also use rgb(130,92,89) instead hex code.

Text Font Color

.myTextColor { color: #825C59; }

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

This text font color is #825C59.


Background Color

.myBgColor { background-color: #825C59; }

<div style="background-color:#825C59">Inner text</div>

This div background color is #825C59.


Border color

.myBorderColor { border: 1px solid #825C59; }

<div style="border:3px solid #825C59">Div</div>

This div border color is #825C59.


Opacity

.myOpacity80 { color: #825C59; opacity: 0.8; }

<p style="color:#825C59;opacity:0.8;">80%</p>

Text with #825C59 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 #825C59;}

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

This text has shadow with #825C59 color.

.textShadow {text-shadow: 3px 3px 1px #825C59, 3px 3px 1px red;}

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

This text has shadow with #825C59 primary color and red secondary color.


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

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

This text has shadow with #825C59 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825C59 on black background.


Color preview on white background

This text has color #825C59 on white background.



Black color preview on #825C59 background

This text has black color on #825C59 background.


White color preview on #825C59 background

This text has white color on #825C59 background.