COLOR #825630

HEX: #825630
RGB: (130,86,48)

Renk bilgisi

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

RGB renk modeli

#825630 color RGB value is (130,86,48).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 86 of 255 = 34%
B 48 of 255 = 19%

130
86
48

R + G + B ~ 35%. #825630 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 86 + 48 = 264 (100%)
R 130 of 264 ~ 49.24%
G 86 of 264 ~ 32.58%
B 48 of 264 ~ 18.18%

%49.24
%32.58
%18.18

CMYK RENK MODELİ

#825630 rengi CMYK tonu (0,34,63,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.85%
  • sarı tonu 63.08%
  • ana renk tonu 49.02%
CMYK:
(0,34,63,49)
C0M34Y63K49 
(0%,34%,63%,49%)
(0.00/0.34/0.63/0.49)	

CMYK yüzdeleri

%0
%33.85
%63.08
%49.02

Codes

Color #825630 in popluar color models

825630
RGB1308648
HSL28°46.07%34.90%
HSB/HSV28°63.08%50.98%
CMYK0.00%33.85%63.08%
49.02%

Color #825630 in popluar number systems.

HEX825630
Decimal1308648
Binary100000101010110110000
Octal20212660

Shades and tints

Shades of #825630

#825630
(130,86,48)
#774F2C
(119,79,44)
#6C4828
(108,72,40)
#614124
(97,65,36)
#563A20
(86,58,32)
#4B331C
(75,51,28)
#402C18
(64,44,24)
#352514
(53,37,20)
#2A1E10
(42,30,16)
#1F170C
(31,23,12)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #825630

#825630
(130,86,48)
#8D6542
(141,101,66)
#987454
(152,116,84)
#A38366
(163,131,102)
#AE9278
(174,146,120)
#B9A18A
(185,161,138)
#C4B09C
(196,176,156)
#CFBFAE
(207,191,174)
#DACEC0
(218,206,192)
#E5DDD2
(229,221,210)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825630; }

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

This text font color is #825630.


Background Color

.myBgColor { background-color: #825630; }

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

This div background color is #825630.


Border color

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

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

This div border color is #825630.


Opacity

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

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

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

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

This text has shadow with #825630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825630 on black background.


Color preview on white background

This text has color #825630 on white background.



Black color preview on #825630 background

This text has black color on #825630 background.


White color preview on #825630 background

This text has white color on #825630 background.