COLOR #825525

HEX: #825525
RGB: (130,85,37)

Renk bilgisi

#825525 contains mainly red and green colors. #825525 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#825525 color RGB value is (130,85,37).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 85 of 255 = 33%
B 37 of 255 = 15%

130
85
37

R + G + B ~ 33%. #825525 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 85 + 37 = 252 (100%)
R 130 of 252 ~ 51.59%
G 85 of 252 ~ 33.73%
B 37 of 252 ~ 14.68%

%51.59
%33.73
%14.68

CMYK RENK MODELİ

#825525 rengi CMYK tonu (0,35,72,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.62%
  • sarı tonu 71.54%
  • ana renk tonu 49.02%
CMYK:
(0,35,72,49)
C0M35Y72K49 
(0%,35%,72%,49%)
(0.00/0.35/0.72/0.49)	

CMYK yüzdeleri

%0
%34.62
%71.54
%49.02

Codes

Color #825525 in popluar color models

825525
RGB1308537
HSL31°55.69%32.75%
HSB/HSV31°71.54%50.98%
CMYK0.00%34.62%71.54%
49.02%

Color #825525 in popluar number systems.

HEX825525
Decimal1308537
Binary100000101010101100101
Octal20212545

Shades and tints

Shades of #825525

#825525
(130,85,37)
#774E22
(119,78,34)
#6C471F
(108,71,31)
#61401C
(97,64,28)
#563919
(86,57,25)
#4B3216
(75,50,22)
#402B13
(64,43,19)
#352410
(53,36,16)
#2A1D0D
(42,29,13)
#1F160A
(31,22,10)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #825525

#825525
(130,85,37)
#8D6438
(141,100,56)
#98734B
(152,115,75)
#A3825E
(163,130,94)
#AE9171
(174,145,113)
#B9A084
(185,160,132)
#C4AF97
(196,175,151)
#CFBEAA
(207,190,170)
#DACDBD
(218,205,189)
#E5DCD0
(229,220,208)
#F0EBE3
(240,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825525; }

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

This text font color is #825525.


Background Color

.myBgColor { background-color: #825525; }

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

This div background color is #825525.


Border color

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

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

This div border color is #825525.


Opacity

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

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

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

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

This text has shadow with #825525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825525 on black background.


Color preview on white background

This text has color #825525 on white background.



Black color preview on #825525 background

This text has black color on #825525 background.


White color preview on #825525 background

This text has white color on #825525 background.