COLOR #825D52

HEX: #825D52
RGB: (130,93,82)

Renk bilgisi

#825D52 contains red, green and blue colors in about the same proportion. #825D52 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#825D52 color RGB value is (130,93,82).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 93 of 255 = 36%
B 82 of 255 = 32%

130
93
82

R + G + B ~ 40%. #825D52 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 93 + 82 = 305 (100%)
R 130 of 305 ~ 42.62%
G 93 of 305 ~ 30.49%
B 82 of 305 ~ 26.89%

%42.62
%30.49
%26.89

CMYK RENK MODELİ

#825D52 rengi CMYK tonu (0,28,37,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.46%
  • sarı tonu 36.92%
  • ana renk tonu 49.02%
CMYK:
(0,28,37,49)
C0M28Y37K49 
(0%,28%,37%,49%)
(0.00/0.28/0.37/0.49)	

CMYK yüzdeleri

%0
%28.46
%36.92
%49.02

Codes

Color #825D52 in popluar color models

825D52
RGB1309382
HSL14°22.64%41.57%
HSB/HSV14°36.92%50.98%
CMYK0.00%28.46%36.92%
49.02%

Color #825D52 in popluar number systems.

HEX825D52
Decimal1309382
Binary1000001010111011010010
Octal202135122

Shades and tints

Shades of #825D52

#825D52
(130,93,82)
#77554B
(119,85,75)
#6C4D44
(108,77,68)
#61453D
(97,69,61)
#563D36
(86,61,54)
#4B352F
(75,53,47)
#402D28
(64,45,40)
#352521
(53,37,33)
#2A1D1A
(42,29,26)
#1F1513
(31,21,19)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #825D52

#825D52
(130,93,82)
#8D6B61
(141,107,97)
#987970
(152,121,112)
#A3877F
(163,135,127)
#AE958E
(174,149,142)
#B9A39D
(185,163,157)
#C4B1AC
(196,177,172)
#CFBFBB
(207,191,187)
#DACDCA
(218,205,202)
#E5DBD9
(229,219,217)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825D52; }

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

This text font color is #825D52.


Background Color

.myBgColor { background-color: #825D52; }

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

This div background color is #825D52.


Border color

.myBorderColor { border: 1px solid #825D52; }

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

This div border color is #825D52.


Opacity

.myOpacity80 { color: #825D52; opacity: 0.8; }

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

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

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

This text has shadow with #825D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825D52 on black background.


Color preview on white background

This text has color #825D52 on white background.



Black color preview on #825D52 background

This text has black color on #825D52 background.


White color preview on #825D52 background

This text has white color on #825D52 background.