COLOR #539252

HEX: #539252
RGB: (83,146,82)

Color info

#539252 contains mainly green color. Web safe color of #539252 is #669966 (or #696).

RGB color model

#539252 color RGB value is (83,146,82).

  • red value is 83;
  • green value is 146;
  • blue value is 82.
RGB:
(83,146,82)
(33%,57%,32%)

RGB channels and saturation

R 83 of 255 = 33%
G 146 of 255 = 57%
B 82 of 255 = 32%

83
146
82

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

Portions of RGB colors in percentages

R + G + B =
83 + 146 + 82 = 311 (100%)
R 83 of 311 ~ 26.69%
G 146 of 311 ~ 46.95%
B 82 of 311 ~ 26.37%

%26.69
%46.95
%26.37

CMYK color model

#539252 color CMYK value is (43,0,44,43).

  • cyan value is 43.15%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 42.75%
CMYK:
(43,0,44,43)
C43M0Y44K43 
(43%,0%,44%,43%)
(0.43/0.00/0.44/0.43)	

CMYK percentages

%43.15
%0
%43.84
%42.75

Codes

Color #539252 in popluar color models

539252
RGB8314682
HSL119°28.07%44.71%
HSB/HSV119°43.84%57.25%
CMYK43.15%0.00%43.84%
42.75%

Color #539252 in popluar number systems.

HEX539252
Decimal8314682
Binary1010011100100101010010
Octal123222122

Shades and tints

Shades of #539252

#539252
(83,146,82)
#4C854B
(76,133,75)
#457844
(69,120,68)
#3E6B3D
(62,107,61)
#375E36
(55,94,54)
#30512F
(48,81,47)
#294428
(41,68,40)
#223721
(34,55,33)
#1B2A1A
(27,42,26)
#141D13
(20,29,19)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #539252

#539252
(83,146,82)
#629B61
(98,155,97)
#71A470
(113,164,112)
#80AD7F
(128,173,127)
#8FB68E
(143,182,142)
#9EBF9D
(158,191,157)
#ADC8AC
(173,200,172)
#BCD1BB
(188,209,187)
#CBDACA
(203,218,202)
#DAE3D9
(218,227,217)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539252 color. Also use rgb(83,146,82) instead hex code.

Text Font Color

.myTextColor { color: #539252; }

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

This text font color is #539252.


Background Color

.myBgColor { background-color: #539252; }

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

This div background color is #539252.


Border color

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

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

This div border color is #539252.


Opacity

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

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

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

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

This text has shadow with #539252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539252 on black background.


Color preview on white background

This text has color #539252 on white background.



Black color preview on #539252 background

This text has black color on #539252 background.


White color preview on #539252 background

This text has white color on #539252 background.