COLOR #828071

HEX: #828071
RGB: (130,128,113)

Renk bilgisi

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

RGB renk modeli

#828071 color RGB value is (130,128,113).

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

RGB bağlantıları ve doygunluk

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

130
128
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 128 + 113 = 371 (100%)
R 130 of 371 ~ 35.04%
G 128 of 371 ~ 34.5%
B 113 of 371 ~ 30.46%

%35.04
%34.5
%30.46

CMYK RENK MODELİ

#828071 rengi CMYK tonu (0,2,13,49).

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

CMYK yüzdeleri

%0
%1.54
%13.08
%49.02

Codes

Color #828071 in popluar color models

828071
RGB130128113
HSL53°7.00%47.65%
HSB/HSV53°13.08%50.98%
CMYK0.00%1.54%13.08%
49.02%

Color #828071 in popluar number systems.

HEX828071
Decimal130128113
Binary10000010100000001110001
Octal202200161

Shades and tints

Shades of #828071

#828071
(130,128,113)
#777567
(119,117,103)
#6C6A5D
(108,106,93)
#615F53
(97,95,83)
#565449
(86,84,73)
#4B493F
(75,73,63)
#403E35
(64,62,53)
#35332B
(53,51,43)
#2A2821
(42,40,33)
#1F1D17
(31,29,23)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #828071

#828071
(130,128,113)
#8D8B7D
(141,139,125)
#989689
(152,150,137)
#A3A195
(163,161,149)
#AEACA1
(174,172,161)
#B9B7AD
(185,183,173)
#C4C2B9
(196,194,185)
#CFCDC5
(207,205,197)
#DAD8D1
(218,216,209)
#E5E3DD
(229,227,221)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828071; }

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

This text font color is #828071.


Background Color

.myBgColor { background-color: #828071; }

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

This div background color is #828071.


Border color

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

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

This div border color is #828071.


Opacity

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

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

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

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

This text has shadow with #828071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828071 on black background.


Color preview on white background

This text has color #828071 on white background.



Black color preview on #828071 background

This text has black color on #828071 background.


White color preview on #828071 background

This text has white color on #828071 background.