COLOR #828271

HEX: #828271
RGB: (130,130,113)

Renk bilgisi

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

RGB renk modeli

#828271 color RGB value is (130,130,113).

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

RGB bağlantıları ve doygunluk

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

130
130
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 130 + 113 = 373 (100%)
R 130 of 373 ~ 34.85%
G 130 of 373 ~ 34.85%
B 113 of 373 ~ 30.29%

%34.85
%34.85
%30.29

CMYK RENK MODELİ

#828271 rengi CMYK tonu (0,0,13,49).

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

CMYK yüzdeleri

%0
%0
%13.08
%49.02

Codes

Color #828271 in popluar color models

828271
RGB130130113
HSL60°7.00%47.65%
HSB/HSV60°13.08%50.98%
CMYK0.00%0.00%13.08%
49.02%

Color #828271 in popluar number systems.

HEX828271
Decimal130130113
Binary10000010100000101110001
Octal202202161

Shades and tints

Shades of #828271

#828271
(130,130,113)
#777767
(119,119,103)
#6C6C5D
(108,108,93)
#616153
(97,97,83)
#565649
(86,86,73)
#4B4B3F
(75,75,63)
#404035
(64,64,53)
#35352B
(53,53,43)
#2A2A21
(42,42,33)
#1F1F17
(31,31,23)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #828271

#828271
(130,130,113)
#8D8D7D
(141,141,125)
#989889
(152,152,137)
#A3A395
(163,163,149)
#AEAEA1
(174,174,161)
#B9B9AD
(185,185,173)
#C4C4B9
(196,196,185)
#CFCFC5
(207,207,197)
#DADAD1
(218,218,209)
#E5E5DD
(229,229,221)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828271; }

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

This text font color is #828271.


Background Color

.myBgColor { background-color: #828271; }

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

This div background color is #828271.


Border color

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

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

This div border color is #828271.


Opacity

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

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

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

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

This text has shadow with #828271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828271 on black background.


Color preview on white background

This text has color #828271 on white background.



Black color preview on #828271 background

This text has black color on #828271 background.


White color preview on #828271 background

This text has white color on #828271 background.