COLOR #537E00

HEX: #537E00
RGB: (83,126,0)

Color info

#537E00 contains only red and green colors. Web safe color of #537E00 is #666600 (or #660).

RGB color model

#537E00 color RGB value is (83,126,0).

  • red value is 83;
  • green value is 126;
  • blue value is 0.
RGB:
(83,126,0)
(33%,49%,0%)

RGB channels and saturation

R 83 of 255 = 33%
G 126 of 255 = 49%
B 0 of 255 = 0%

83
126
0

R + G + B ~ 27%. #537E00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 126 + 0 = 209 (100%)
R 83 of 209 ~ 39.71%
G 126 of 209 ~ 60.29%
B 0 of 209 ~ 0%

%39.71
%60.29

CMYK color model

#537E00 color CMYK value is (34,0,100,51).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 50.59%
CMYK:
(34,0,100,51)
C34M0Y100K51 
(34%,0%,100%,51%)
(0.34/0.00/1.00/0.51)	

CMYK percentages

%34.13
%0
%100
%50.59

Codes

Color #537E00 in popluar color models

537E00
RGB831260
HSL80°100.00%24.71%
HSB/HSV80°100.00%49.41%
CMYK34.13%0.00%100.00%
50.59%

Color #537E00 in popluar number systems.

HEX537E00
Decimal831260
Binary101001111111100
Octal1231760

Shades and tints

Shades of #537E00

#537E00
(83,126,0)
#4C7300
(76,115,0)
#456800
(69,104,0)
#3E5D00
(62,93,0)
#375200
(55,82,0)
#304700
(48,71,0)
#293C00
(41,60,0)
#223100
(34,49,0)
#1B2600
(27,38,0)
#141B00
(20,27,0)
#0D1000
(13,16,0)
#000000
(0,0,0)

Tints of #537E00

#537E00
(83,126,0)
#628917
(98,137,23)
#71942E
(113,148,46)
#809F45
(128,159,69)
#8FAA5C
(143,170,92)
#9EB573
(158,181,115)
#ADC08A
(173,192,138)
#BCCBA1
(188,203,161)
#CBD6B8
(203,214,184)
#DAE1CF
(218,225,207)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537E00 color. Also use rgb(83,126,0) instead hex code.

Text Font Color

.myTextColor { color: #537E00; }

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

This text font color is #537E00.


Background Color

.myBgColor { background-color: #537E00; }

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

This div background color is #537E00.


Border color

.myBorderColor { border: 1px solid #537E00; }

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

This div border color is #537E00.


Opacity

.myOpacity80 { color: #537E00; opacity: 0.8; }

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

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

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

This text has shadow with #537E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537E00 on black background.


Color preview on white background

This text has color #537E00 on white background.



Black color preview on #537E00 background

This text has black color on #537E00 background.


White color preview on #537E00 background

This text has white color on #537E00 background.