COLOR #829039

HEX: #829039
RGB: (130,144,57)

Renk bilgisi

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

RGB renk modeli

#829039 color RGB value is (130,144,57).

  • kırmız ton 130;
  • yeşil ton 144;
  • mavi ton 57.
RGB:
(130,144,57)
(51%,56%,22%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 144 of 255 = 56%
B 57 of 255 = 22%

130
144
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 144 + 57 = 331 (100%)
R 130 of 331 ~ 39.27%
G 144 of 331 ~ 43.5%
B 57 of 331 ~ 17.22%

%39.27
%43.5
%17.22

CMYK RENK MODELİ

#829039 rengi CMYK tonu (10,0,60,44).

  • camgöbeği tonu 9.72%
  • eflatun tonu 0.00%
  • sarı tonu 60.42%
  • ana renk tonu 43.53%
CMYK:
(10,0,60,44)
C10M0Y60K44 
(10%,0%,60%,44%)
(0.10/0.00/0.60/0.44)	

CMYK yüzdeleri

%9.72
%0
%60.42
%43.53

Codes

Color #829039 in popluar color models

829039
RGB13014457
HSL70°43.28%39.41%
HSB/HSV70°60.42%56.47%
CMYK9.72%0.00%60.42%
43.53%

Color #829039 in popluar number systems.

HEX829039
Decimal13014457
Binary1000001010010000111001
Octal20222071

Shades and tints

Shades of #829039

#829039
(130,144,57)
#778334
(119,131,52)
#6C762F
(108,118,47)
#61692A
(97,105,42)
#565C25
(86,92,37)
#4B4F20
(75,79,32)
#40421B
(64,66,27)
#353516
(53,53,22)
#2A2811
(42,40,17)
#1F1B0C
(31,27,12)
#140E07
(20,14,7)
#000000
(0,0,0)

Tints of #829039

#829039
(130,144,57)
#8D9A4B
(141,154,75)
#98A45D
(152,164,93)
#A3AE6F
(163,174,111)
#AEB881
(174,184,129)
#B9C293
(185,194,147)
#C4CCA5
(196,204,165)
#CFD6B7
(207,214,183)
#DAE0C9
(218,224,201)
#E5EADB
(229,234,219)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829039 color. Also use rgb(130,144,57) instead hex code.

Text Font Color

.myTextColor { color: #829039; }

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

This text font color is #829039.


Background Color

.myBgColor { background-color: #829039; }

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

This div background color is #829039.


Border color

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

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

This div border color is #829039.


Opacity

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

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

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

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

This text has shadow with #829039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829039 on black background.


Color preview on white background

This text has color #829039 on white background.



Black color preview on #829039 background

This text has black color on #829039 background.


White color preview on #829039 background

This text has white color on #829039 background.