COLOR #827E79

HEX: #827E79
RGB: (130,126,121)

Renk bilgisi

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

RGB renk modeli

#827E79 color RGB value is (130,126,121).

  • kırmız ton 130;
  • yeşil ton 126;
  • mavi ton 121.
RGB:
(130,126,121)
(51%,49%,47%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 126 of 255 = 49%
B 121 of 255 = 47%

130
126
121

R + G + B ~ 49%. #827E79 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 126 + 121 = 377 (100%)
R 130 of 377 ~ 34.48%
G 126 of 377 ~ 33.42%
B 121 of 377 ~ 32.1%

%34.48
%33.42
%32.1

CMYK RENK MODELİ

#827E79 rengi CMYK tonu (0,3,7,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.08%
  • sarı tonu 6.92%
  • ana renk tonu 49.02%
CMYK:
(0,3,7,49)
C0M3Y7K49 
(0%,3%,7%,49%)
(0.00/0.03/0.07/0.49)	

CMYK yüzdeleri

%0
%3.08
%6.92
%49.02

Codes

Color #827E79 in popluar color models

827E79
RGB130126121
HSL33°3.59%49.22%
HSB/HSV33°6.92%50.98%
CMYK0.00%3.08%6.92%
49.02%

Color #827E79 in popluar number systems.

HEX827E79
Decimal130126121
Binary1000001011111101111001
Octal202176171

Shades and tints

Shades of #827E79

#827E79
(130,126,121)
#77736E
(119,115,110)
#6C6863
(108,104,99)
#615D58
(97,93,88)
#56524D
(86,82,77)
#4B4742
(75,71,66)
#403C37
(64,60,55)
#35312C
(53,49,44)
#2A2621
(42,38,33)
#1F1B16
(31,27,22)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #827E79

#827E79
(130,126,121)
#8D8985
(141,137,133)
#989491
(152,148,145)
#A39F9D
(163,159,157)
#AEAAA9
(174,170,169)
#B9B5B5
(185,181,181)
#C4C0C1
(196,192,193)
#CFCBCD
(207,203,205)
#DAD6D9
(218,214,217)
#E5E1E5
(229,225,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827E79 color. Also use rgb(130,126,121) instead hex code.

Text Font Color

.myTextColor { color: #827E79; }

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

This text font color is #827E79.


Background Color

.myBgColor { background-color: #827E79; }

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

This div background color is #827E79.


Border color

.myBorderColor { border: 1px solid #827E79; }

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

This div border color is #827E79.


Opacity

.myOpacity80 { color: #827E79; opacity: 0.8; }

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

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

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

This text has shadow with #827E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827E79 on black background.


Color preview on white background

This text has color #827E79 on white background.



Black color preview on #827E79 background

This text has black color on #827E79 background.


White color preview on #827E79 background

This text has white color on #827E79 background.