COLOR #827575

HEX: #827575
RGB: (130,117,117)

Renk bilgisi

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

RGB renk modeli

#827575 color RGB value is (130,117,117).

  • kırmız ton 130;
  • yeşil ton 117;
  • mavi ton 117.
RGB:
(130,117,117)
(51%,46%,46%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 117 of 255 = 46%
B 117 of 255 = 46%

130
117
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 117 + 117 = 364 (100%)
R 130 of 364 ~ 35.71%
G 117 of 364 ~ 32.14%
B 117 of 364 ~ 32.14%

%35.71
%32.14
%32.14

CMYK RENK MODELİ

#827575 rengi CMYK tonu (0,10,10,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.00%
  • sarı tonu 10.00%
  • ana renk tonu 49.02%
CMYK:
(0,10,10,49)
C0M10Y10K49 
(0%,10%,10%,49%)
(0.00/0.10/0.10/0.49)	

CMYK yüzdeleri

%0
%10
%10
%49.02

Codes

Color #827575 in popluar color models

827575
RGB130117117
HSL5.26%48.43%
HSB/HSV10.00%50.98%
CMYK0.00%10.00%10.00%
49.02%

Color #827575 in popluar number systems.

HEX827575
Decimal130117117
Binary1000001011101011110101
Octal202165165

Shades and tints

Shades of #827575

#827575
(130,117,117)
#776B6B
(119,107,107)
#6C6161
(108,97,97)
#615757
(97,87,87)
#564D4D
(86,77,77)
#4B4343
(75,67,67)
#403939
(64,57,57)
#352F2F
(53,47,47)
#2A2525
(42,37,37)
#1F1B1B
(31,27,27)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #827575

#827575
(130,117,117)
#8D8181
(141,129,129)
#988D8D
(152,141,141)
#A39999
(163,153,153)
#AEA5A5
(174,165,165)
#B9B1B1
(185,177,177)
#C4BDBD
(196,189,189)
#CFC9C9
(207,201,201)
#DAD5D5
(218,213,213)
#E5E1E1
(229,225,225)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827575; }

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

This text font color is #827575.


Background Color

.myBgColor { background-color: #827575; }

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

This div background color is #827575.


Border color

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

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

This div border color is #827575.


Opacity

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

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

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

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

This text has shadow with #827575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827575 on black background.


Color preview on white background

This text has color #827575 on white background.



Black color preview on #827575 background

This text has black color on #827575 background.


White color preview on #827575 background

This text has white color on #827575 background.