COLOR #829C75

HEX: #829C75
RGB: (130,156,117)

Renk bilgisi

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

RGB renk modeli

#829C75 color RGB value is (130,156,117).

  • kırmız ton 130;
  • yeşil ton 156;
  • mavi ton 117.
RGB:
(130,156,117)
(51%,61%,46%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 156 of 255 = 61%
B 117 of 255 = 46%

130
156
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 156 + 117 = 403 (100%)
R 130 of 403 ~ 32.26%
G 156 of 403 ~ 38.71%
B 117 of 403 ~ 29.03%

%32.26
%38.71
%29.03

CMYK RENK MODELİ

#829C75 rengi CMYK tonu (17,0,25,39).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 38.82%
CMYK:
(17,0,25,39)
C17M0Y25K39 
(17%,0%,25%,39%)
(0.17/0.00/0.25/0.39)	

CMYK yüzdeleri

%16.67
%0
%25
%38.82

Codes

Color #829C75 in popluar color models

829C75
RGB130156117
HSL100°16.46%53.53%
HSB/HSV100°25.00%61.18%
CMYK16.67%0.00%25.00%
38.82%

Color #829C75 in popluar number systems.

HEX829C75
Decimal130156117
Binary10000010100111001110101
Octal202234165

Shades and tints

Shades of #829C75

#829C75
(130,156,117)
#778E6B
(119,142,107)
#6C8061
(108,128,97)
#617257
(97,114,87)
#56644D
(86,100,77)
#4B5643
(75,86,67)
#404839
(64,72,57)
#353A2F
(53,58,47)
#2A2C25
(42,44,37)
#1F1E1B
(31,30,27)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #829C75

#829C75
(130,156,117)
#8DA581
(141,165,129)
#98AE8D
(152,174,141)
#A3B799
(163,183,153)
#AEC0A5
(174,192,165)
#B9C9B1
(185,201,177)
#C4D2BD
(196,210,189)
#CFDBC9
(207,219,201)
#DAE4D5
(218,228,213)
#E5EDE1
(229,237,225)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829C75 color. Also use rgb(130,156,117) instead hex code.

Text Font Color

.myTextColor { color: #829C75; }

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

This text font color is #829C75.


Background Color

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

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

This div background color is #829C75.


Border color

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

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

This div border color is #829C75.


Opacity

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

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

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

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

This text has shadow with #829C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829C75 on black background.


Color preview on white background

This text has color #829C75 on white background.



Black color preview on #829C75 background

This text has black color on #829C75 background.


White color preview on #829C75 background

This text has white color on #829C75 background.