COLOR #829D54

HEX: #829D54
RGB: (130,157,84)

Renk bilgisi

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

RGB renk modeli

#829D54 color RGB value is (130,157,84).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 157 of 255 = 62%
B 84 of 255 = 33%

130
157
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 157 + 84 = 371 (100%)
R 130 of 371 ~ 35.04%
G 157 of 371 ~ 42.32%
B 84 of 371 ~ 22.64%

%35.04
%42.32
%22.64

CMYK RENK MODELİ

#829D54 rengi CMYK tonu (17,0,46,38).

  • camgöbeği tonu 17.20%
  • eflatun tonu 0.00%
  • sarı tonu 46.50%
  • ana renk tonu 38.43%
CMYK:
(17,0,46,38)
C17M0Y46K38 
(17%,0%,46%,38%)
(0.17/0.00/0.46/0.38)	

CMYK yüzdeleri

%17.2
%0
%46.5
%38.43

Codes

Color #829D54 in popluar color models

829D54
RGB13015784
HSL82°30.29%47.25%
HSB/HSV82°46.50%61.57%
CMYK17.20%0.00%46.50%
38.43%

Color #829D54 in popluar number systems.

HEX829D54
Decimal13015784
Binary10000010100111011010100
Octal202235124

Shades and tints

Shades of #829D54

#829D54
(130,157,84)
#778F4D
(119,143,77)
#6C8146
(108,129,70)
#61733F
(97,115,63)
#566538
(86,101,56)
#4B5731
(75,87,49)
#40492A
(64,73,42)
#353B23
(53,59,35)
#2A2D1C
(42,45,28)
#1F1F15
(31,31,21)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #829D54

#829D54
(130,157,84)
#8DA563
(141,165,99)
#98AD72
(152,173,114)
#A3B581
(163,181,129)
#AEBD90
(174,189,144)
#B9C59F
(185,197,159)
#C4CDAE
(196,205,174)
#CFD5BD
(207,213,189)
#DADDCC
(218,221,204)
#E5E5DB
(229,229,219)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829D54; }

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

This text font color is #829D54.


Background Color

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

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

This div background color is #829D54.


Border color

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

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

This div border color is #829D54.


Opacity

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

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

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

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

This text has shadow with #829D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829D54 on black background.


Color preview on white background

This text has color #829D54 on white background.



Black color preview on #829D54 background

This text has black color on #829D54 background.


White color preview on #829D54 background

This text has white color on #829D54 background.