COLOR #539553

HEX: #539553
RGB: (83,149,83)

Color info

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

RGB color model

#539553 color RGB value is (83,149,83).

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

RGB channels and saturation

R 83 of 255 = 33%
G 149 of 255 = 58%
B 83 of 255 = 33%

83
149
83

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

Portions of RGB colors in percentages

R + G + B =
83 + 149 + 83 = 315 (100%)
R 83 of 315 ~ 26.35%
G 149 of 315 ~ 47.3%
B 83 of 315 ~ 26.35%

%26.35
%47.3
%26.35

CMYK color model

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

  • cyan value is 44.30%
  • magenta value is 0.00%
  • yellow value is 44.30%
  • key color value is 41.57%
CMYK:
(44,0,44,42)
C44M0Y44K42 
(44%,0%,44%,42%)
(0.44/0.00/0.44/0.42)	

CMYK percentages

%44.3
%0
%44.3
%41.57

Codes

Color #539553 in popluar color models

539553
RGB8314983
HSL120°28.45%45.49%
HSB/HSV120°44.30%58.43%
CMYK44.30%0.00%44.30%
41.57%

Color #539553 in popluar number systems.

HEX539553
Decimal8314983
Binary1010011100101011010011
Octal123225123

Shades and tints

Shades of #539553

#539553
(83,149,83)
#4C884C
(76,136,76)
#457B45
(69,123,69)
#3E6E3E
(62,110,62)
#376137
(55,97,55)
#305430
(48,84,48)
#294729
(41,71,41)
#223A22
(34,58,34)
#1B2D1B
(27,45,27)
#142014
(20,32,20)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #539553

#539553
(83,149,83)
#629E62
(98,158,98)
#71A771
(113,167,113)
#80B080
(128,176,128)
#8FB98F
(143,185,143)
#9EC29E
(158,194,158)
#ADCBAD
(173,203,173)
#BCD4BC
(188,212,188)
#CBDDCB
(203,221,203)
#DAE6DA
(218,230,218)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539553; }

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

This text font color is #539553.


Background Color

.myBgColor { background-color: #539553; }

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

This div background color is #539553.


Border color

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

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

This div border color is #539553.


Opacity

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

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

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

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

This text has shadow with #539553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539553 on black background.


Color preview on white background

This text has color #539553 on white background.



Black color preview on #539553 background

This text has black color on #539553 background.


White color preview on #539553 background

This text has white color on #539553 background.