COLOR #537E03

HEX: #537E03
RGB: (83,126,3)

Color info

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

RGB color model

#537E03 color RGB value is (83,126,3).

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

RGB channels and saturation

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

83
126
3

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

Portions of RGB colors in percentages

R + G + B =
83 + 126 + 3 = 212 (100%)
R 83 of 212 ~ 39.15%
G 126 of 212 ~ 59.43%
B 3 of 212 ~ 1.42%

%39.15
%59.43

CMYK color model

#537E03 color CMYK value is (34,0,98,51).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 97.62%
  • key color value is 50.59%
CMYK:
(34,0,98,51)
C34M0Y98K51 
(34%,0%,98%,51%)
(0.34/0.00/0.98/0.51)	

CMYK percentages

%34.13
%0
%97.62
%50.59

Codes

Color #537E03 in popluar color models

537E03
RGB831263
HSL81°95.35%25.29%
HSB/HSV81°97.62%49.41%
CMYK34.13%0.00%97.62%
50.59%

Color #537E03 in popluar number systems.

HEX537E03
Decimal831263
Binary1010011111111011
Octal1231763

Shades and tints

Shades of #537E03

#537E03
(83,126,3)
#4C7303
(76,115,3)
#456803
(69,104,3)
#3E5D03
(62,93,3)
#375203
(55,82,3)
#304703
(48,71,3)
#293C03
(41,60,3)
#223103
(34,49,3)
#1B2603
(27,38,3)
#141B03
(20,27,3)
#0D1003
(13,16,3)
#000000
(0,0,0)

Tints of #537E03

#537E03
(83,126,3)
#628919
(98,137,25)
#71942F
(113,148,47)
#809F45
(128,159,69)
#8FAA5B
(143,170,91)
#9EB571
(158,181,113)
#ADC087
(173,192,135)
#BCCB9D
(188,203,157)
#CBD6B3
(203,214,179)
#DAE1C9
(218,225,201)
#E9ECDF
(233,236,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537E03; }

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

This text font color is #537E03.


Background Color

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

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

This div background color is #537E03.


Border color

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

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

This div border color is #537E03.


Opacity

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

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

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

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

This text has shadow with #537E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537E03 on black background.


Color preview on white background

This text has color #537E03 on white background.



Black color preview on #537E03 background

This text has black color on #537E03 background.


White color preview on #537E03 background

This text has white color on #537E03 background.