COLOR #539A61

HEX: #539A61 RGB: (83,154,97)

Color info

#539A61 contains mainly green and blue colors. Web safe color of #539A61 is #669966 (or #696).

RGB color model

#539A61 color RGB value is (83,154,97).

RGB: (83,154,97) (33%, 60%, 38%)

RGB channels and saturation

R 83 of 255 = 33%
G 154 of 255 = 60%
B 97 of 255 = 38%

83
154
97

R + G + B ~ 44%. #539A61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 154 + 97 = 334 (100%)
R 83 of 334 ~ 24.85%
G 154 of 334 ~ 46.11%
B 97 of 334 ~ 29.04'%

%24.85
%46.11
%29.04

CMYK color model

#539A61 color CMYK value is (46,0,37,40).

  • cyan value is 46.10%
  • magenta value is 0.00%
  • yellow value is 37.01%
  • key color value is 39.61%

CMYK: (46,0,37,40)
C46M0Y37K40 (46%, 0%, 37%, 40%)
(0.46 / 0.00 / 0.37 / 0.40)

CMYK percentages

%46.1
%0
%37.01
%39.61

Codes

Color #539A61 in popluar color models

53 9A 61
RGB 83 154 97
HSL 132° 29.96% 46.47%
HSB/HSV 132° 46.10% 60.39%
CMYK 46.10% 0.00% 37.01%
39.61%

Color #539A61 in popluar number systems.

HEX 53 9A 61
Decimal 83 154 97
Binary 1010011 10011010 1100001
Octal 123 232 141

Shades and tints

Shades of #539A61

#539A61
(83,154,97)
#4C8C59
(76,140,89)
#457E51
(69,126,81)
#3E7049
(62,112,73)
#376241
(55,98,65)
#305439
(48,84,57)
#294631
(41,70,49)
#223829
(34,56,41)
#1B2A21
(27,42,33)
#141C19
(20,28,25)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #539A61

#539A61
(83,154,97)
#62A36F
(98,163,111)
#71AC7D
(113,172,125)
#80B58B
(128,181,139)
#8FBE99
(143,190,153)
#9EC7A7
(158,199,167)
#ADD0B5
(173,208,181)
#BCD9C3
(188,217,195)
#CBE2D1
(203,226,209)
#DAEBDF
(218,235,223)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539A61 color. Also use rgb(83,154,97) instead hex code.

Text Font Color

.myTextColor { color: #539A61; }

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

This text font color is #539A61.

Background Color

.myBgColor { background-color: #539A61; }

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

This div background color is #539A61.

Border color

.myBorderColor { border: 1px solid #539A61; }

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

This div border color is #539A61.

Opacity

.myOpacity80 { color: #539A61; opacity: 0.8; }

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

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

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

This text has shadow with #539A61 color.


.textShadow {text-shadow: 3px 3px 1px #539A61', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #539A61; -webkit-box-shadow: 1px 1px 3px 2px #539A61; box-shadow:1px 1px 3px 2px #539A61;">
Div content here
</div>

This div box has shadow with color #539A61.

Preview

Color preview on black background

This text has color #539A61 on black background.


Color preview on white background

This text has color #539A61 on white background.


Black color preview on #539A61 background

This text has black color on #539A61 background.


White color preview on #539A61 background

This text has white color on #539A61 background.


Related colors

Complementary color

Complementary color for #hex is #AC659E.


I love getcolorcode.com

Triadic colors

1 #61539A and #9A6153 with #539A61 are triadic colors.

2 #619A53 and #9A5361 with #539A61 are triadic colors.