COLOR #827371

HEX: #827371
RGB: (130,115,113)

Renk bilgisi

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

RGB renk modeli

#827371 color RGB value is (130,115,113).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 115 of 255 = 45%
B 113 of 255 = 44%

130
115
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 115 + 113 = 358 (100%)
R 130 of 358 ~ 36.31%
G 115 of 358 ~ 32.12%
B 113 of 358 ~ 31.56%

%36.31
%32.12
%31.56

CMYK RENK MODELİ

#827371 rengi CMYK tonu (0,12,13,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.54%
  • sarı tonu 13.08%
  • ana renk tonu 49.02%
CMYK:
(0,12,13,49)
C0M12Y13K49 
(0%,12%,13%,49%)
(0.00/0.12/0.13/0.49)	

CMYK yüzdeleri

%0
%11.54
%13.08
%49.02

Codes

Color #827371 in popluar color models

827371
RGB130115113
HSL7.00%47.65%
HSB/HSV13.08%50.98%
CMYK0.00%11.54%13.08%
49.02%

Color #827371 in popluar number systems.

HEX827371
Decimal130115113
Binary1000001011100111110001
Octal202163161

Shades and tints

Shades of #827371

#827371
(130,115,113)
#776967
(119,105,103)
#6C5F5D
(108,95,93)
#615553
(97,85,83)
#564B49
(86,75,73)
#4B413F
(75,65,63)
#403735
(64,55,53)
#352D2B
(53,45,43)
#2A2321
(42,35,33)
#1F1917
(31,25,23)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #827371

#827371
(130,115,113)
#8D7F7D
(141,127,125)
#988B89
(152,139,137)
#A39795
(163,151,149)
#AEA3A1
(174,163,161)
#B9AFAD
(185,175,173)
#C4BBB9
(196,187,185)
#CFC7C5
(207,199,197)
#DAD3D1
(218,211,209)
#E5DFDD
(229,223,221)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827371; }

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

This text font color is #827371.


Background Color

.myBgColor { background-color: #827371; }

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

This div background color is #827371.


Border color

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

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

This div border color is #827371.


Opacity

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

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

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

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

This text has shadow with #827371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827371 on black background.


Color preview on white background

This text has color #827371 on white background.



Black color preview on #827371 background

This text has black color on #827371 background.


White color preview on #827371 background

This text has white color on #827371 background.