COLOR #829552

HEX: #829552
RGB: (130,149,82)

Renk bilgisi

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

RGB renk modeli

#829552 color RGB value is (130,149,82).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 149 of 255 = 58%
B 82 of 255 = 32%

130
149
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 149 + 82 = 361 (100%)
R 130 of 361 ~ 36.01%
G 149 of 361 ~ 41.27%
B 82 of 361 ~ 22.71%

%36.01
%41.27
%22.71

CMYK RENK MODELİ

#829552 rengi CMYK tonu (13,0,45,42).

  • camgöbeği tonu 12.75%
  • eflatun tonu 0.00%
  • sarı tonu 44.97%
  • ana renk tonu 41.57%
CMYK:
(13,0,45,42)
C13M0Y45K42 
(13%,0%,45%,42%)
(0.13/0.00/0.45/0.42)	

CMYK yüzdeleri

%12.75
%0
%44.97
%41.57

Codes

Color #829552 in popluar color models

829552
RGB13014982
HSL77°29.00%45.29%
HSB/HSV77°44.97%58.43%
CMYK12.75%0.00%44.97%
41.57%

Color #829552 in popluar number systems.

HEX829552
Decimal13014982
Binary10000010100101011010010
Octal202225122

Shades and tints

Shades of #829552

#829552
(130,149,82)
#77884B
(119,136,75)
#6C7B44
(108,123,68)
#616E3D
(97,110,61)
#566136
(86,97,54)
#4B542F
(75,84,47)
#404728
(64,71,40)
#353A21
(53,58,33)
#2A2D1A
(42,45,26)
#1F2013
(31,32,19)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #829552

#829552
(130,149,82)
#8D9E61
(141,158,97)
#98A770
(152,167,112)
#A3B07F
(163,176,127)
#AEB98E
(174,185,142)
#B9C29D
(185,194,157)
#C4CBAC
(196,203,172)
#CFD4BB
(207,212,187)
#DADDCA
(218,221,202)
#E5E6D9
(229,230,217)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829552; }

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

This text font color is #829552.


Background Color

.myBgColor { background-color: #829552; }

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

This div background color is #829552.


Border color

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

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

This div border color is #829552.


Opacity

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

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

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

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

This text has shadow with #829552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829552 on black background.


Color preview on white background

This text has color #829552 on white background.



Black color preview on #829552 background

This text has black color on #829552 background.


White color preview on #829552 background

This text has white color on #829552 background.