COLOR #825061

HEX: #825061
RGB: (130,80,97)

Renk bilgisi

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

RGB renk modeli

#825061 color RGB value is (130,80,97).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 80 of 255 = 31%
B 97 of 255 = 38%

130
80
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 80 + 97 = 307 (100%)
R 130 of 307 ~ 42.35%
G 80 of 307 ~ 26.06%
B 97 of 307 ~ 31.6%

%42.35
%26.06
%31.6

CMYK RENK MODELİ

#825061 rengi CMYK tonu (0,38,25,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.46%
  • sarı tonu 25.38%
  • ana renk tonu 49.02%
CMYK:
(0,38,25,49)
C0M38Y25K49 
(0%,38%,25%,49%)
(0.00/0.38/0.25/0.49)	

CMYK yüzdeleri

%0
%38.46
%25.38
%49.02

Codes

Color #825061 in popluar color models

825061
RGB1308097
HSL340°23.81%41.18%
HSB/HSV340°38.46%50.98%
CMYK0.00%38.46%25.38%
49.02%

Color #825061 in popluar number systems.

HEX825061
Decimal1308097
Binary1000001010100001100001
Octal202120141

Shades and tints

Shades of #825061

#825061
(130,80,97)
#774959
(119,73,89)
#6C4251
(108,66,81)
#613B49
(97,59,73)
#563441
(86,52,65)
#4B2D39
(75,45,57)
#402631
(64,38,49)
#351F29
(53,31,41)
#2A1821
(42,24,33)
#1F1119
(31,17,25)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #825061

#825061
(130,80,97)
#8D5F6F
(141,95,111)
#986E7D
(152,110,125)
#A37D8B
(163,125,139)
#AE8C99
(174,140,153)
#B99BA7
(185,155,167)
#C4AAB5
(196,170,181)
#CFB9C3
(207,185,195)
#DAC8D1
(218,200,209)
#E5D7DF
(229,215,223)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825061; }

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

This text font color is #825061.


Background Color

.myBgColor { background-color: #825061; }

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

This div background color is #825061.


Border color

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

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

This div border color is #825061.


Opacity

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

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

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

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

This text has shadow with #825061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825061 on black background.


Color preview on white background

This text has color #825061 on white background.



Black color preview on #825061 background

This text has black color on #825061 background.


White color preview on #825061 background

This text has white color on #825061 background.