COLOR #828A39

HEX: #828A39
RGB: (130,138,57)

Renk bilgisi

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

RGB renk modeli

#828A39 color RGB value is (130,138,57).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 138 of 255 = 54%
B 57 of 255 = 22%

130
138
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 138 + 57 = 325 (100%)
R 130 of 325 ~ 40%
G 138 of 325 ~ 42.46%
B 57 of 325 ~ 17.54%

%40
%42.46
%17.54

CMYK RENK MODELİ

#828A39 rengi CMYK tonu (6,0,59,46).

  • camgöbeği tonu 5.80%
  • eflatun tonu 0.00%
  • sarı tonu 58.70%
  • ana renk tonu 45.88%
CMYK:
(6,0,59,46)
C6M0Y59K46 
(6%,0%,59%,46%)
(0.06/0.00/0.59/0.46)	

CMYK yüzdeleri

%5.8
%0
%58.7
%45.88

Codes

Color #828A39 in popluar color models

828A39
RGB13013857
HSL66°41.54%38.24%
HSB/HSV66°58.70%54.12%
CMYK5.80%0.00%58.70%
45.88%

Color #828A39 in popluar number systems.

HEX828A39
Decimal13013857
Binary1000001010001010111001
Octal20221271

Shades and tints

Shades of #828A39

#828A39
(130,138,57)
#777E34
(119,126,52)
#6C722F
(108,114,47)
#61662A
(97,102,42)
#565A25
(86,90,37)
#4B4E20
(75,78,32)
#40421B
(64,66,27)
#353616
(53,54,22)
#2A2A11
(42,42,17)
#1F1E0C
(31,30,12)
#141207
(20,18,7)
#000000
(0,0,0)

Tints of #828A39

#828A39
(130,138,57)
#8D944B
(141,148,75)
#989E5D
(152,158,93)
#A3A86F
(163,168,111)
#AEB281
(174,178,129)
#B9BC93
(185,188,147)
#C4C6A5
(196,198,165)
#CFD0B7
(207,208,183)
#DADAC9
(218,218,201)
#E5E4DB
(229,228,219)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828A39; }

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

This text font color is #828A39.


Background Color

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

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

This div background color is #828A39.


Border color

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

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

This div border color is #828A39.


Opacity

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

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

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

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

This text has shadow with #828A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828A39 on black background.


Color preview on white background

This text has color #828A39 on white background.



Black color preview on #828A39 background

This text has black color on #828A39 background.


White color preview on #828A39 background

This text has white color on #828A39 background.