COLOR #829553

HEX: #829553
RGB: (130,149,83)

Renk bilgisi

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

RGB renk modeli

#829553 color RGB value is (130,149,83).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 149 of 255 = 58%
B 83 of 255 = 33%

130
149
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 149 + 83 = 362 (100%)
R 130 of 362 ~ 35.91%
G 149 of 362 ~ 41.16%
B 83 of 362 ~ 22.93%

%35.91
%41.16
%22.93

CMYK RENK MODELİ

#829553 rengi CMYK tonu (13,0,44,42).

  • camgöbeği tonu 12.75%
  • eflatun tonu 0.00%
  • sarı tonu 44.30%
  • ana renk tonu 41.57%
CMYK:
(13,0,44,42)
C13M0Y44K42 
(13%,0%,44%,42%)
(0.13/0.00/0.44/0.42)	

CMYK yüzdeleri

%12.75
%0
%44.3
%41.57

Codes

Color #829553 in popluar color models

829553
RGB13014983
HSL77°28.45%45.49%
HSB/HSV77°44.30%58.43%
CMYK12.75%0.00%44.30%
41.57%

Color #829553 in popluar number systems.

HEX829553
Decimal13014983
Binary10000010100101011010011
Octal202225123

Shades and tints

Shades of #829553

#829553
(130,149,83)
#77884C
(119,136,76)
#6C7B45
(108,123,69)
#616E3E
(97,110,62)
#566137
(86,97,55)
#4B5430
(75,84,48)
#404729
(64,71,41)
#353A22
(53,58,34)
#2A2D1B
(42,45,27)
#1F2014
(31,32,20)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #829553

#829553
(130,149,83)
#8D9E62
(141,158,98)
#98A771
(152,167,113)
#A3B080
(163,176,128)
#AEB98F
(174,185,143)
#B9C29E
(185,194,158)
#C4CBAD
(196,203,173)
#CFD4BC
(207,212,188)
#DADDCB
(218,221,203)
#E5E6DA
(229,230,218)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829553; }

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

This text font color is #829553.


Background Color

.myBgColor { background-color: #829553; }

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

This div background color is #829553.


Border color

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

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

This div border color is #829553.


Opacity

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

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

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

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

This text has shadow with #829553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829553 on black background.


Color preview on white background

This text has color #829553 on white background.



Black color preview on #829553 background

This text has black color on #829553 background.


White color preview on #829553 background

This text has white color on #829553 background.