COLOR #825663

HEX: #825663
RGB: (130,86,99)

Renk bilgisi

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

RGB renk modeli

#825663 color RGB value is (130,86,99).

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

RGB bağlantıları ve doygunluk

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

130
86
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 86 + 99 = 315 (100%)
R 130 of 315 ~ 41.27%
G 86 of 315 ~ 27.3%
B 99 of 315 ~ 31.43%

%41.27
%27.3
%31.43

CMYK RENK MODELİ

#825663 rengi CMYK tonu (0,34,24,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.85%
  • sarı tonu 23.85%
  • ana renk tonu 49.02%
CMYK:
(0,34,24,49)
C0M34Y24K49 
(0%,34%,24%,49%)
(0.00/0.34/0.24/0.49)	

CMYK yüzdeleri

%0
%33.85
%23.85
%49.02

Codes

Color #825663 in popluar color models

825663
RGB1308699
HSL342°20.37%42.35%
HSB/HSV342°33.85%50.98%
CMYK0.00%33.85%23.85%
49.02%

Color #825663 in popluar number systems.

HEX825663
Decimal1308699
Binary1000001010101101100011
Octal202126143

Shades and tints

Shades of #825663

#825663
(130,86,99)
#774F5A
(119,79,90)
#6C4851
(108,72,81)
#614148
(97,65,72)
#563A3F
(86,58,63)
#4B3336
(75,51,54)
#402C2D
(64,44,45)
#352524
(53,37,36)
#2A1E1B
(42,30,27)
#1F1712
(31,23,18)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #825663

#825663
(130,86,99)
#8D6571
(141,101,113)
#98747F
(152,116,127)
#A3838D
(163,131,141)
#AE929B
(174,146,155)
#B9A1A9
(185,161,169)
#C4B0B7
(196,176,183)
#CFBFC5
(207,191,197)
#DACED3
(218,206,211)
#E5DDE1
(229,221,225)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825663; }

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

This text font color is #825663.


Background Color

.myBgColor { background-color: #825663; }

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

This div background color is #825663.


Border color

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

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

This div border color is #825663.


Opacity

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

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

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

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

This text has shadow with #825663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825663 on black background.


Color preview on white background

This text has color #825663 on white background.



Black color preview on #825663 background

This text has black color on #825663 background.


White color preview on #825663 background

This text has white color on #825663 background.