COLOR #829F70

HEX: #829F70
RGB: (130,159,112)

Renk bilgisi

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

RGB renk modeli

#829F70 color RGB value is (130,159,112).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 159 of 255 = 62%
B 112 of 255 = 44%

130
159
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 159 + 112 = 401 (100%)
R 130 of 401 ~ 32.42%
G 159 of 401 ~ 39.65%
B 112 of 401 ~ 27.93%

%32.42
%39.65
%27.93

CMYK RENK MODELİ

#829F70 rengi CMYK tonu (18,0,30,38).

  • camgöbeği tonu 18.24%
  • eflatun tonu 0.00%
  • sarı tonu 29.56%
  • ana renk tonu 37.65%
CMYK:
(18,0,30,38)
C18M0Y30K38 
(18%,0%,30%,38%)
(0.18/0.00/0.30/0.38)	

CMYK yüzdeleri

%18.24
%0
%29.56
%37.65

Codes

Color #829F70 in popluar color models

829F70
RGB130159112
HSL97°19.67%53.14%
HSB/HSV97°29.56%62.35%
CMYK18.24%0.00%29.56%
37.65%

Color #829F70 in popluar number systems.

HEX829F70
Decimal130159112
Binary10000010100111111110000
Octal202237160

Shades and tints

Shades of #829F70

#829F70
(130,159,112)
#779166
(119,145,102)
#6C835C
(108,131,92)
#617552
(97,117,82)
#566748
(86,103,72)
#4B593E
(75,89,62)
#404B34
(64,75,52)
#353D2A
(53,61,42)
#2A2F20
(42,47,32)
#1F2116
(31,33,22)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #829F70

#829F70
(130,159,112)
#8DA77D
(141,167,125)
#98AF8A
(152,175,138)
#A3B797
(163,183,151)
#AEBFA4
(174,191,164)
#B9C7B1
(185,199,177)
#C4CFBE
(196,207,190)
#CFD7CB
(207,215,203)
#DADFD8
(218,223,216)
#E5E7E5
(229,231,229)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829F70; }

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

This text font color is #829F70.


Background Color

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

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

This div background color is #829F70.


Border color

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

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

This div border color is #829F70.


Opacity

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

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

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

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

This text has shadow with #829F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829F70 on black background.


Color preview on white background

This text has color #829F70 on white background.



Black color preview on #829F70 background

This text has black color on #829F70 background.


White color preview on #829F70 background

This text has white color on #829F70 background.