COLOR #829668

HEX: #829668
RGB: (130,150,104)

Renk bilgisi

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

RGB renk modeli

#829668 color RGB value is (130,150,104).

  • kırmız ton 130;
  • yeşil ton 150;
  • mavi ton 104.
RGB:
(130,150,104)
(51%,59%,41%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 150 of 255 = 59%
B 104 of 255 = 41%

130
150
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 150 + 104 = 384 (100%)
R 130 of 384 ~ 33.85%
G 150 of 384 ~ 39.06%
B 104 of 384 ~ 27.08%

%33.85
%39.06
%27.08

CMYK RENK MODELİ

#829668 rengi CMYK tonu (13,0,31,41).

  • camgöbeği tonu 13.33%
  • eflatun tonu 0.00%
  • sarı tonu 30.67%
  • ana renk tonu 41.18%
CMYK:
(13,0,31,41)
C13M0Y31K41 
(13%,0%,31%,41%)
(0.13/0.00/0.31/0.41)	

CMYK yüzdeleri

%13.33
%0
%30.67
%41.18

Codes

Color #829668 in popluar color models

829668
RGB130150104
HSL86°18.11%49.80%
HSB/HSV86°30.67%58.82%
CMYK13.33%0.00%30.67%
41.18%

Color #829668 in popluar number systems.

HEX829668
Decimal130150104
Binary10000010100101101101000
Octal202226150

Shades and tints

Shades of #829668

#829668
(130,150,104)
#77895F
(119,137,95)
#6C7C56
(108,124,86)
#616F4D
(97,111,77)
#566244
(86,98,68)
#4B553B
(75,85,59)
#404832
(64,72,50)
#353B29
(53,59,41)
#2A2E20
(42,46,32)
#1F2117
(31,33,23)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #829668

#829668
(130,150,104)
#8D9F75
(141,159,117)
#98A882
(152,168,130)
#A3B18F
(163,177,143)
#AEBA9C
(174,186,156)
#B9C3A9
(185,195,169)
#C4CCB6
(196,204,182)
#CFD5C3
(207,213,195)
#DADED0
(218,222,208)
#E5E7DD
(229,231,221)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829668 color. Also use rgb(130,150,104) instead hex code.

Text Font Color

.myTextColor { color: #829668; }

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

This text font color is #829668.


Background Color

.myBgColor { background-color: #829668; }

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

This div background color is #829668.


Border color

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

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

This div border color is #829668.


Opacity

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

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

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

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

This text has shadow with #829668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829668 on black background.


Color preview on white background

This text has color #829668 on white background.



Black color preview on #829668 background

This text has black color on #829668 background.


White color preview on #829668 background

This text has white color on #829668 background.