COLOR #829460

HEX: #829460
RGB: (130,148,96)

Renk bilgisi

#829460 contains red, green and blue colors in about the same proportion. #829460 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#829460 color RGB value is (130,148,96).

  • kırmız ton 130;
  • yeşil ton 148;
  • mavi ton 96.
RGB:
(130,148,96)
(51%,58%,38%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 148 of 255 = 58%
B 96 of 255 = 38%

130
148
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 148 + 96 = 374 (100%)
R 130 of 374 ~ 34.76%
G 148 of 374 ~ 39.57%
B 96 of 374 ~ 25.67%

%34.76
%39.57
%25.67

CMYK RENK MODELİ

#829460 rengi CMYK tonu (12,0,35,42).

  • camgöbeği tonu 12.16%
  • eflatun tonu 0.00%
  • sarı tonu 35.14%
  • ana renk tonu 41.96%
CMYK:
(12,0,35,42)
C12M0Y35K42 
(12%,0%,35%,42%)
(0.12/0.00/0.35/0.42)	

CMYK yüzdeleri

%12.16
%0
%35.14
%41.96

Codes

Color #829460 in popluar color models

829460
RGB13014896
HSL81°21.31%47.84%
HSB/HSV81°35.14%58.04%
CMYK12.16%0.00%35.14%
41.96%

Color #829460 in popluar number systems.

HEX829460
Decimal13014896
Binary10000010100101001100000
Octal202224140

Shades and tints

Shades of #829460

#829460
(130,148,96)
#778758
(119,135,88)
#6C7A50
(108,122,80)
#616D48
(97,109,72)
#566040
(86,96,64)
#4B5338
(75,83,56)
#404630
(64,70,48)
#353928
(53,57,40)
#2A2C20
(42,44,32)
#1F1F18
(31,31,24)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #829460

#829460
(130,148,96)
#8D9D6E
(141,157,110)
#98A67C
(152,166,124)
#A3AF8A
(163,175,138)
#AEB898
(174,184,152)
#B9C1A6
(185,193,166)
#C4CAB4
(196,202,180)
#CFD3C2
(207,211,194)
#DADCD0
(218,220,208)
#E5E5DE
(229,229,222)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829460 color. Also use rgb(130,148,96) instead hex code.

Text Font Color

.myTextColor { color: #829460; }

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

This text font color is #829460.


Background Color

.myBgColor { background-color: #829460; }

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

This div background color is #829460.


Border color

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

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

This div border color is #829460.


Opacity

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

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

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

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

This text has shadow with #829460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829460 on black background.


Color preview on white background

This text has color #829460 on white background.



Black color preview on #829460 background

This text has black color on #829460 background.


White color preview on #829460 background

This text has white color on #829460 background.