COLOR #829C51

HEX: #829C51
RGB: (130,156,81)

Renk bilgisi

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

RGB renk modeli

#829C51 color RGB value is (130,156,81).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 156 of 255 = 61%
B 81 of 255 = 32%

130
156
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 156 + 81 = 367 (100%)
R 130 of 367 ~ 35.42%
G 156 of 367 ~ 42.51%
B 81 of 367 ~ 22.07%

%35.42
%42.51
%22.07

CMYK RENK MODELİ

#829C51 rengi CMYK tonu (17,0,48,39).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 48.08%
  • ana renk tonu 38.82%
CMYK:
(17,0,48,39)
C17M0Y48K39 
(17%,0%,48%,39%)
(0.17/0.00/0.48/0.39)	

CMYK yüzdeleri

%16.67
%0
%48.08
%38.82

Codes

Color #829C51 in popluar color models

829C51
RGB13015681
HSL81°31.65%46.47%
HSB/HSV81°48.08%61.18%
CMYK16.67%0.00%48.08%
38.82%

Color #829C51 in popluar number systems.

HEX829C51
Decimal13015681
Binary10000010100111001010001
Octal202234121

Shades and tints

Shades of #829C51

#829C51
(130,156,81)
#778E4A
(119,142,74)
#6C8043
(108,128,67)
#61723C
(97,114,60)
#566435
(86,100,53)
#4B562E
(75,86,46)
#404827
(64,72,39)
#353A20
(53,58,32)
#2A2C19
(42,44,25)
#1F1E12
(31,30,18)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #829C51

#829C51
(130,156,81)
#8DA560
(141,165,96)
#98AE6F
(152,174,111)
#A3B77E
(163,183,126)
#AEC08D
(174,192,141)
#B9C99C
(185,201,156)
#C4D2AB
(196,210,171)
#CFDBBA
(207,219,186)
#DAE4C9
(218,228,201)
#E5EDD8
(229,237,216)
#F0F6E7
(240,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829C51; }

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

This text font color is #829C51.


Background Color

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

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

This div background color is #829C51.


Border color

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

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

This div border color is #829C51.


Opacity

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

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

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

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

This text has shadow with #829C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829C51 on black background.


Color preview on white background

This text has color #829C51 on white background.



Black color preview on #829C51 background

This text has black color on #829C51 background.


White color preview on #829C51 background

This text has white color on #829C51 background.