COLOR #539E6E

HEX: #539E6E RGB: (83,158,110)

Color info

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

RGB color model

#539E6E color RGB value is (83,158,110).

RGB: (83,158,110) (33%, 62%, 43%)

RGB channels and saturation

R 83 of 255 = 33%
G 158 of 255 = 62%
B 110 of 255 = 43%

83
158
110

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

Portions of RGB colors in percentages

R + G + B = 83 + 158 + 110 = 351 (100%)
R 83 of 351 ~ 23.65%
G 158 of 351 ~ 45.01%
B 110 of 351 ~ 31.34'%

%23.65
%45.01
%31.34

CMYK color model

#539E6E color CMYK value is (47,0,30,38).

  • cyan value is 47.47%
  • magenta value is 0.00%
  • yellow value is 30.38%
  • key color value is 38.04%
CMYK: (47,0,30,38) C47M0Y30K38 (47%,0%,30%,38%) (0.47/0.00/0.30/0.38) 

CMYK percentages

%47.47
%0
%30.38
%38.04

Codes

Color #539E6E in popluar color models

53 9E 6E
RGB 83 158 110
HSL 142° 31.12% 47.25%
HSB/HSV 142° 47.47% 61.96%
CMYK 47.47% 0.00% 30.38%
38.04%

Color #539E6E in popluar number systems.

HEX 53 9E 6E
Decimal 83 158 110
Binary 1010011 10011110 1101110
Octal 123 236 156

Shades and tints

Shades of #539E6E

#539E6E
(83,158,110)
#4C9064
(76,144,100)
#45825A
(69,130,90)
#3E7450
(62,116,80)
#376646
(55,102,70)
#30583C
(48,88,60)
#294A32
(41,74,50)
#223C28
(34,60,40)
#1B2E1E
(27,46,30)
#142014
(20,32,20)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #539E6E

#539E6E
(83,158,110)
#62A67B
(98,166,123)
#71AE88
(113,174,136)
#80B695
(128,182,149)
#8FBEA2
(143,190,162)
#9EC6AF
(158,198,175)
#ADCEBC
(173,206,188)
#BCD6C9
(188,214,201)
#CBDED6
(203,222,214)
#DAE6E3
(218,230,227)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539E6E color. Also use rgb(83,158,110) instead hex code.

Text Font Color

.myTextColor { color: #539E6E; }

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

This text font color is #539E6E.

Background Color

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

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

This div background color is #539E6E.

Border color

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

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

This div border color is #539E6E.

Opacity

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

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

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

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

This text has shadow with #539E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #539E6E.

Preview

Color preview on black background

This text has color #539E6E on black background.


Color preview on white background

This text has color #539E6E on white background.


Black color preview on #539E6E background

This text has black color on #539E6E background.


White color preview on #539E6E background

This text has white color on #539E6E background.


Related colors

Complementary color

Complementary color for #hex is #AC6191.


I love getcolorcode.com

Triadic colors

1 #6E539E and #9E6E53 with #539E6E are triadic colors.

2 #6E9E53 and #9E536E with #539E6E are triadic colors.