COLOR #825769

HEX: #825769
RGB: (130,87,105)

Color info

#825769 contains red, green and blue colors in about the same proportion. Web safe color of #825769 is #996666 (or #966).

RGB color model

#825769 color RGB value is (130,87,105).

  • red value is 130;
  • green value is 87;
  • blue value is 105.
RGB:
(130,87,105)
(51%,34%,41%)

RGB channels and saturation

R 130 of 255 = 51%
G 87 of 255 = 34%
B 105 of 255 = 41%

130
87
105

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

Portions of RGB colors in percentages

R + G + B =
130 + 87 + 105 = 322 (100%)
R 130 of 322 ~ 40.37%
G 87 of 322 ~ 27.02%
B 105 of 322 ~ 32.61%

%40.37
%27.02
%32.61

CMYK color model

#825769 color CMYK value is (0,33,19,49).

  • cyan value is 0.00%
  • magenta value is 33.08%
  • yellow value is 19.23%
  • key color value is 49.02%
CMYK:
(0,33,19,49)
C0M33Y19K49 
(0%,33%,19%,49%)
(0.00/0.33/0.19/0.49)	

CMYK percentages

%0
%33.08
%19.23
%49.02

Codes

Color #825769 in popluar color models

825769
RGB13087105
HSL335°19.82%42.55%
HSB/HSV335°33.08%50.98%
CMYK0.00%33.08%19.23%
49.02%

Color #825769 in popluar number systems.

HEX825769
Decimal13087105
Binary1000001010101111101001
Octal202127151

Shades and tints

Shades of #825769

#825769
(130,87,105)
#775060
(119,80,96)
#6C4957
(108,73,87)
#61424E
(97,66,78)
#563B45
(86,59,69)
#4B343C
(75,52,60)
#402D33
(64,45,51)
#35262A
(53,38,42)
#2A1F21
(42,31,33)
#1F1818
(31,24,24)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #825769

#825769
(130,87,105)
#8D6676
(141,102,118)
#987583
(152,117,131)
#A38490
(163,132,144)
#AE939D
(174,147,157)
#B9A2AA
(185,162,170)
#C4B1B7
(196,177,183)
#CFC0C4
(207,192,196)
#DACFD1
(218,207,209)
#E5DEDE
(229,222,222)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825769 color. Also use rgb(130,87,105) instead hex code.

Text Font Color

.myTextColor { color: #825769; }

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

This text font color is #825769.


Background Color

.myBgColor { background-color: #825769; }

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

This div background color is #825769.


Border color

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

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

This div border color is #825769.


Opacity

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

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

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

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

This text has shadow with #825769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825769 on black background.


Color preview on white background

This text has color #825769 on white background.



Black color preview on #825769 background

This text has black color on #825769 background.


White color preview on #825769 background

This text has white color on #825769 background.