COLOR #829970

HEX: #829970
RGB: (130,153,112)

Renk bilgisi

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

RGB renk modeli

#829970 color RGB value is (130,153,112).

  • kırmız ton 130;
  • yeşil ton 153;
  • mavi ton 112.
RGB:
(130,153,112)
(51%,60%,44%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 153 of 255 = 60%
B 112 of 255 = 44%

130
153
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 153 + 112 = 395 (100%)
R 130 of 395 ~ 32.91%
G 153 of 395 ~ 38.73%
B 112 of 395 ~ 28.35%

%32.91
%38.73
%28.35

CMYK RENK MODELİ

#829970 rengi CMYK tonu (15,0,27,40).

  • camgöbeği tonu 15.03%
  • eflatun tonu 0.00%
  • sarı tonu 26.80%
  • ana renk tonu 40.00%
CMYK:
(15,0,27,40)
C15M0Y27K40 
(15%,0%,27%,40%)
(0.15/0.00/0.27/0.40)	

CMYK yüzdeleri

%15.03
%0
%26.8
%40

Codes

Color #829970 in popluar color models

829970
RGB130153112
HSL94°16.73%51.96%
HSB/HSV94°26.80%60.00%
CMYK15.03%0.00%26.80%
40.00%

Color #829970 in popluar number systems.

HEX829970
Decimal130153112
Binary10000010100110011110000
Octal202231160

Shades and tints

Shades of #829970

#829970
(130,153,112)
#778C66
(119,140,102)
#6C7F5C
(108,127,92)
#617252
(97,114,82)
#566548
(86,101,72)
#4B583E
(75,88,62)
#404B34
(64,75,52)
#353E2A
(53,62,42)
#2A3120
(42,49,32)
#1F2416
(31,36,22)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #829970

#829970
(130,153,112)
#8DA27D
(141,162,125)
#98AB8A
(152,171,138)
#A3B497
(163,180,151)
#AEBDA4
(174,189,164)
#B9C6B1
(185,198,177)
#C4CFBE
(196,207,190)
#CFD8CB
(207,216,203)
#DAE1D8
(218,225,216)
#E5EAE5
(229,234,229)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829970 color. Also use rgb(130,153,112) instead hex code.

Text Font Color

.myTextColor { color: #829970; }

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

This text font color is #829970.


Background Color

.myBgColor { background-color: #829970; }

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

This div background color is #829970.


Border color

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

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

This div border color is #829970.


Opacity

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

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

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

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

This text has shadow with #829970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829970 on black background.


Color preview on white background

This text has color #829970 on white background.



Black color preview on #829970 background

This text has black color on #829970 background.


White color preview on #829970 background

This text has white color on #829970 background.