COLOR #825200

HEX: #825200
RGB: (130,82,0)

Renk bilgisi

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

RGB renk modeli

#825200 color RGB value is (130,82,0).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 82 of 255 = 32%
B 0 of 255 = 0%

130
82
0

R + G + B ~ 28%. #825200 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 82 + 0 = 212 (100%)
R 130 of 212 ~ 61.32%
G 82 of 212 ~ 38.68%
B 0 of 212 ~ 0%

%61.32
%38.68

CMYK RENK MODELİ

#825200 rengi CMYK tonu (0,37,100,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.92%
  • sarı tonu 100.00%
  • ana renk tonu 49.02%
CMYK:
(0,37,100,49)
C0M37Y100K49 
(0%,37%,100%,49%)
(0.00/0.37/1.00/0.49)	

CMYK yüzdeleri

%0
%36.92
%100
%49.02

Codes

Color #825200 in popluar color models

825200
RGB130820
HSL38°100.00%25.49%
HSB/HSV38°100.00%50.98%
CMYK0.00%36.92%100.00%
49.02%

Color #825200 in popluar number systems.

HEX825200
Decimal130820
Binary1000001010100100
Octal2021220

Shades and tints

Shades of #825200

#825200
(130,82,0)
#774B00
(119,75,0)
#6C4400
(108,68,0)
#613D00
(97,61,0)
#563600
(86,54,0)
#4B2F00
(75,47,0)
#402800
(64,40,0)
#352100
(53,33,0)
#2A1A00
(42,26,0)
#1F1300
(31,19,0)
#140C00
(20,12,0)
#000000
(0,0,0)

Tints of #825200

#825200
(130,82,0)
#8D6117
(141,97,23)
#98702E
(152,112,46)
#A37F45
(163,127,69)
#AE8E5C
(174,142,92)
#B99D73
(185,157,115)
#C4AC8A
(196,172,138)
#CFBBA1
(207,187,161)
#DACAB8
(218,202,184)
#E5D9CF
(229,217,207)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825200; }

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

This text font color is #825200.


Background Color

.myBgColor { background-color: #825200; }

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

This div background color is #825200.


Border color

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

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

This div border color is #825200.


Opacity

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

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

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

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

This text has shadow with #825200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825200 on black background.


Color preview on white background

This text has color #825200 on white background.



Black color preview on #825200 background

This text has black color on #825200 background.


White color preview on #825200 background

This text has white color on #825200 background.