COLOR #829563

HEX: #829563
RGB: (130,149,99)

Renk bilgisi

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

RGB renk modeli

#829563 color RGB value is (130,149,99).

  • kırmız ton 130;
  • yeşil ton 149;
  • mavi ton 99.
RGB:
(130,149,99)
(51%,58%,39%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 149 of 255 = 58%
B 99 of 255 = 39%

130
149
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 149 + 99 = 378 (100%)
R 130 of 378 ~ 34.39%
G 149 of 378 ~ 39.42%
B 99 of 378 ~ 26.19%

%34.39
%39.42
%26.19

CMYK RENK MODELİ

#829563 rengi CMYK tonu (13,0,34,42).

  • camgöbeği tonu 12.75%
  • eflatun tonu 0.00%
  • sarı tonu 33.56%
  • ana renk tonu 41.57%
CMYK:
(13,0,34,42)
C13M0Y34K42 
(13%,0%,34%,42%)
(0.13/0.00/0.34/0.42)	

CMYK yüzdeleri

%12.75
%0
%33.56
%41.57

Codes

Color #829563 in popluar color models

829563
RGB13014999
HSL83°20.16%48.63%
HSB/HSV83°33.56%58.43%
CMYK12.75%0.00%33.56%
41.57%

Color #829563 in popluar number systems.

HEX829563
Decimal13014999
Binary10000010100101011100011
Octal202225143

Shades and tints

Shades of #829563

#829563
(130,149,99)
#77885A
(119,136,90)
#6C7B51
(108,123,81)
#616E48
(97,110,72)
#56613F
(86,97,63)
#4B5436
(75,84,54)
#40472D
(64,71,45)
#353A24
(53,58,36)
#2A2D1B
(42,45,27)
#1F2012
(31,32,18)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #829563

#829563
(130,149,99)
#8D9E71
(141,158,113)
#98A77F
(152,167,127)
#A3B08D
(163,176,141)
#AEB99B
(174,185,155)
#B9C2A9
(185,194,169)
#C4CBB7
(196,203,183)
#CFD4C5
(207,212,197)
#DADDD3
(218,221,211)
#E5E6E1
(229,230,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829563 color. Also use rgb(130,149,99) instead hex code.

Text Font Color

.myTextColor { color: #829563; }

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

This text font color is #829563.


Background Color

.myBgColor { background-color: #829563; }

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

This div background color is #829563.


Border color

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

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

This div border color is #829563.


Opacity

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

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

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

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

This text has shadow with #829563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829563 on black background.


Color preview on white background

This text has color #829563 on white background.



Black color preview on #829563 background

This text has black color on #829563 background.


White color preview on #829563 background

This text has white color on #829563 background.