COLOR #538E30

HEX: #538E30
RGB: (83,142,48)

Color info

#538E30 contains mainly red and green colors. Web safe color of #538E30 is #669933 (or #693).

RGB color model

#538E30 color RGB value is (83,142,48).

  • red value is 83;
  • green value is 142;
  • blue value is 48.
RGB:
(83,142,48)
(33%,56%,19%)

RGB channels and saturation

R 83 of 255 = 33%
G 142 of 255 = 56%
B 48 of 255 = 19%

83
142
48

R + G + B ~ 36%. #538E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 142 + 48 = 273 (100%)
R 83 of 273 ~ 30.4%
G 142 of 273 ~ 52.01%
B 48 of 273 ~ 17.58%

%30.4
%52.01
%17.58

CMYK color model

#538E30 color CMYK value is (42,0,66,44).

  • cyan value is 41.55%
  • magenta value is 0.00%
  • yellow value is 66.20%
  • key color value is 44.31%
CMYK:
(42,0,66,44)
C42M0Y66K44 
(42%,0%,66%,44%)
(0.42/0.00/0.66/0.44)	

CMYK percentages

%41.55
%0
%66.2
%44.31

Codes

Color #538E30 in popluar color models

538E30
RGB8314248
HSL98°49.47%37.25%
HSB/HSV98°66.20%55.69%
CMYK41.55%0.00%66.20%
44.31%

Color #538E30 in popluar number systems.

HEX538E30
Decimal8314248
Binary101001110001110110000
Octal12321660

Shades and tints

Shades of #538E30

#538E30
(83,142,48)
#4C822C
(76,130,44)
#457628
(69,118,40)
#3E6A24
(62,106,36)
#375E20
(55,94,32)
#30521C
(48,82,28)
#294618
(41,70,24)
#223A14
(34,58,20)
#1B2E10
(27,46,16)
#14220C
(20,34,12)
#0D1608
(13,22,8)
#000000
(0,0,0)

Tints of #538E30

#538E30
(83,142,48)
#629842
(98,152,66)
#71A254
(113,162,84)
#80AC66
(128,172,102)
#8FB678
(143,182,120)
#9EC08A
(158,192,138)
#ADCA9C
(173,202,156)
#BCD4AE
(188,212,174)
#CBDEC0
(203,222,192)
#DAE8D2
(218,232,210)
#E9F2E4
(233,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538E30 color. Also use rgb(83,142,48) instead hex code.

Text Font Color

.myTextColor { color: #538E30; }

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

This text font color is #538E30.


Background Color

.myBgColor { background-color: #538E30; }

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

This div background color is #538E30.


Border color

.myBorderColor { border: 1px solid #538E30; }

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

This div border color is #538E30.


Opacity

.myOpacity80 { color: #538E30; opacity: 0.8; }

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

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

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

This text has shadow with #538E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538E30 on black background.


Color preview on white background

This text has color #538E30 on white background.



Black color preview on #538E30 background

This text has black color on #538E30 background.


White color preview on #538E30 background

This text has white color on #538E30 background.