COLOR #829534

HEX: #829534
RGB: (130,149,52)

Renk bilgisi

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

RGB renk modeli

#829534 color RGB value is (130,149,52).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 149 of 255 = 58%
B 52 of 255 = 20%

130
149
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 149 + 52 = 331 (100%)
R 130 of 331 ~ 39.27%
G 149 of 331 ~ 45.02%
B 52 of 331 ~ 15.71%

%39.27
%45.02
%15.71

CMYK RENK MODELİ

#829534 rengi CMYK tonu (13,0,65,42).

  • camgöbeği tonu 12.75%
  • eflatun tonu 0.00%
  • sarı tonu 65.10%
  • ana renk tonu 41.57%
CMYK:
(13,0,65,42)
C13M0Y65K42 
(13%,0%,65%,42%)
(0.13/0.00/0.65/0.42)	

CMYK yüzdeleri

%12.75
%0
%65.1
%41.57

Codes

Color #829534 in popluar color models

829534
RGB13014952
HSL72°48.26%39.41%
HSB/HSV72°65.10%58.43%
CMYK12.75%0.00%65.10%
41.57%

Color #829534 in popluar number systems.

HEX829534
Decimal13014952
Binary1000001010010101110100
Octal20222564

Shades and tints

Shades of #829534

#829534
(130,149,52)
#778830
(119,136,48)
#6C7B2C
(108,123,44)
#616E28
(97,110,40)
#566124
(86,97,36)
#4B5420
(75,84,32)
#40471C
(64,71,28)
#353A18
(53,58,24)
#2A2D14
(42,45,20)
#1F2010
(31,32,16)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #829534

#829534
(130,149,52)
#8D9E46
(141,158,70)
#98A758
(152,167,88)
#A3B06A
(163,176,106)
#AEB97C
(174,185,124)
#B9C28E
(185,194,142)
#C4CBA0
(196,203,160)
#CFD4B2
(207,212,178)
#DADDC4
(218,221,196)
#E5E6D6
(229,230,214)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829534 color. Also use rgb(130,149,52) instead hex code.

Text Font Color

.myTextColor { color: #829534; }

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

This text font color is #829534.


Background Color

.myBgColor { background-color: #829534; }

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

This div background color is #829534.


Border color

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

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

This div border color is #829534.


Opacity

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

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

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

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

This text has shadow with #829534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829534 on black background.


Color preview on white background

This text has color #829534 on white background.



Black color preview on #829534 background

This text has black color on #829534 background.


White color preview on #829534 background

This text has white color on #829534 background.