COLOR #829753

HEX: #829753
RGB: (130,151,83)

Renk bilgisi

#829753 contains mainly red and green colors. #829753 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#829753 color RGB value is (130,151,83).

  • kırmız ton 130;
  • yeşil ton 151;
  • mavi ton 83.
RGB:
(130,151,83)
(51%,59%,33%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 151 of 255 = 59%
B 83 of 255 = 33%

130
151
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 151 + 83 = 364 (100%)
R 130 of 364 ~ 35.71%
G 151 of 364 ~ 41.48%
B 83 of 364 ~ 22.8%

%35.71
%41.48
%22.8

CMYK RENK MODELİ

#829753 rengi CMYK tonu (14,0,45,41).

  • camgöbeği tonu 13.91%
  • eflatun tonu 0.00%
  • sarı tonu 45.03%
  • ana renk tonu 40.78%
CMYK:
(14,0,45,41)
C14M0Y45K41 
(14%,0%,45%,41%)
(0.14/0.00/0.45/0.41)	

CMYK yüzdeleri

%13.91
%0
%45.03
%40.78

Codes

Color #829753 in popluar color models

829753
RGB13015183
HSL79°29.06%45.88%
HSB/HSV79°45.03%59.22%
CMYK13.91%0.00%45.03%
40.78%

Color #829753 in popluar number systems.

HEX829753
Decimal13015183
Binary10000010100101111010011
Octal202227123

Shades and tints

Shades of #829753

#829753
(130,151,83)
#778A4C
(119,138,76)
#6C7D45
(108,125,69)
#61703E
(97,112,62)
#566337
(86,99,55)
#4B5630
(75,86,48)
#404929
(64,73,41)
#353C22
(53,60,34)
#2A2F1B
(42,47,27)
#1F2214
(31,34,20)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #829753

#829753
(130,151,83)
#8DA062
(141,160,98)
#98A971
(152,169,113)
#A3B280
(163,178,128)
#AEBB8F
(174,187,143)
#B9C49E
(185,196,158)
#C4CDAD
(196,205,173)
#CFD6BC
(207,214,188)
#DADFCB
(218,223,203)
#E5E8DA
(229,232,218)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829753 color. Also use rgb(130,151,83) instead hex code.

Text Font Color

.myTextColor { color: #829753; }

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

This text font color is #829753.


Background Color

.myBgColor { background-color: #829753; }

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

This div background color is #829753.


Border color

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

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

This div border color is #829753.


Opacity

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

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

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

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

This text has shadow with #829753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829753 on black background.


Color preview on white background

This text has color #829753 on white background.



Black color preview on #829753 background

This text has black color on #829753 background.


White color preview on #829753 background

This text has white color on #829753 background.