COLOR #529325

HEX: #529325
RGB: (82,147,37)

Renk bilgisi

#529325 contains mainly green color. #529325 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#529325 color RGB value is (82,147,37).

  • kırmız ton 82;
  • yeşil ton 147;
  • mavi ton 37.
RGB:
(82,147,37)
(32%,58%,15%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 147 of 255 = 58%
B 37 of 255 = 15%

82
147
37

R + G + B ~ 35%. #529325 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 147 + 37 = 266 (100%)
R 82 of 266 ~ 30.83%
G 147 of 266 ~ 55.26%
B 37 of 266 ~ 13.91%

%30.83
%55.26
%13.91

CMYK RENK MODELİ

#529325 rengi CMYK tonu (44,0,75,42).

  • camgöbeği tonu 44.22%
  • eflatun tonu 0.00%
  • sarı tonu 74.83%
  • ana renk tonu 42.35%
CMYK:
(44,0,75,42)
C44M0Y75K42 
(44%,0%,75%,42%)
(0.44/0.00/0.75/0.42)	

CMYK yüzdeleri

%44.22
%0
%74.83
%42.35

Codes

Color #529325 in popluar color models

529325
RGB8214737
HSL95°59.78%36.08%
HSB/HSV95°74.83%57.65%
CMYK44.22%0.00%74.83%
42.35%

Color #529325 in popluar number systems.

HEX529325
Decimal8214737
Binary101001010010011100101
Octal12222345

Shades and tints

Shades of #529325

#529325
(82,147,37)
#4B8622
(75,134,34)
#44791F
(68,121,31)
#3D6C1C
(61,108,28)
#365F19
(54,95,25)
#2F5216
(47,82,22)
#284513
(40,69,19)
#213810
(33,56,16)
#1A2B0D
(26,43,13)
#131E0A
(19,30,10)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #529325

#529325
(82,147,37)
#619C38
(97,156,56)
#70A54B
(112,165,75)
#7FAE5E
(127,174,94)
#8EB771
(142,183,113)
#9DC084
(157,192,132)
#ACC997
(172,201,151)
#BBD2AA
(187,210,170)
#CADBBD
(202,219,189)
#D9E4D0
(217,228,208)
#E8EDE3
(232,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529325 color. Also use rgb(82,147,37) instead hex code.

Text Font Color

.myTextColor { color: #529325; }

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

This text font color is #529325.


Background Color

.myBgColor { background-color: #529325; }

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

This div background color is #529325.


Border color

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

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

This div border color is #529325.


Opacity

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

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

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

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

This text has shadow with #529325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529325 on black background.


Color preview on white background

This text has color #529325 on white background.



Black color preview on #529325 background

This text has black color on #529325 background.


White color preview on #529325 background

This text has white color on #529325 background.