COLOR #828A31

HEX: #828A31
RGB: (130,138,49)

Renk bilgisi

#828A31 contains mainly red and green colors. #828A31 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#828A31 color RGB value is (130,138,49).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 138 of 255 = 54%
B 49 of 255 = 19%

130
138
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 138 + 49 = 317 (100%)
R 130 of 317 ~ 41.01%
G 138 of 317 ~ 43.53%
B 49 of 317 ~ 15.46%

%41.01
%43.53
%15.46

CMYK RENK MODELİ

#828A31 rengi CMYK tonu (6,0,64,46).

  • camgöbeği tonu 5.80%
  • eflatun tonu 0.00%
  • sarı tonu 64.49%
  • ana renk tonu 45.88%
CMYK:
(6,0,64,46)
C6M0Y64K46 
(6%,0%,64%,46%)
(0.06/0.00/0.64/0.46)	

CMYK yüzdeleri

%5.8
%0
%64.49
%45.88

Codes

Color #828A31 in popluar color models

828A31
RGB13013849
HSL65°47.59%36.67%
HSB/HSV65°64.49%54.12%
CMYK5.80%0.00%64.49%
45.88%

Color #828A31 in popluar number systems.

HEX828A31
Decimal13013849
Binary1000001010001010110001
Octal20221261

Shades and tints

Shades of #828A31

#828A31
(130,138,49)
#777E2D
(119,126,45)
#6C7229
(108,114,41)
#616625
(97,102,37)
#565A21
(86,90,33)
#4B4E1D
(75,78,29)
#404219
(64,66,25)
#353615
(53,54,21)
#2A2A11
(42,42,17)
#1F1E0D
(31,30,13)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #828A31

#828A31
(130,138,49)
#8D9443
(141,148,67)
#989E55
(152,158,85)
#A3A867
(163,168,103)
#AEB279
(174,178,121)
#B9BC8B
(185,188,139)
#C4C69D
(196,198,157)
#CFD0AF
(207,208,175)
#DADAC1
(218,218,193)
#E5E4D3
(229,228,211)
#F0EEE5
(240,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828A31; }

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

This text font color is #828A31.


Background Color

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

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

This div background color is #828A31.


Border color

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

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

This div border color is #828A31.


Opacity

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

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

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

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

This text has shadow with #828A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828A31 on black background.


Color preview on white background

This text has color #828A31 on white background.



Black color preview on #828A31 background

This text has black color on #828A31 background.


White color preview on #828A31 background

This text has white color on #828A31 background.