COLOR #827379

HEX: #827379
RGB: (130,115,121)

Renk bilgisi

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

RGB renk modeli

#827379 color RGB value is (130,115,121).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 115 of 255 = 45%
B 121 of 255 = 47%

130
115
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 115 + 121 = 366 (100%)
R 130 of 366 ~ 35.52%
G 115 of 366 ~ 31.42%
B 121 of 366 ~ 33.06%

%35.52
%31.42
%33.06

CMYK RENK MODELİ

#827379 rengi CMYK tonu (0,12,7,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.54%
  • sarı tonu 6.92%
  • ana renk tonu 49.02%
CMYK:
(0,12,7,49)
C0M12Y7K49 
(0%,12%,7%,49%)
(0.00/0.12/0.07/0.49)	

CMYK yüzdeleri

%0
%11.54
%6.92
%49.02

Codes

Color #827379 in popluar color models

827379
RGB130115121
HSL336°6.12%48.04%
HSB/HSV336°11.54%50.98%
CMYK0.00%11.54%6.92%
49.02%

Color #827379 in popluar number systems.

HEX827379
Decimal130115121
Binary1000001011100111111001
Octal202163171

Shades and tints

Shades of #827379

#827379
(130,115,121)
#77696E
(119,105,110)
#6C5F63
(108,95,99)
#615558
(97,85,88)
#564B4D
(86,75,77)
#4B4142
(75,65,66)
#403737
(64,55,55)
#352D2C
(53,45,44)
#2A2321
(42,35,33)
#1F1916
(31,25,22)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #827379

#827379
(130,115,121)
#8D7F85
(141,127,133)
#988B91
(152,139,145)
#A3979D
(163,151,157)
#AEA3A9
(174,163,169)
#B9AFB5
(185,175,181)
#C4BBC1
(196,187,193)
#CFC7CD
(207,199,205)
#DAD3D9
(218,211,217)
#E5DFE5
(229,223,229)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827379; }

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

This text font color is #827379.


Background Color

.myBgColor { background-color: #827379; }

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

This div background color is #827379.


Border color

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

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

This div border color is #827379.


Opacity

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

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

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

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

This text has shadow with #827379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827379 on black background.


Color preview on white background

This text has color #827379 on white background.



Black color preview on #827379 background

This text has black color on #827379 background.


White color preview on #827379 background

This text has white color on #827379 background.