COLOR #828221

HEX: #828221
RGB: (130,130,33)

Renk bilgisi

#828221 contains mainly red and green colors. #828221 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#828221 color RGB value is (130,130,33).

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

RGB bağlantıları ve doygunluk

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

130
130
33

R + G + B ~ 38%. #828221 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 130 + 33 = 293 (100%)
R 130 of 293 ~ 44.37%
G 130 of 293 ~ 44.37%
B 33 of 293 ~ 11.26%

%44.37
%44.37
%11.26

CMYK RENK MODELİ

#828221 rengi CMYK tonu (0,0,75,49).

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

CMYK yüzdeleri

%0
%0
%74.62
%49.02

Codes

Color #828221 in popluar color models

828221
RGB13013033
HSL60°59.51%31.96%
HSB/HSV60°74.62%50.98%
CMYK0.00%0.00%74.62%
49.02%

Color #828221 in popluar number systems.

HEX828221
Decimal13013033
Binary1000001010000010100001
Octal20220241

Shades and tints

Shades of #828221

#828221
(130,130,33)
#77771E
(119,119,30)
#6C6C1B
(108,108,27)
#616118
(97,97,24)
#565615
(86,86,21)
#4B4B12
(75,75,18)
#40400F
(64,64,15)
#35350C
(53,53,12)
#2A2A09
(42,42,9)
#1F1F06
(31,31,6)
#141403
(20,20,3)
#000000
(0,0,0)

Tints of #828221

#828221
(130,130,33)
#8D8D35
(141,141,53)
#989849
(152,152,73)
#A3A35D
(163,163,93)
#AEAE71
(174,174,113)
#B9B985
(185,185,133)
#C4C499
(196,196,153)
#CFCFAD
(207,207,173)
#DADAC1
(218,218,193)
#E5E5D5
(229,229,213)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828221; }

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

This text font color is #828221.


Background Color

.myBgColor { background-color: #828221; }

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

This div background color is #828221.


Border color

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

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

This div border color is #828221.


Opacity

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

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

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

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

This text has shadow with #828221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828221 on black background.


Color preview on white background

This text has color #828221 on white background.



Black color preview on #828221 background

This text has black color on #828221 background.


White color preview on #828221 background

This text has white color on #828221 background.