COLOR #826321

HEX: #826321
RGB: (130,99,33)

Renk bilgisi

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

RGB renk modeli

#826321 color RGB value is (130,99,33).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 99 of 255 = 39%
B 33 of 255 = 13%

130
99
33

R + G + B ~ 34%. #826321 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 99 + 33 = 262 (100%)
R 130 of 262 ~ 49.62%
G 99 of 262 ~ 37.79%
B 33 of 262 ~ 12.6%

%49.62
%37.79
%12.6

CMYK RENK MODELİ

#826321 rengi CMYK tonu (0,24,75,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.85%
  • sarı tonu 74.62%
  • ana renk tonu 49.02%
CMYK:
(0,24,75,49)
C0M24Y75K49 
(0%,24%,75%,49%)
(0.00/0.24/0.75/0.49)	

CMYK yüzdeleri

%0
%23.85
%74.62
%49.02

Codes

Color #826321 in popluar color models

826321
RGB1309933
HSL41°59.51%31.96%
HSB/HSV41°74.62%50.98%
CMYK0.00%23.85%74.62%
49.02%

Color #826321 in popluar number systems.

HEX826321
Decimal1309933
Binary100000101100011100001
Octal20214341

Shades and tints

Shades of #826321

#826321
(130,99,33)
#775A1E
(119,90,30)
#6C511B
(108,81,27)
#614818
(97,72,24)
#563F15
(86,63,21)
#4B3612
(75,54,18)
#402D0F
(64,45,15)
#35240C
(53,36,12)
#2A1B09
(42,27,9)
#1F1206
(31,18,6)
#140903
(20,9,3)
#000000
(0,0,0)

Tints of #826321

#826321
(130,99,33)
#8D7135
(141,113,53)
#987F49
(152,127,73)
#A38D5D
(163,141,93)
#AE9B71
(174,155,113)
#B9A985
(185,169,133)
#C4B799
(196,183,153)
#CFC5AD
(207,197,173)
#DAD3C1
(218,211,193)
#E5E1D5
(229,225,213)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826321; }

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

This text font color is #826321.


Background Color

.myBgColor { background-color: #826321; }

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

This div background color is #826321.


Border color

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

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

This div border color is #826321.


Opacity

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

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

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

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

This text has shadow with #826321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826321 on black background.


Color preview on white background

This text has color #826321 on white background.



Black color preview on #826321 background

This text has black color on #826321 background.


White color preview on #826321 background

This text has white color on #826321 background.