COLOR #829549

HEX: #829549
RGB: (130,149,73)

Renk bilgisi

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

RGB renk modeli

#829549 color RGB value is (130,149,73).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 149 of 255 = 58%
B 73 of 255 = 29%

130
149
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 149 + 73 = 352 (100%)
R 130 of 352 ~ 36.93%
G 149 of 352 ~ 42.33%
B 73 of 352 ~ 20.74%

%36.93
%42.33
%20.74

CMYK RENK MODELİ

#829549 rengi CMYK tonu (13,0,51,42).

  • camgöbeği tonu 12.75%
  • eflatun tonu 0.00%
  • sarı tonu 51.01%
  • ana renk tonu 41.57%
CMYK:
(13,0,51,42)
C13M0Y51K42 
(13%,0%,51%,42%)
(0.13/0.00/0.51/0.42)	

CMYK yüzdeleri

%12.75
%0
%51.01
%41.57

Codes

Color #829549 in popluar color models

829549
RGB13014973
HSL75°34.23%43.53%
HSB/HSV75°51.01%58.43%
CMYK12.75%0.00%51.01%
41.57%

Color #829549 in popluar number systems.

HEX829549
Decimal13014973
Binary10000010100101011001001
Octal202225111

Shades and tints

Shades of #829549

#829549
(130,149,73)
#778843
(119,136,67)
#6C7B3D
(108,123,61)
#616E37
(97,110,55)
#566131
(86,97,49)
#4B542B
(75,84,43)
#404725
(64,71,37)
#353A1F
(53,58,31)
#2A2D19
(42,45,25)
#1F2013
(31,32,19)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #829549

#829549
(130,149,73)
#8D9E59
(141,158,89)
#98A769
(152,167,105)
#A3B079
(163,176,121)
#AEB989
(174,185,137)
#B9C299
(185,194,153)
#C4CBA9
(196,203,169)
#CFD4B9
(207,212,185)
#DADDC9
(218,221,201)
#E5E6D9
(229,230,217)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829549; }

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

This text font color is #829549.


Background Color

.myBgColor { background-color: #829549; }

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

This div background color is #829549.


Border color

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

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

This div border color is #829549.


Opacity

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

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

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

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

This text has shadow with #829549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829549 on black background.


Color preview on white background

This text has color #829549 on white background.



Black color preview on #829549 background

This text has black color on #829549 background.


White color preview on #829549 background

This text has white color on #829549 background.