COLOR #538D3B

HEX: #538D3B
RGB: (83,141,59)

Color info

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

RGB color model

#538D3B color RGB value is (83,141,59).

  • red value is 83;
  • green value is 141;
  • blue value is 59.
RGB:
(83,141,59)
(33%,55%,23%)

RGB channels and saturation

R 83 of 255 = 33%
G 141 of 255 = 55%
B 59 of 255 = 23%

83
141
59

R + G + B ~ 37%. #538D3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 141 + 59 = 283 (100%)
R 83 of 283 ~ 29.33%
G 141 of 283 ~ 49.82%
B 59 of 283 ~ 20.85%

%29.33
%49.82
%20.85

CMYK color model

#538D3B color CMYK value is (41,0,58,45).

  • cyan value is 41.13%
  • magenta value is 0.00%
  • yellow value is 58.16%
  • key color value is 44.71%
CMYK:
(41,0,58,45)
C41M0Y58K45 
(41%,0%,58%,45%)
(0.41/0.00/0.58/0.45)	

CMYK percentages

%41.13
%0
%58.16
%44.71

Codes

Color #538D3B in popluar color models

538D3B
RGB8314159
HSL102°41.00%39.22%
HSB/HSV102°58.16%55.29%
CMYK41.13%0.00%58.16%
44.71%

Color #538D3B in popluar number systems.

HEX538D3B
Decimal8314159
Binary101001110001101111011
Octal12321573

Shades and tints

Shades of #538D3B

#538D3B
(83,141,59)
#4C8136
(76,129,54)
#457531
(69,117,49)
#3E692C
(62,105,44)
#375D27
(55,93,39)
#305122
(48,81,34)
#29451D
(41,69,29)
#223918
(34,57,24)
#1B2D13
(27,45,19)
#14210E
(20,33,14)
#0D1509
(13,21,9)
#000000
(0,0,0)

Tints of #538D3B

#538D3B
(83,141,59)
#62974C
(98,151,76)
#71A15D
(113,161,93)
#80AB6E
(128,171,110)
#8FB57F
(143,181,127)
#9EBF90
(158,191,144)
#ADC9A1
(173,201,161)
#BCD3B2
(188,211,178)
#CBDDC3
(203,221,195)
#DAE7D4
(218,231,212)
#E9F1E5
(233,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538D3B color. Also use rgb(83,141,59) instead hex code.

Text Font Color

.myTextColor { color: #538D3B; }

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

This text font color is #538D3B.


Background Color

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

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

This div background color is #538D3B.


Border color

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

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

This div border color is #538D3B.


Opacity

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

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

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

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

This text has shadow with #538D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538D3B on black background.


Color preview on white background

This text has color #538D3B on white background.



Black color preview on #538D3B background

This text has black color on #538D3B background.


White color preview on #538D3B background

This text has white color on #538D3B background.