COLOR #828028

HEX: #828028
RGB: (130,128,40)

Renk bilgisi

#828028 contains mainly red and green colors. #828028 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#828028 color RGB value is (130,128,40).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 128 of 255 = 50%
B 40 of 255 = 16%

130
128
40

R + G + B ~ 39%. #828028 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 128 + 40 = 298 (100%)
R 130 of 298 ~ 43.62%
G 128 of 298 ~ 42.95%
B 40 of 298 ~ 13.42%

%43.62
%42.95
%13.42

CMYK RENK MODELİ

#828028 rengi CMYK tonu (0,2,69,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.54%
  • sarı tonu 69.23%
  • ana renk tonu 49.02%
CMYK:
(0,2,69,49)
C0M2Y69K49 
(0%,2%,69%,49%)
(0.00/0.02/0.69/0.49)	

CMYK yüzdeleri

%0
%1.54
%69.23
%49.02

Codes

Color #828028 in popluar color models

828028
RGB13012840
HSL59°52.94%33.33%
HSB/HSV59°69.23%50.98%
CMYK0.00%1.54%69.23%
49.02%

Color #828028 in popluar number systems.

HEX828028
Decimal13012840
Binary1000001010000000101000
Octal20220050

Shades and tints

Shades of #828028

#828028
(130,128,40)
#777525
(119,117,37)
#6C6A22
(108,106,34)
#615F1F
(97,95,31)
#56541C
(86,84,28)
#4B4919
(75,73,25)
#403E16
(64,62,22)
#353313
(53,51,19)
#2A2810
(42,40,16)
#1F1D0D
(31,29,13)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #828028

#828028
(130,128,40)
#8D8B3B
(141,139,59)
#98964E
(152,150,78)
#A3A161
(163,161,97)
#AEAC74
(174,172,116)
#B9B787
(185,183,135)
#C4C29A
(196,194,154)
#CFCDAD
(207,205,173)
#DAD8C0
(218,216,192)
#E5E3D3
(229,227,211)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828028; }

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

This text font color is #828028.


Background Color

.myBgColor { background-color: #828028; }

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

This div background color is #828028.


Border color

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

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

This div border color is #828028.


Opacity

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

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

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

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

This text has shadow with #828028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828028 on black background.


Color preview on white background

This text has color #828028 on white background.



Black color preview on #828028 background

This text has black color on #828028 background.


White color preview on #828028 background

This text has white color on #828028 background.