COLOR #825A4D

HEX: #825A4D
RGB: (130,90,77)

Renk bilgisi

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

RGB renk modeli

#825A4D color RGB value is (130,90,77).

  • kırmız ton 130;
  • yeşil ton 90;
  • mavi ton 77.
RGB:
(130,90,77)
(51%,35%,30%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 90 of 255 = 35%
B 77 of 255 = 30%

130
90
77

R + G + B ~ 39%. #825A4D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 90 + 77 = 297 (100%)
R 130 of 297 ~ 43.77%
G 90 of 297 ~ 30.3%
B 77 of 297 ~ 25.93%

%43.77
%30.3
%25.93

CMYK RENK MODELİ

#825A4D rengi CMYK tonu (0,31,41,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.77%
  • sarı tonu 40.77%
  • ana renk tonu 49.02%
CMYK:
(0,31,41,49)
C0M31Y41K49 
(0%,31%,41%,49%)
(0.00/0.31/0.41/0.49)	

CMYK yüzdeleri

%0
%30.77
%40.77
%49.02

Codes

Color #825A4D in popluar color models

825A4D
RGB1309077
HSL15°25.60%40.59%
HSB/HSV15°40.77%50.98%
CMYK0.00%30.77%40.77%
49.02%

Color #825A4D in popluar number systems.

HEX825A4D
Decimal1309077
Binary1000001010110101001101
Octal202132115

Shades and tints

Shades of #825A4D

#825A4D
(130,90,77)
#775246
(119,82,70)
#6C4A3F
(108,74,63)
#614238
(97,66,56)
#563A31
(86,58,49)
#4B322A
(75,50,42)
#402A23
(64,42,35)
#35221C
(53,34,28)
#2A1A15
(42,26,21)
#1F120E
(31,18,14)
#140A07
(20,10,7)
#000000
(0,0,0)

Tints of #825A4D

#825A4D
(130,90,77)
#8D695D
(141,105,93)
#98786D
(152,120,109)
#A3877D
(163,135,125)
#AE968D
(174,150,141)
#B9A59D
(185,165,157)
#C4B4AD
(196,180,173)
#CFC3BD
(207,195,189)
#DAD2CD
(218,210,205)
#E5E1DD
(229,225,221)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825A4D color. Also use rgb(130,90,77) instead hex code.

Text Font Color

.myTextColor { color: #825A4D; }

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

This text font color is #825A4D.


Background Color

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

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

This div background color is #825A4D.


Border color

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

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

This div border color is #825A4D.


Opacity

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

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

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

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

This text has shadow with #825A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825A4D on black background.


Color preview on white background

This text has color #825A4D on white background.



Black color preview on #825A4D background

This text has black color on #825A4D background.


White color preview on #825A4D background

This text has white color on #825A4D background.