COLOR #538B3D

HEX: #538B3D
RGB: (83,139,61)

Color info

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

RGB color model

#538B3D color RGB value is (83,139,61).

  • red value is 83;
  • green value is 139;
  • blue value is 61.
RGB:
(83,139,61)
(33%,55%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 139 of 255 = 55%
B 61 of 255 = 24%

83
139
61

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

Portions of RGB colors in percentages

R + G + B =
83 + 139 + 61 = 283 (100%)
R 83 of 283 ~ 29.33%
G 139 of 283 ~ 49.12%
B 61 of 283 ~ 21.55%

%29.33
%49.12
%21.55

CMYK color model

#538B3D color CMYK value is (40,0,56,45).

  • cyan value is 40.29%
  • magenta value is 0.00%
  • yellow value is 56.12%
  • key color value is 45.49%
CMYK:
(40,0,56,45)
C40M0Y56K45 
(40%,0%,56%,45%)
(0.40/0.00/0.56/0.45)	

CMYK percentages

%40.29
%0
%56.12
%45.49

Codes

Color #538B3D in popluar color models

538B3D
RGB8313961
HSL103°39.00%39.22%
HSB/HSV103°56.12%54.51%
CMYK40.29%0.00%56.12%
45.49%

Color #538B3D in popluar number systems.

HEX538B3D
Decimal8313961
Binary101001110001011111101
Octal12321375

Shades and tints

Shades of #538B3D

#538B3D
(83,139,61)
#4C7F38
(76,127,56)
#457333
(69,115,51)
#3E672E
(62,103,46)
#375B29
(55,91,41)
#304F24
(48,79,36)
#29431F
(41,67,31)
#22371A
(34,55,26)
#1B2B15
(27,43,21)
#141F10
(20,31,16)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #538B3D

#538B3D
(83,139,61)
#62954E
(98,149,78)
#719F5F
(113,159,95)
#80A970
(128,169,112)
#8FB381
(143,179,129)
#9EBD92
(158,189,146)
#ADC7A3
(173,199,163)
#BCD1B4
(188,209,180)
#CBDBC5
(203,219,197)
#DAE5D6
(218,229,214)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538B3D color. Also use rgb(83,139,61) instead hex code.

Text Font Color

.myTextColor { color: #538B3D; }

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

This text font color is #538B3D.


Background Color

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

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

This div background color is #538B3D.


Border color

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

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

This div border color is #538B3D.


Opacity

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

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

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

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

This text has shadow with #538B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538B3D on black background.


Color preview on white background

This text has color #538B3D on white background.



Black color preview on #538B3D background

This text has black color on #538B3D background.


White color preview on #538B3D background

This text has white color on #538B3D background.