COLOR #538400

HEX: #538400
RGB: (83,132,0)

Color info

#538400 contains only red and green colors. Web safe color of #538400 is #669900 (or #690).

RGB color model

#538400 color RGB value is (83,132,0).

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

RGB channels and saturation

R 83 of 255 = 33%
G 132 of 255 = 52%
B 0 of 255 = 0%

83
132
0

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

Portions of RGB colors in percentages

R + G + B =
83 + 132 + 0 = 215 (100%)
R 83 of 215 ~ 38.6%
G 132 of 215 ~ 61.4%
B 0 of 215 ~ 0%

%38.6
%61.4

CMYK color model

#538400 color CMYK value is (37,0,100,48).

  • cyan value is 37.12%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 48.24%
CMYK:
(37,0,100,48)
C37M0Y100K48 
(37%,0%,100%,48%)
(0.37/0.00/1.00/0.48)	

CMYK percentages

%37.12
%0
%100
%48.24

Codes

Color #538400 in popluar color models

538400
RGB831320
HSL82°100.00%25.88%
HSB/HSV82°100.00%51.76%
CMYK37.12%0.00%100.00%
48.24%

Color #538400 in popluar number systems.

HEX538400
Decimal831320
Binary1010011100001000
Octal1232040

Shades and tints

Shades of #538400

#538400
(83,132,0)
#4C7800
(76,120,0)
#456C00
(69,108,0)
#3E6000
(62,96,0)
#375400
(55,84,0)
#304800
(48,72,0)
#293C00
(41,60,0)
#223000
(34,48,0)
#1B2400
(27,36,0)
#141800
(20,24,0)
#0D0C00
(13,12,0)
#000000
(0,0,0)

Tints of #538400

#538400
(83,132,0)
#628F17
(98,143,23)
#719A2E
(113,154,46)
#80A545
(128,165,69)
#8FB05C
(143,176,92)
#9EBB73
(158,187,115)
#ADC68A
(173,198,138)
#BCD1A1
(188,209,161)
#CBDCB8
(203,220,184)
#DAE7CF
(218,231,207)
#E9F2E6
(233,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538400; }

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

This text font color is #538400.


Background Color

.myBgColor { background-color: #538400; }

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

This div background color is #538400.


Border color

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

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

This div border color is #538400.


Opacity

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

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

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

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

This text has shadow with #538400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538400 on black background.


Color preview on white background

This text has color #538400 on white background.



Black color preview on #538400 background

This text has black color on #538400 background.


White color preview on #538400 background

This text has white color on #538400 background.