COLOR #825048

HEX: #825048
RGB: (130,80,72)

Renk bilgisi

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

RGB renk modeli

#825048 color RGB value is (130,80,72).

  • kırmız ton 130;
  • yeşil ton 80;
  • mavi ton 72.
RGB:
(130,80,72)
(51%,31%,28%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 80 of 255 = 31%
B 72 of 255 = 28%

130
80
72

R + G + B ~ 37%. #825048 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 80 + 72 = 282 (100%)
R 130 of 282 ~ 46.1%
G 80 of 282 ~ 28.37%
B 72 of 282 ~ 25.53%

%46.1
%28.37
%25.53

CMYK RENK MODELİ

#825048 rengi CMYK tonu (0,38,45,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.46%
  • sarı tonu 44.62%
  • ana renk tonu 49.02%
CMYK:
(0,38,45,49)
C0M38Y45K49 
(0%,38%,45%,49%)
(0.00/0.38/0.45/0.49)	

CMYK yüzdeleri

%0
%38.46
%44.62
%49.02

Codes

Color #825048 in popluar color models

825048
RGB1308072
HSL28.71%39.61%
HSB/HSV44.62%50.98%
CMYK0.00%38.46%44.62%
49.02%

Color #825048 in popluar number systems.

HEX825048
Decimal1308072
Binary1000001010100001001000
Octal202120110

Shades and tints

Shades of #825048

#825048
(130,80,72)
#774942
(119,73,66)
#6C423C
(108,66,60)
#613B36
(97,59,54)
#563430
(86,52,48)
#4B2D2A
(75,45,42)
#402624
(64,38,36)
#351F1E
(53,31,30)
#2A1818
(42,24,24)
#1F1112
(31,17,18)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #825048

#825048
(130,80,72)
#8D5F58
(141,95,88)
#986E68
(152,110,104)
#A37D78
(163,125,120)
#AE8C88
(174,140,136)
#B99B98
(185,155,152)
#C4AAA8
(196,170,168)
#CFB9B8
(207,185,184)
#DAC8C8
(218,200,200)
#E5D7D8
(229,215,216)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825048; }

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

This text font color is #825048.


Background Color

.myBgColor { background-color: #825048; }

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

This div background color is #825048.


Border color

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

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

This div border color is #825048.


Opacity

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

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

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

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

This text has shadow with #825048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825048 on black background.


Color preview on white background

This text has color #825048 on white background.



Black color preview on #825048 background

This text has black color on #825048 background.


White color preview on #825048 background

This text has white color on #825048 background.