COLOR #528441

HEX: #528441
RGB: (82,132,65)

Color info

#528441 contains mainly red and green colors. Web safe color of #528441 is #669933 (or #693).

RGB color model

#528441 color RGB value is (82,132,65).

  • red value is 82;
  • green value is 132;
  • blue value is 65.
RGB: (82,132,65) (32%,52%,25%)

RGB channels and saturation

R 82 of 255 = 32%
G 132 of 255 = 52%
B 65 of 255 = 25%

82
132
65

R + G + B ~ 36%. #528441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 132 + 65 = 279 (100%)
R 82 of 279 ~ 29.39%
G 132 of 279 ~ 47.31%
B 65 of 279 ~ 23.3%

%29.39
%47.31
%23.3

CMYK color model

#528441 color CMYK value is (38,0,51,48).

  • cyan value is 37.88%
  • magenta value is 0.00%
  • yellow value is 50.76%
  • key color value is 48.24%
CMYK: (38,0,51,48) C38M0Y51K48 (38%,0%,51%,48%) (0.38/0.00/0.51/0.48)

CMYK percentages

%37.88
%0
%50.76
%48.24

Codes

Color #528441 in popluar color models

528441
RGB8213265
HSL105°34.01%38.63%
HSB/HSV105°50.76%51.76%
CMYK37.88%0.00%50.76%
48.24%

Color #528441 in popluar number systems.

HEX528441
Decimal8213265
Binary1010010100001001000001
Octal122204101

Shades and tints

Shades of #528441

#528441
(82,132,65)
#4B783C
(75,120,60)
#446C37
(68,108,55)
#3D6032
(61,96,50)
#36542D
(54,84,45)
#2F4828
(47,72,40)
#283C23
(40,60,35)
#21301E
(33,48,30)
#1A2419
(26,36,25)
#131814
(19,24,20)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #528441

#528441
(82,132,65)
#618F52
(97,143,82)
#709A63
(112,154,99)
#7FA574
(127,165,116)
#8EB085
(142,176,133)
#9DBB96
(157,187,150)
#ACC6A7
(172,198,167)
#BBD1B8
(187,209,184)
#CADCC9
(202,220,201)
#D9E7DA
(217,231,218)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528441 color. Also use rgb(82,132,65) instead hex code.

Text Font Color

.myTextColor { color: #528441; }

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

This text font color is #528441.


Background Color

.myBgColor { background-color: #528441; }

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

This div background color is #528441.


Border color

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

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

This div border color is #528441.


Opacity

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

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

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

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

This text has shadow with #528441 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #528441 on black background.


Color preview on white background

This text has color #528441 on white background.



Black color preview on #528441 background

This text has black color on #528441 background.


White color preview on #528441 background

This text has white color on #528441 background.