COLOR #539447

HEX: #539447
RGB: (83,148,71)

Color info

#539447 contains mainly green color. Web safe color of #539447 is #669933 (or #693).

RGB color model

#539447 color RGB value is (83,148,71).

  • red value is 83;
  • green value is 148;
  • blue value is 71.
RGB:
(83,148,71)
(33%,58%,28%)

RGB channels and saturation

R 83 of 255 = 33%
G 148 of 255 = 58%
B 71 of 255 = 28%

83
148
71

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

Portions of RGB colors in percentages

R + G + B =
83 + 148 + 71 = 302 (100%)
R 83 of 302 ~ 27.48%
G 148 of 302 ~ 49.01%
B 71 of 302 ~ 23.51%

%27.48
%49.01
%23.51

CMYK color model

#539447 color CMYK value is (44,0,52,42).

  • cyan value is 43.92%
  • magenta value is 0.00%
  • yellow value is 52.03%
  • key color value is 41.96%
CMYK:
(44,0,52,42)
C44M0Y52K42 
(44%,0%,52%,42%)
(0.44/0.00/0.52/0.42)	

CMYK percentages

%43.92
%0
%52.03
%41.96

Codes

Color #539447 in popluar color models

539447
RGB8314871
HSL111°35.16%42.94%
HSB/HSV111°52.03%58.04%
CMYK43.92%0.00%52.03%
41.96%

Color #539447 in popluar number systems.

HEX539447
Decimal8314871
Binary1010011100101001000111
Octal123224107

Shades and tints

Shades of #539447

#539447
(83,148,71)
#4C8741
(76,135,65)
#457A3B
(69,122,59)
#3E6D35
(62,109,53)
#37602F
(55,96,47)
#305329
(48,83,41)
#294623
(41,70,35)
#22391D
(34,57,29)
#1B2C17
(27,44,23)
#141F11
(20,31,17)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #539447

#539447
(83,148,71)
#629D57
(98,157,87)
#71A667
(113,166,103)
#80AF77
(128,175,119)
#8FB887
(143,184,135)
#9EC197
(158,193,151)
#ADCAA7
(173,202,167)
#BCD3B7
(188,211,183)
#CBDCC7
(203,220,199)
#DAE5D7
(218,229,215)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539447 color. Also use rgb(83,148,71) instead hex code.

Text Font Color

.myTextColor { color: #539447; }

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

This text font color is #539447.


Background Color

.myBgColor { background-color: #539447; }

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

This div background color is #539447.


Border color

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

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

This div border color is #539447.


Opacity

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

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

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

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

This text has shadow with #539447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539447 on black background.


Color preview on white background

This text has color #539447 on white background.



Black color preview on #539447 background

This text has black color on #539447 background.


White color preview on #539447 background

This text has white color on #539447 background.