COLOR #828459

HEX: #828459
RGB: (130,132,89)

Renk bilgisi

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

RGB renk modeli

#828459 color RGB value is (130,132,89).

  • kırmız ton 130;
  • yeşil ton 132;
  • mavi ton 89.
RGB:
(130,132,89)
(51%,52%,35%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 132 of 255 = 52%
B 89 of 255 = 35%

130
132
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 132 + 89 = 351 (100%)
R 130 of 351 ~ 37.04%
G 132 of 351 ~ 37.61%
B 89 of 351 ~ 25.36%

%37.04
%37.61
%25.36

CMYK RENK MODELİ

#828459 rengi CMYK tonu (2,0,33,48).

  • camgöbeği tonu 1.52%
  • eflatun tonu 0.00%
  • sarı tonu 32.58%
  • ana renk tonu 48.24%
CMYK:
(2,0,33,48)
C2M0Y33K48 
(2%,0%,33%,48%)
(0.02/0.00/0.33/0.48)	

CMYK yüzdeleri

%1.52
%0
%32.58
%48.24

Codes

Color #828459 in popluar color models

828459
RGB13013289
HSL63°19.46%43.33%
HSB/HSV63°32.58%51.76%
CMYK1.52%0.00%32.58%
48.24%

Color #828459 in popluar number systems.

HEX828459
Decimal13013289
Binary10000010100001001011001
Octal202204131

Shades and tints

Shades of #828459

#828459
(130,132,89)
#777851
(119,120,81)
#6C6C49
(108,108,73)
#616041
(97,96,65)
#565439
(86,84,57)
#4B4831
(75,72,49)
#403C29
(64,60,41)
#353021
(53,48,33)
#2A2419
(42,36,25)
#1F1811
(31,24,17)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #828459

#828459
(130,132,89)
#8D8F68
(141,143,104)
#989A77
(152,154,119)
#A3A586
(163,165,134)
#AEB095
(174,176,149)
#B9BBA4
(185,187,164)
#C4C6B3
(196,198,179)
#CFD1C2
(207,209,194)
#DADCD1
(218,220,209)
#E5E7E0
(229,231,224)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828459; }

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

This text font color is #828459.


Background Color

.myBgColor { background-color: #828459; }

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

This div background color is #828459.


Border color

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

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

This div border color is #828459.


Opacity

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

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

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

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

This text has shadow with #828459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828459 on black background.


Color preview on white background

This text has color #828459 on white background.



Black color preview on #828459 background

This text has black color on #828459 background.


White color preview on #828459 background

This text has white color on #828459 background.