COLOR #825D61

HEX: #825D61
RGB: (130,93,97)

Renk bilgisi

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

RGB renk modeli

#825D61 color RGB value is (130,93,97).

  • kırmız ton 130;
  • yeşil ton 93;
  • mavi ton 97.
RGB:
(130,93,97)
(51%,36%,38%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 93 of 255 = 36%
B 97 of 255 = 38%

130
93
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 93 + 97 = 320 (100%)
R 130 of 320 ~ 40.63%
G 93 of 320 ~ 29.06%
B 97 of 320 ~ 30.31%

%40.63
%29.06
%30.31

CMYK RENK MODELİ

#825D61 rengi CMYK tonu (0,28,25,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.46%
  • sarı tonu 25.38%
  • ana renk tonu 49.02%
CMYK:
(0,28,25,49)
C0M28Y25K49 
(0%,28%,25%,49%)
(0.00/0.28/0.25/0.49)	

CMYK yüzdeleri

%0
%28.46
%25.38
%49.02

Codes

Color #825D61 in popluar color models

825D61
RGB1309397
HSL354°16.59%43.73%
HSB/HSV354°28.46%50.98%
CMYK0.00%28.46%25.38%
49.02%

Color #825D61 in popluar number systems.

HEX825D61
Decimal1309397
Binary1000001010111011100001
Octal202135141

Shades and tints

Shades of #825D61

#825D61
(130,93,97)
#775559
(119,85,89)
#6C4D51
(108,77,81)
#614549
(97,69,73)
#563D41
(86,61,65)
#4B3539
(75,53,57)
#402D31
(64,45,49)
#352529
(53,37,41)
#2A1D21
(42,29,33)
#1F1519
(31,21,25)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #825D61

#825D61
(130,93,97)
#8D6B6F
(141,107,111)
#98797D
(152,121,125)
#A3878B
(163,135,139)
#AE9599
(174,149,153)
#B9A3A7
(185,163,167)
#C4B1B5
(196,177,181)
#CFBFC3
(207,191,195)
#DACDD1
(218,205,209)
#E5DBDF
(229,219,223)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825D61 color. Also use rgb(130,93,97) instead hex code.

Text Font Color

.myTextColor { color: #825D61; }

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

This text font color is #825D61.


Background Color

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

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

This div background color is #825D61.


Border color

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

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

This div border color is #825D61.


Opacity

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

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

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

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

This text has shadow with #825D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825D61 on black background.


Color preview on white background

This text has color #825D61 on white background.



Black color preview on #825D61 background

This text has black color on #825D61 background.


White color preview on #825D61 background

This text has white color on #825D61 background.