COLOR #829377

HEX: #829377
RGB: (130,147,119)

Renk bilgisi

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

RGB renk modeli

#829377 color RGB value is (130,147,119).

  • kırmız ton 130;
  • yeşil ton 147;
  • mavi ton 119.
RGB:
(130,147,119)
(51%,58%,47%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 147 of 255 = 58%
B 119 of 255 = 47%

130
147
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 147 + 119 = 396 (100%)
R 130 of 396 ~ 32.83%
G 147 of 396 ~ 37.12%
B 119 of 396 ~ 30.05%

%32.83
%37.12
%30.05

CMYK RENK MODELİ

#829377 rengi CMYK tonu (12,0,19,42).

  • camgöbeği tonu 11.56%
  • eflatun tonu 0.00%
  • sarı tonu 19.05%
  • ana renk tonu 42.35%
CMYK:
(12,0,19,42)
C12M0Y19K42 
(12%,0%,19%,42%)
(0.12/0.00/0.19/0.42)	

CMYK yüzdeleri

%11.56
%0
%19.05
%42.35

Codes

Color #829377 in popluar color models

829377
RGB130147119
HSL96°11.48%52.16%
HSB/HSV96°19.05%57.65%
CMYK11.56%0.00%19.05%
42.35%

Color #829377 in popluar number systems.

HEX829377
Decimal130147119
Binary10000010100100111110111
Octal202223167

Shades and tints

Shades of #829377

#829377
(130,147,119)
#77866D
(119,134,109)
#6C7963
(108,121,99)
#616C59
(97,108,89)
#565F4F
(86,95,79)
#4B5245
(75,82,69)
#40453B
(64,69,59)
#353831
(53,56,49)
#2A2B27
(42,43,39)
#1F1E1D
(31,30,29)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #829377

#829377
(130,147,119)
#8D9C83
(141,156,131)
#98A58F
(152,165,143)
#A3AE9B
(163,174,155)
#AEB7A7
(174,183,167)
#B9C0B3
(185,192,179)
#C4C9BF
(196,201,191)
#CFD2CB
(207,210,203)
#DADBD7
(218,219,215)
#E5E4E3
(229,228,227)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829377 color. Also use rgb(130,147,119) instead hex code.

Text Font Color

.myTextColor { color: #829377; }

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

This text font color is #829377.


Background Color

.myBgColor { background-color: #829377; }

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

This div background color is #829377.


Border color

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

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

This div border color is #829377.


Opacity

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

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

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

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

This text has shadow with #829377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829377 on black background.


Color preview on white background

This text has color #829377 on white background.



Black color preview on #829377 background

This text has black color on #829377 background.


White color preview on #829377 background

This text has white color on #829377 background.