COLOR #829B6F

HEX: #829B6F
RGB: (130,155,111)

Renk bilgisi

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

RGB renk modeli

#829B6F color RGB value is (130,155,111).

  • kırmız ton 130;
  • yeşil ton 155;
  • mavi ton 111.
RGB:
(130,155,111)
(51%,61%,44%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 155 of 255 = 61%
B 111 of 255 = 44%

130
155
111

R + G + B ~ 52%. #829B6F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 155 + 111 = 396 (100%)
R 130 of 396 ~ 32.83%
G 155 of 396 ~ 39.14%
B 111 of 396 ~ 28.03%

%32.83
%39.14
%28.03

CMYK RENK MODELİ

#829B6F rengi CMYK tonu (16,0,28,39).

  • camgöbeği tonu 16.13%
  • eflatun tonu 0.00%
  • sarı tonu 28.39%
  • ana renk tonu 39.22%
CMYK:
(16,0,28,39)
C16M0Y28K39 
(16%,0%,28%,39%)
(0.16/0.00/0.28/0.39)	

CMYK yüzdeleri

%16.13
%0
%28.39
%39.22

Codes

Color #829B6F in popluar color models

829B6F
RGB130155111
HSL94°18.03%52.16%
HSB/HSV94°28.39%60.78%
CMYK16.13%0.00%28.39%
39.22%

Color #829B6F in popluar number systems.

HEX829B6F
Decimal130155111
Binary10000010100110111101111
Octal202233157

Shades and tints

Shades of #829B6F

#829B6F
(130,155,111)
#778D65
(119,141,101)
#6C7F5B
(108,127,91)
#617151
(97,113,81)
#566347
(86,99,71)
#4B553D
(75,85,61)
#404733
(64,71,51)
#353929
(53,57,41)
#2A2B1F
(42,43,31)
#1F1D15
(31,29,21)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #829B6F

#829B6F
(130,155,111)
#8DA47C
(141,164,124)
#98AD89
(152,173,137)
#A3B696
(163,182,150)
#AEBFA3
(174,191,163)
#B9C8B0
(185,200,176)
#C4D1BD
(196,209,189)
#CFDACA
(207,218,202)
#DAE3D7
(218,227,215)
#E5ECE4
(229,236,228)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829B6F color. Also use rgb(130,155,111) instead hex code.

Text Font Color

.myTextColor { color: #829B6F; }

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

This text font color is #829B6F.


Background Color

.myBgColor { background-color: #829B6F; }

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

This div background color is #829B6F.


Border color

.myBorderColor { border: 1px solid #829B6F; }

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

This div border color is #829B6F.


Opacity

.myOpacity80 { color: #829B6F; opacity: 0.8; }

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

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

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

This text has shadow with #829B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829B6F on black background.


Color preview on white background

This text has color #829B6F on white background.



Black color preview on #829B6F background

This text has black color on #829B6F background.


White color preview on #829B6F background

This text has white color on #829B6F background.