COLOR #825653

HEX: #825653
RGB: (130,86,83)

Renk bilgisi

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

RGB renk modeli

#825653 color RGB value is (130,86,83).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 86 of 255 = 34%
B 83 of 255 = 33%

130
86
83

R + G + B ~ 39%. #825653 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 86 + 83 = 299 (100%)
R 130 of 299 ~ 43.48%
G 86 of 299 ~ 28.76%
B 83 of 299 ~ 27.76%

%43.48
%28.76
%27.76

CMYK RENK MODELİ

#825653 rengi CMYK tonu (0,34,36,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.85%
  • sarı tonu 36.15%
  • ana renk tonu 49.02%
CMYK:
(0,34,36,49)
C0M34Y36K49 
(0%,34%,36%,49%)
(0.00/0.34/0.36/0.49)	

CMYK yüzdeleri

%0
%33.85
%36.15
%49.02

Codes

Color #825653 in popluar color models

825653
RGB1308683
HSL22.07%41.76%
HSB/HSV36.15%50.98%
CMYK0.00%33.85%36.15%
49.02%

Color #825653 in popluar number systems.

HEX825653
Decimal1308683
Binary1000001010101101010011
Octal202126123

Shades and tints

Shades of #825653

#825653
(130,86,83)
#774F4C
(119,79,76)
#6C4845
(108,72,69)
#61413E
(97,65,62)
#563A37
(86,58,55)
#4B3330
(75,51,48)
#402C29
(64,44,41)
#352522
(53,37,34)
#2A1E1B
(42,30,27)
#1F1714
(31,23,20)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #825653

#825653
(130,86,83)
#8D6562
(141,101,98)
#987471
(152,116,113)
#A38380
(163,131,128)
#AE928F
(174,146,143)
#B9A19E
(185,161,158)
#C4B0AD
(196,176,173)
#CFBFBC
(207,191,188)
#DACECB
(218,206,203)
#E5DDDA
(229,221,218)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825653; }

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

This text font color is #825653.


Background Color

.myBgColor { background-color: #825653; }

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

This div background color is #825653.


Border color

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

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

This div border color is #825653.


Opacity

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

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

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

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

This text has shadow with #825653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825653 on black background.


Color preview on white background

This text has color #825653 on white background.



Black color preview on #825653 background

This text has black color on #825653 background.


White color preview on #825653 background

This text has white color on #825653 background.