COLOR #539368

HEX: #539368
RGB: (83,147,104)

Color info

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

RGB color model

#539368 color RGB value is (83,147,104).

  • red value is 83;
  • green value is 147;
  • blue value is 104.
RGB:
(83,147,104)
(33%,58%,41%)

RGB channels and saturation

R 83 of 255 = 33%
G 147 of 255 = 58%
B 104 of 255 = 41%

83
147
104

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

Portions of RGB colors in percentages

R + G + B =
83 + 147 + 104 = 334 (100%)
R 83 of 334 ~ 24.85%
G 147 of 334 ~ 44.01%
B 104 of 334 ~ 31.14%

%24.85
%44.01
%31.14

CMYK color model

#539368 color CMYK value is (44,0,29,42).

  • cyan value is 43.54%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 42.35%
CMYK:
(44,0,29,42)
C44M0Y29K42 
(44%,0%,29%,42%)
(0.44/0.00/0.29/0.42)	

CMYK percentages

%43.54
%0
%29.25
%42.35

Codes

Color #539368 in popluar color models

539368
RGB83147104
HSL140°27.83%45.10%
HSB/HSV140°43.54%57.65%
CMYK43.54%0.00%29.25%
42.35%

Color #539368 in popluar number systems.

HEX539368
Decimal83147104
Binary1010011100100111101000
Octal123223150

Shades and tints

Shades of #539368

#539368
(83,147,104)
#4C865F
(76,134,95)
#457956
(69,121,86)
#3E6C4D
(62,108,77)
#375F44
(55,95,68)
#30523B
(48,82,59)
#294532
(41,69,50)
#223829
(34,56,41)
#1B2B20
(27,43,32)
#141E17
(20,30,23)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #539368

#539368
(83,147,104)
#629C75
(98,156,117)
#71A582
(113,165,130)
#80AE8F
(128,174,143)
#8FB79C
(143,183,156)
#9EC0A9
(158,192,169)
#ADC9B6
(173,201,182)
#BCD2C3
(188,210,195)
#CBDBD0
(203,219,208)
#DAE4DD
(218,228,221)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539368 color. Also use rgb(83,147,104) instead hex code.

Text Font Color

.myTextColor { color: #539368; }

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

This text font color is #539368.


Background Color

.myBgColor { background-color: #539368; }

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

This div background color is #539368.


Border color

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

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

This div border color is #539368.


Opacity

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

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

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

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

This text has shadow with #539368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539368 on black background.


Color preview on white background

This text has color #539368 on white background.



Black color preview on #539368 background

This text has black color on #539368 background.


White color preview on #539368 background

This text has white color on #539368 background.