COLOR #825561

HEX: #825561
RGB: (130,85,97)

Renk bilgisi

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

RGB renk modeli

#825561 color RGB value is (130,85,97).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 85 of 255 = 33%
B 97 of 255 = 38%

130
85
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 85 + 97 = 312 (100%)
R 130 of 312 ~ 41.67%
G 85 of 312 ~ 27.24%
B 97 of 312 ~ 31.09%

%41.67
%27.24
%31.09

CMYK RENK MODELİ

#825561 rengi CMYK tonu (0,35,25,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.62%
  • sarı tonu 25.38%
  • ana renk tonu 49.02%
CMYK:
(0,35,25,49)
C0M35Y25K49 
(0%,35%,25%,49%)
(0.00/0.35/0.25/0.49)	

CMYK yüzdeleri

%0
%34.62
%25.38
%49.02

Codes

Color #825561 in popluar color models

825561
RGB1308597
HSL344°20.93%42.16%
HSB/HSV344°34.62%50.98%
CMYK0.00%34.62%25.38%
49.02%

Color #825561 in popluar number systems.

HEX825561
Decimal1308597
Binary1000001010101011100001
Octal202125141

Shades and tints

Shades of #825561

#825561
(130,85,97)
#774E59
(119,78,89)
#6C4751
(108,71,81)
#614049
(97,64,73)
#563941
(86,57,65)
#4B3239
(75,50,57)
#402B31
(64,43,49)
#352429
(53,36,41)
#2A1D21
(42,29,33)
#1F1619
(31,22,25)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #825561

#825561
(130,85,97)
#8D646F
(141,100,111)
#98737D
(152,115,125)
#A3828B
(163,130,139)
#AE9199
(174,145,153)
#B9A0A7
(185,160,167)
#C4AFB5
(196,175,181)
#CFBEC3
(207,190,195)
#DACDD1
(218,205,209)
#E5DCDF
(229,220,223)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825561; }

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

This text font color is #825561.


Background Color

.myBgColor { background-color: #825561; }

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

This div background color is #825561.


Border color

.myBorderColor { border: 1px solid #825561; }

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

This div border color is #825561.


Opacity

.myOpacity80 { color: #825561; opacity: 0.8; }

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

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

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

This text has shadow with #825561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825561 on black background.


Color preview on white background

This text has color #825561 on white background.



Black color preview on #825561 background

This text has black color on #825561 background.


White color preview on #825561 background

This text has white color on #825561 background.