COLOR #828073

HEX: #828073
RGB: (130,128,115)

Renk bilgisi

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

RGB renk modeli

#828073 color RGB value is (130,128,115).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 128 of 255 = 50%
B 115 of 255 = 45%

130
128
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 128 + 115 = 373 (100%)
R 130 of 373 ~ 34.85%
G 128 of 373 ~ 34.32%
B 115 of 373 ~ 30.83%

%34.85
%34.32
%30.83

CMYK RENK MODELİ

#828073 rengi CMYK tonu (0,2,12,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.54%
  • sarı tonu 11.54%
  • ana renk tonu 49.02%
CMYK:
(0,2,12,49)
C0M2Y12K49 
(0%,2%,12%,49%)
(0.00/0.02/0.12/0.49)	

CMYK yüzdeleri

%0
%1.54
%11.54
%49.02

Codes

Color #828073 in popluar color models

828073
RGB130128115
HSL52°6.12%48.04%
HSB/HSV52°11.54%50.98%
CMYK0.00%1.54%11.54%
49.02%

Color #828073 in popluar number systems.

HEX828073
Decimal130128115
Binary10000010100000001110011
Octal202200163

Shades and tints

Shades of #828073

#828073
(130,128,115)
#777569
(119,117,105)
#6C6A5F
(108,106,95)
#615F55
(97,95,85)
#56544B
(86,84,75)
#4B4941
(75,73,65)
#403E37
(64,62,55)
#35332D
(53,51,45)
#2A2823
(42,40,35)
#1F1D19
(31,29,25)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #828073

#828073
(130,128,115)
#8D8B7F
(141,139,127)
#98968B
(152,150,139)
#A3A197
(163,161,151)
#AEACA3
(174,172,163)
#B9B7AF
(185,183,175)
#C4C2BB
(196,194,187)
#CFCDC7
(207,205,199)
#DAD8D3
(218,216,211)
#E5E3DF
(229,227,223)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828073; }

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

This text font color is #828073.


Background Color

.myBgColor { background-color: #828073; }

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

This div background color is #828073.


Border color

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

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

This div border color is #828073.


Opacity

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

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

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

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

This text has shadow with #828073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828073 on black background.


Color preview on white background

This text has color #828073 on white background.



Black color preview on #828073 background

This text has black color on #828073 background.


White color preview on #828073 background

This text has white color on #828073 background.