COLOR #528C49

HEX: #528C49
RGB: (82,140,73)

Renk bilgisi

#528C49 contains mainly red and green colors. #528C49 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#528C49 color RGB value is (82,140,73).

  • kırmız ton 82;
  • yeşil ton 140;
  • mavi ton 73.
RGB:
(82,140,73)
(32%,55%,29%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 140 of 255 = 55%
B 73 of 255 = 29%

82
140
73

R + G + B ~ 39%. #528C49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 140 + 73 = 295 (100%)
R 82 of 295 ~ 27.8%
G 140 of 295 ~ 47.46%
B 73 of 295 ~ 24.75%

%27.8
%47.46
%24.75

CMYK RENK MODELİ

#528C49 rengi CMYK tonu (41,0,48,45).

  • camgöbeği tonu 41.43%
  • eflatun tonu 0.00%
  • sarı tonu 47.86%
  • ana renk tonu 45.10%
CMYK:
(41,0,48,45)
C41M0Y48K45 
(41%,0%,48%,45%)
(0.41/0.00/0.48/0.45)	

CMYK yüzdeleri

%41.43
%0
%47.86
%45.1

Codes

Color #528C49 in popluar color models

528C49
RGB8214073
HSL112°31.46%41.76%
HSB/HSV112°47.86%54.90%
CMYK41.43%0.00%47.86%
45.10%

Color #528C49 in popluar number systems.

HEX528C49
Decimal8214073
Binary1010010100011001001001
Octal122214111

Shades and tints

Shades of #528C49

#528C49
(82,140,73)
#4B8043
(75,128,67)
#44743D
(68,116,61)
#3D6837
(61,104,55)
#365C31
(54,92,49)
#2F502B
(47,80,43)
#284425
(40,68,37)
#21381F
(33,56,31)
#1A2C19
(26,44,25)
#132013
(19,32,19)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #528C49

#528C49
(82,140,73)
#619659
(97,150,89)
#70A069
(112,160,105)
#7FAA79
(127,170,121)
#8EB489
(142,180,137)
#9DBE99
(157,190,153)
#ACC8A9
(172,200,169)
#BBD2B9
(187,210,185)
#CADCC9
(202,220,201)
#D9E6D9
(217,230,217)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528C49 color. Also use rgb(82,140,73) instead hex code.

Text Font Color

.myTextColor { color: #528C49; }

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

This text font color is #528C49.


Background Color

.myBgColor { background-color: #528C49; }

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

This div background color is #528C49.


Border color

.myBorderColor { border: 1px solid #528C49; }

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

This div border color is #528C49.


Opacity

.myOpacity80 { color: #528C49; opacity: 0.8; }

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

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

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

This text has shadow with #528C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528C49 on black background.


Color preview on white background

This text has color #528C49 on white background.



Black color preview on #528C49 background

This text has black color on #528C49 background.


White color preview on #528C49 background

This text has white color on #528C49 background.