COLOR #829389

HEX: #829389
RGB: (130,147,137)

Renk bilgisi

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

RGB renk modeli

#829389 color RGB value is (130,147,137).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 147 of 255 = 58%
B 137 of 255 = 54%

130
147
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 147 + 137 = 414 (100%)
R 130 of 414 ~ 31.4%
G 147 of 414 ~ 35.51%
B 137 of 414 ~ 33.09%

%31.4
%35.51
%33.09

CMYK RENK MODELİ

#829389 rengi CMYK tonu (12,0,7,42).

  • camgöbeği tonu 11.56%
  • eflatun tonu 0.00%
  • sarı tonu 6.80%
  • ana renk tonu 42.35%
CMYK:
(12,0,7,42)
C12M0Y7K42 
(12%,0%,7%,42%)
(0.12/0.00/0.07/0.42)	

CMYK yüzdeleri

%11.56
%0
%6.8
%42.35

Codes

Color #829389 in popluar color models

829389
RGB130147137
HSL145°7.30%54.31%
HSB/HSV145°11.56%57.65%
CMYK11.56%0.00%6.80%
42.35%

Color #829389 in popluar number systems.

HEX829389
Decimal130147137
Binary100000101001001110001001
Octal202223211

Shades and tints

Shades of #829389

#829389
(130,147,137)
#77867D
(119,134,125)
#6C7971
(108,121,113)
#616C65
(97,108,101)
#565F59
(86,95,89)
#4B524D
(75,82,77)
#404541
(64,69,65)
#353835
(53,56,53)
#2A2B29
(42,43,41)
#1F1E1D
(31,30,29)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #829389

#829389
(130,147,137)
#8D9C93
(141,156,147)
#98A59D
(152,165,157)
#A3AEA7
(163,174,167)
#AEB7B1
(174,183,177)
#B9C0BB
(185,192,187)
#C4C9C5
(196,201,197)
#CFD2CF
(207,210,207)
#DADBD9
(218,219,217)
#E5E4E3
(229,228,227)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829389; }

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

This text font color is #829389.


Background Color

.myBgColor { background-color: #829389; }

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

This div background color is #829389.


Border color

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

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

This div border color is #829389.


Opacity

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

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

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

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

This text has shadow with #829389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829389 on black background.


Color preview on white background

This text has color #829389 on white background.



Black color preview on #829389 background

This text has black color on #829389 background.


White color preview on #829389 background

This text has white color on #829389 background.