COLOR #829D33

HEX: #829D33
RGB: (130,157,51)

Renk bilgisi

#829D33 contains mainly red and green colors. #829D33 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#829D33 color RGB value is (130,157,51).

  • kırmız ton 130;
  • yeşil ton 157;
  • mavi ton 51.
RGB:
(130,157,51)
(51%,62%,20%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 157 of 255 = 62%
B 51 of 255 = 20%

130
157
51

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 157 + 51 = 338 (100%)
R 130 of 338 ~ 38.46%
G 157 of 338 ~ 46.45%
B 51 of 338 ~ 15.09%

%38.46
%46.45
%15.09

CMYK RENK MODELİ

#829D33 rengi CMYK tonu (17,0,68,38).

  • camgöbeği tonu 17.20%
  • eflatun tonu 0.00%
  • sarı tonu 67.52%
  • ana renk tonu 38.43%
CMYK:
(17,0,68,38)
C17M0Y68K38 
(17%,0%,68%,38%)
(0.17/0.00/0.68/0.38)	

CMYK yüzdeleri

%17.2
%0
%67.52
%38.43

Codes

Color #829D33 in popluar color models

829D33
RGB13015751
HSL75°50.96%40.78%
HSB/HSV75°67.52%61.57%
CMYK17.20%0.00%67.52%
38.43%

Color #829D33 in popluar number systems.

HEX829D33
Decimal13015751
Binary1000001010011101110011
Octal20223563

Shades and tints

Shades of #829D33

#829D33
(130,157,51)
#778F2F
(119,143,47)
#6C812B
(108,129,43)
#617327
(97,115,39)
#566523
(86,101,35)
#4B571F
(75,87,31)
#40491B
(64,73,27)
#353B17
(53,59,23)
#2A2D13
(42,45,19)
#1F1F0F
(31,31,15)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #829D33

#829D33
(130,157,51)
#8DA545
(141,165,69)
#98AD57
(152,173,87)
#A3B569
(163,181,105)
#AEBD7B
(174,189,123)
#B9C58D
(185,197,141)
#C4CD9F
(196,205,159)
#CFD5B1
(207,213,177)
#DADDC3
(218,221,195)
#E5E5D5
(229,229,213)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829D33 color. Also use rgb(130,157,51) instead hex code.

Text Font Color

.myTextColor { color: #829D33; }

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

This text font color is #829D33.


Background Color

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

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

This div background color is #829D33.


Border color

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

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

This div border color is #829D33.


Opacity

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

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

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

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

This text has shadow with #829D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829D33 on black background.


Color preview on white background

This text has color #829D33 on white background.



Black color preview on #829D33 background

This text has black color on #829D33 background.


White color preview on #829D33 background

This text has white color on #829D33 background.