COLOR #539951

HEX: #539951
RGB: (83,153,81)

Color info

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

RGB color model

#539951 color RGB value is (83,153,81).

  • red value is 83;
  • green value is 153;
  • blue value is 81.
RGB:
(83,153,81)
(33%,60%,32%)

RGB channels and saturation

R 83 of 255 = 33%
G 153 of 255 = 60%
B 81 of 255 = 32%

83
153
81

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

Portions of RGB colors in percentages

R + G + B =
83 + 153 + 81 = 317 (100%)
R 83 of 317 ~ 26.18%
G 153 of 317 ~ 48.26%
B 81 of 317 ~ 25.55%

%26.18
%48.26
%25.55

CMYK color model

#539951 color CMYK value is (46,0,47,40).

  • cyan value is 45.75%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 40.00%
CMYK:
(46,0,47,40)
C46M0Y47K40 
(46%,0%,47%,40%)
(0.46/0.00/0.47/0.40)	

CMYK percentages

%45.75
%0
%47.06
%40

Codes

Color #539951 in popluar color models

539951
RGB8315381
HSL118°30.77%45.88%
HSB/HSV118°47.06%60.00%
CMYK45.75%0.00%47.06%
40.00%

Color #539951 in popluar number systems.

HEX539951
Decimal8315381
Binary1010011100110011010001
Octal123231121

Shades and tints

Shades of #539951

#539951
(83,153,81)
#4C8C4A
(76,140,74)
#457F43
(69,127,67)
#3E723C
(62,114,60)
#376535
(55,101,53)
#30582E
(48,88,46)
#294B27
(41,75,39)
#223E20
(34,62,32)
#1B3119
(27,49,25)
#142412
(20,36,18)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #539951

#539951
(83,153,81)
#62A260
(98,162,96)
#71AB6F
(113,171,111)
#80B47E
(128,180,126)
#8FBD8D
(143,189,141)
#9EC69C
(158,198,156)
#ADCFAB
(173,207,171)
#BCD8BA
(188,216,186)
#CBE1C9
(203,225,201)
#DAEAD8
(218,234,216)
#E9F3E7
(233,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539951; }

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

This text font color is #539951.


Background Color

.myBgColor { background-color: #539951; }

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

This div background color is #539951.


Border color

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

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

This div border color is #539951.


Opacity

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

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

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

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

This text has shadow with #539951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539951 on black background.


Color preview on white background

This text has color #539951 on white background.



Black color preview on #539951 background

This text has black color on #539951 background.


White color preview on #539951 background

This text has white color on #539951 background.