COLOR #537E08

HEX: #537E08
RGB: (83,126,8)

Color info

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

RGB color model

#537E08 color RGB value is (83,126,8).

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

RGB channels and saturation

R 83 of 255 = 33%
G 126 of 255 = 49%
B 8 of 255 = 3%

83
126
8

R + G + B ~ 28%. #537E08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 126 + 8 = 217 (100%)
R 83 of 217 ~ 38.25%
G 126 of 217 ~ 58.06%
B 8 of 217 ~ 3.69%

%38.25
%58.06

CMYK color model

#537E08 color CMYK value is (34,0,94,51).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 93.65%
  • key color value is 50.59%
CMYK:
(34,0,94,51)
C34M0Y94K51 
(34%,0%,94%,51%)
(0.34/0.00/0.94/0.51)	

CMYK percentages

%34.13
%0
%93.65
%50.59

Codes

Color #537E08 in popluar color models

537E08
RGB831268
HSL82°88.06%26.27%
HSB/HSV82°93.65%49.41%
CMYK34.13%0.00%93.65%
50.59%

Color #537E08 in popluar number systems.

HEX537E08
Decimal831268
Binary101001111111101000
Octal12317610

Shades and tints

Shades of #537E08

#537E08
(83,126,8)
#4C7308
(76,115,8)
#456808
(69,104,8)
#3E5D08
(62,93,8)
#375208
(55,82,8)
#304708
(48,71,8)
#293C08
(41,60,8)
#223108
(34,49,8)
#1B2608
(27,38,8)
#141B08
(20,27,8)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #537E08

#537E08
(83,126,8)
#62891E
(98,137,30)
#719434
(113,148,52)
#809F4A
(128,159,74)
#8FAA60
(143,170,96)
#9EB576
(158,181,118)
#ADC08C
(173,192,140)
#BCCBA2
(188,203,162)
#CBD6B8
(203,214,184)
#DAE1CE
(218,225,206)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537E08; }

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

This text font color is #537E08.


Background Color

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

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

This div background color is #537E08.


Border color

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

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

This div border color is #537E08.


Opacity

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

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

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

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

This text has shadow with #537E08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537E08 on black background.


Color preview on white background

This text has color #537E08 on white background.



Black color preview on #537E08 background

This text has black color on #537E08 background.


White color preview on #537E08 background

This text has white color on #537E08 background.