COLOR #538C11

HEX: #538C11
RGB: (83,140,17)

Color info

#538C11 contains mainly red and green colors. Web safe color of #538C11 is #669900 (or #690).

RGB color model

#538C11 color RGB value is (83,140,17).

  • red value is 83;
  • green value is 140;
  • blue value is 17.
RGB:
(83,140,17)
(33%,55%,7%)

RGB channels and saturation

R 83 of 255 = 33%
G 140 of 255 = 55%
B 17 of 255 = 7%

83
140
17

R + G + B ~ 32%. #538C11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 140 + 17 = 240 (100%)
R 83 of 240 ~ 34.58%
G 140 of 240 ~ 58.33%
B 17 of 240 ~ 7.08%

%34.58
%58.33

CMYK color model

#538C11 color CMYK value is (41,0,88,45).

  • cyan value is 40.71%
  • magenta value is 0.00%
  • yellow value is 87.86%
  • key color value is 45.10%
CMYK:
(41,0,88,45)
C41M0Y88K45 
(41%,0%,88%,45%)
(0.41/0.00/0.88/0.45)	

CMYK percentages

%40.71
%0
%87.86
%45.1

Codes

Color #538C11 in popluar color models

538C11
RGB8314017
HSL88°78.34%30.78%
HSB/HSV88°87.86%54.90%
CMYK40.71%0.00%87.86%
45.10%

Color #538C11 in popluar number systems.

HEX538C11
Decimal8314017
Binary10100111000110010001
Octal12321421

Shades and tints

Shades of #538C11

#538C11
(83,140,17)
#4C8010
(76,128,16)
#45740F
(69,116,15)
#3E680E
(62,104,14)
#375C0D
(55,92,13)
#30500C
(48,80,12)
#29440B
(41,68,11)
#22380A
(34,56,10)
#1B2C09
(27,44,9)
#142008
(20,32,8)
#0D1407
(13,20,7)
#000000
(0,0,0)

Tints of #538C11

#538C11
(83,140,17)
#629626
(98,150,38)
#71A03B
(113,160,59)
#80AA50
(128,170,80)
#8FB465
(143,180,101)
#9EBE7A
(158,190,122)
#ADC88F
(173,200,143)
#BCD2A4
(188,210,164)
#CBDCB9
(203,220,185)
#DAE6CE
(218,230,206)
#E9F0E3
(233,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538C11 color. Also use rgb(83,140,17) instead hex code.

Text Font Color

.myTextColor { color: #538C11; }

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

This text font color is #538C11.


Background Color

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

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

This div background color is #538C11.


Border color

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

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

This div border color is #538C11.


Opacity

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

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

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

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

This text has shadow with #538C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538C11 on black background.


Color preview on white background

This text has color #538C11 on white background.



Black color preview on #538C11 background

This text has black color on #538C11 background.


White color preview on #538C11 background

This text has white color on #538C11 background.