COLOR #828155

HEX: #828155
RGB: (130,129,85)

Renk bilgisi

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

RGB renk modeli

#828155 color RGB value is (130,129,85).

  • kırmız ton 130;
  • yeşil ton 129;
  • mavi ton 85.
RGB:
(130,129,85)
(51%,51%,33%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 129 of 255 = 51%
B 85 of 255 = 33%

130
129
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 129 + 85 = 344 (100%)
R 130 of 344 ~ 37.79%
G 129 of 344 ~ 37.5%
B 85 of 344 ~ 24.71%

%37.79
%37.5
%24.71

CMYK RENK MODELİ

#828155 rengi CMYK tonu (0,1,35,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.77%
  • sarı tonu 34.62%
  • ana renk tonu 49.02%
CMYK:
(0,1,35,49)
C0M1Y35K49 
(0%,1%,35%,49%)
(0.00/0.01/0.35/0.49)	

CMYK yüzdeleri

%0
%0.77
%34.62
%49.02

Codes

Color #828155 in popluar color models

828155
RGB13012985
HSL59°20.93%42.16%
HSB/HSV59°34.62%50.98%
CMYK0.00%0.77%34.62%
49.02%

Color #828155 in popluar number systems.

HEX828155
Decimal13012985
Binary10000010100000011010101
Octal202201125

Shades and tints

Shades of #828155

#828155
(130,129,85)
#77764E
(119,118,78)
#6C6B47
(108,107,71)
#616040
(97,96,64)
#565539
(86,85,57)
#4B4A32
(75,74,50)
#403F2B
(64,63,43)
#353424
(53,52,36)
#2A291D
(42,41,29)
#1F1E16
(31,30,22)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #828155

#828155
(130,129,85)
#8D8C64
(141,140,100)
#989773
(152,151,115)
#A3A282
(163,162,130)
#AEAD91
(174,173,145)
#B9B8A0
(185,184,160)
#C4C3AF
(196,195,175)
#CFCEBE
(207,206,190)
#DAD9CD
(218,217,205)
#E5E4DC
(229,228,220)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828155 color. Also use rgb(130,129,85) instead hex code.

Text Font Color

.myTextColor { color: #828155; }

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

This text font color is #828155.


Background Color

.myBgColor { background-color: #828155; }

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

This div background color is #828155.


Border color

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

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

This div border color is #828155.


Opacity

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

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

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

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

This text has shadow with #828155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828155 on black background.


Color preview on white background

This text has color #828155 on white background.



Black color preview on #828155 background

This text has black color on #828155 background.


White color preview on #828155 background

This text has white color on #828155 background.