COLOR #825212

HEX: #825212
RGB: (130,82,18)

Renk bilgisi

#825212 contains mainly red and green colors. #825212 ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#825212 color RGB value is (130,82,18).

  • kırmız ton 130;
  • yeşil ton 82;
  • mavi ton 18.
RGB:
(130,82,18)
(51%,32%,7%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 82 of 255 = 32%
B 18 of 255 = 7%

130
82
18

R + G + B ~ 30%. #825212 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 82 + 18 = 230 (100%)
R 130 of 230 ~ 56.52%
G 82 of 230 ~ 35.65%
B 18 of 230 ~ 7.83%

%56.52
%35.65

CMYK RENK MODELİ

#825212 rengi CMYK tonu (0,37,86,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.92%
  • sarı tonu 86.15%
  • ana renk tonu 49.02%
CMYK:
(0,37,86,49)
C0M37Y86K49 
(0%,37%,86%,49%)
(0.00/0.37/0.86/0.49)	

CMYK yüzdeleri

%0
%36.92
%86.15
%49.02

Codes

Color #825212 in popluar color models

825212
RGB1308218
HSL34°75.68%29.02%
HSB/HSV34°86.15%50.98%
CMYK0.00%36.92%86.15%
49.02%

Color #825212 in popluar number systems.

HEX825212
Decimal1308218
Binary10000010101001010010
Octal20212222

Shades and tints

Shades of #825212

#825212
(130,82,18)
#774B11
(119,75,17)
#6C4410
(108,68,16)
#613D0F
(97,61,15)
#56360E
(86,54,14)
#4B2F0D
(75,47,13)
#40280C
(64,40,12)
#35210B
(53,33,11)
#2A1A0A
(42,26,10)
#1F1309
(31,19,9)
#140C08
(20,12,8)
#000000
(0,0,0)

Tints of #825212

#825212
(130,82,18)
#8D6127
(141,97,39)
#98703C
(152,112,60)
#A37F51
(163,127,81)
#AE8E66
(174,142,102)
#B99D7B
(185,157,123)
#C4AC90
(196,172,144)
#CFBBA5
(207,187,165)
#DACABA
(218,202,186)
#E5D9CF
(229,217,207)
#F0E8E4
(240,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825212 color. Also use rgb(130,82,18) instead hex code.

Text Font Color

.myTextColor { color: #825212; }

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

This text font color is #825212.


Background Color

.myBgColor { background-color: #825212; }

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

This div background color is #825212.


Border color

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

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

This div border color is #825212.


Opacity

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

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

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

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

This text has shadow with #825212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825212 on black background.


Color preview on white background

This text has color #825212 on white background.



Black color preview on #825212 background

This text has black color on #825212 background.


White color preview on #825212 background

This text has white color on #825212 background.