COLOR #828569

HEX: #828569
RGB: (130,133,105)

Renk bilgisi

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

RGB renk modeli

#828569 color RGB value is (130,133,105).

  • kırmız ton 130;
  • yeşil ton 133;
  • mavi ton 105.
RGB:
(130,133,105)
(51%,52%,41%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 133 of 255 = 52%
B 105 of 255 = 41%

130
133
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 133 + 105 = 368 (100%)
R 130 of 368 ~ 35.33%
G 133 of 368 ~ 36.14%
B 105 of 368 ~ 28.53%

%35.33
%36.14
%28.53

CMYK RENK MODELİ

#828569 rengi CMYK tonu (2,0,21,48).

  • camgöbeği tonu 2.26%
  • eflatun tonu 0.00%
  • sarı tonu 21.05%
  • ana renk tonu 47.84%
CMYK:
(2,0,21,48)
C2M0Y21K48 
(2%,0%,21%,48%)
(0.02/0.00/0.21/0.48)	

CMYK yüzdeleri

%2.26
%0
%21.05
%47.84

Codes

Color #828569 in popluar color models

828569
RGB130133105
HSL66°11.76%46.67%
HSB/HSV66°21.05%52.16%
CMYK2.26%0.00%21.05%
47.84%

Color #828569 in popluar number systems.

HEX828569
Decimal130133105
Binary10000010100001011101001
Octal202205151

Shades and tints

Shades of #828569

#828569
(130,133,105)
#777960
(119,121,96)
#6C6D57
(108,109,87)
#61614E
(97,97,78)
#565545
(86,85,69)
#4B493C
(75,73,60)
#403D33
(64,61,51)
#35312A
(53,49,42)
#2A2521
(42,37,33)
#1F1918
(31,25,24)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #828569

#828569
(130,133,105)
#8D9076
(141,144,118)
#989B83
(152,155,131)
#A3A690
(163,166,144)
#AEB19D
(174,177,157)
#B9BCAA
(185,188,170)
#C4C7B7
(196,199,183)
#CFD2C4
(207,210,196)
#DADDD1
(218,221,209)
#E5E8DE
(229,232,222)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828569; }

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

This text font color is #828569.


Background Color

.myBgColor { background-color: #828569; }

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

This div background color is #828569.


Border color

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

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

This div border color is #828569.


Opacity

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

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

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

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

This text has shadow with #828569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828569 on black background.


Color preview on white background

This text has color #828569 on white background.



Black color preview on #828569 background

This text has black color on #828569 background.


White color preview on #828569 background

This text has white color on #828569 background.