COLOR #828A70

HEX: #828A70
RGB: (130,138,112)

Renk bilgisi

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

RGB renk modeli

#828A70 color RGB value is (130,138,112).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 138 of 255 = 54%
B 112 of 255 = 44%

130
138
112

R + G + B ~ 50%. #828A70 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 138 + 112 = 380 (100%)
R 130 of 380 ~ 34.21%
G 138 of 380 ~ 36.32%
B 112 of 380 ~ 29.47%

%34.21
%36.32
%29.47

CMYK RENK MODELİ

#828A70 rengi CMYK tonu (6,0,19,46).

  • camgöbeği tonu 5.80%
  • eflatun tonu 0.00%
  • sarı tonu 18.84%
  • ana renk tonu 45.88%
CMYK:
(6,0,19,46)
C6M0Y19K46 
(6%,0%,19%,46%)
(0.06/0.00/0.19/0.46)	

CMYK yüzdeleri

%5.8
%0
%18.84
%45.88

Codes

Color #828A70 in popluar color models

828A70
RGB130138112
HSL78°10.40%49.02%
HSB/HSV78°18.84%54.12%
CMYK5.80%0.00%18.84%
45.88%

Color #828A70 in popluar number systems.

HEX828A70
Decimal130138112
Binary10000010100010101110000
Octal202212160

Shades and tints

Shades of #828A70

#828A70
(130,138,112)
#777E66
(119,126,102)
#6C725C
(108,114,92)
#616652
(97,102,82)
#565A48
(86,90,72)
#4B4E3E
(75,78,62)
#404234
(64,66,52)
#35362A
(53,54,42)
#2A2A20
(42,42,32)
#1F1E16
(31,30,22)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #828A70

#828A70
(130,138,112)
#8D947D
(141,148,125)
#989E8A
(152,158,138)
#A3A897
(163,168,151)
#AEB2A4
(174,178,164)
#B9BCB1
(185,188,177)
#C4C6BE
(196,198,190)
#CFD0CB
(207,208,203)
#DADAD8
(218,218,216)
#E5E4E5
(229,228,229)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828A70 color. Also use rgb(130,138,112) instead hex code.

Text Font Color

.myTextColor { color: #828A70; }

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

This text font color is #828A70.


Background Color

.myBgColor { background-color: #828A70; }

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

This div background color is #828A70.


Border color

.myBorderColor { border: 1px solid #828A70; }

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

This div border color is #828A70.


Opacity

.myOpacity80 { color: #828A70; opacity: 0.8; }

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

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

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

This text has shadow with #828A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828A70 on black background.


Color preview on white background

This text has color #828A70 on white background.



Black color preview on #828A70 background

This text has black color on #828A70 background.


White color preview on #828A70 background

This text has white color on #828A70 background.