COLOR #829B83

HEX: #829B83
RGB: (130,155,131)

Renk bilgisi

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

RGB renk modeli

#829B83 color RGB value is (130,155,131).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 155 of 255 = 61%
B 131 of 255 = 51%

130
155
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 155 + 131 = 416 (100%)
R 130 of 416 ~ 31.25%
G 155 of 416 ~ 37.26%
B 131 of 416 ~ 31.49%

%31.25
%37.26
%31.49

CMYK RENK MODELİ

#829B83 rengi CMYK tonu (16,0,15,39).

  • camgöbeği tonu 16.13%
  • eflatun tonu 0.00%
  • sarı tonu 15.48%
  • ana renk tonu 39.22%
CMYK:
(16,0,15,39)
C16M0Y15K39 
(16%,0%,15%,39%)
(0.16/0.00/0.15/0.39)	

CMYK yüzdeleri

%16.13
%0
%15.48
%39.22

Codes

Color #829B83 in popluar color models

829B83
RGB130155131
HSL122°11.11%55.88%
HSB/HSV122°16.13%60.78%
CMYK16.13%0.00%15.48%
39.22%

Color #829B83 in popluar number systems.

HEX829B83
Decimal130155131
Binary100000101001101110000011
Octal202233203

Shades and tints

Shades of #829B83

#829B83
(130,155,131)
#778D78
(119,141,120)
#6C7F6D
(108,127,109)
#617162
(97,113,98)
#566357
(86,99,87)
#4B554C
(75,85,76)
#404741
(64,71,65)
#353936
(53,57,54)
#2A2B2B
(42,43,43)
#1F1D20
(31,29,32)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #829B83

#829B83
(130,155,131)
#8DA48E
(141,164,142)
#98AD99
(152,173,153)
#A3B6A4
(163,182,164)
#AEBFAF
(174,191,175)
#B9C8BA
(185,200,186)
#C4D1C5
(196,209,197)
#CFDAD0
(207,218,208)
#DAE3DB
(218,227,219)
#E5ECE6
(229,236,230)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829B83; }

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

This text font color is #829B83.


Background Color

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

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

This div background color is #829B83.


Border color

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

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

This div border color is #829B83.


Opacity

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

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

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

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

This text has shadow with #829B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829B83 on black background.


Color preview on white background

This text has color #829B83 on white background.



Black color preview on #829B83 background

This text has black color on #829B83 background.


White color preview on #829B83 background

This text has white color on #829B83 background.