COLOR #825763

HEX: #825763
RGB: (130,87,99)

Renk bilgisi

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

RGB renk modeli

#825763 color RGB value is (130,87,99).

  • kırmız ton 130;
  • yeşil ton 87;
  • mavi ton 99.
RGB:
(130,87,99)
(51%,34%,39%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 87 of 255 = 34%
B 99 of 255 = 39%

130
87
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 87 + 99 = 316 (100%)
R 130 of 316 ~ 41.14%
G 87 of 316 ~ 27.53%
B 99 of 316 ~ 31.33%

%41.14
%27.53
%31.33

CMYK RENK MODELİ

#825763 rengi CMYK tonu (0,33,24,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.08%
  • sarı tonu 23.85%
  • ana renk tonu 49.02%
CMYK:
(0,33,24,49)
C0M33Y24K49 
(0%,33%,24%,49%)
(0.00/0.33/0.24/0.49)	

CMYK yüzdeleri

%0
%33.08
%23.85
%49.02

Codes

Color #825763 in popluar color models

825763
RGB1308799
HSL343°19.82%42.55%
HSB/HSV343°33.08%50.98%
CMYK0.00%33.08%23.85%
49.02%

Color #825763 in popluar number systems.

HEX825763
Decimal1308799
Binary1000001010101111100011
Octal202127143

Shades and tints

Shades of #825763

#825763
(130,87,99)
#77505A
(119,80,90)
#6C4951
(108,73,81)
#614248
(97,66,72)
#563B3F
(86,59,63)
#4B3436
(75,52,54)
#402D2D
(64,45,45)
#352624
(53,38,36)
#2A1F1B
(42,31,27)
#1F1812
(31,24,18)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #825763

#825763
(130,87,99)
#8D6671
(141,102,113)
#98757F
(152,117,127)
#A3848D
(163,132,141)
#AE939B
(174,147,155)
#B9A2A9
(185,162,169)
#C4B1B7
(196,177,183)
#CFC0C5
(207,192,197)
#DACFD3
(218,207,211)
#E5DEE1
(229,222,225)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825763 color. Also use rgb(130,87,99) instead hex code.

Text Font Color

.myTextColor { color: #825763; }

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

This text font color is #825763.


Background Color

.myBgColor { background-color: #825763; }

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

This div background color is #825763.


Border color

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

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

This div border color is #825763.


Opacity

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

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

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

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

This text has shadow with #825763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825763 on black background.


Color preview on white background

This text has color #825763 on white background.



Black color preview on #825763 background

This text has black color on #825763 background.


White color preview on #825763 background

This text has white color on #825763 background.