COLOR #538C4D

HEX: #538C4D RGB: (83,140,77)

Color info

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

RGB color model

#538C4D color RGB value is (83,140,77).

RGB: (83,140,77) (33%, 55%, 30%)

RGB channels and saturation

R 83 of 255 = 33%
G 140 of 255 = 55%
B 77 of 255 = 30%

83
140
77

R + G + B ~ 39%. #538C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 140 + 77 = 300 (100%)
R 83 of 300 ~ 27.67%
G 140 of 300 ~ 46.67%
B 77 of 300 ~ 25.67'%

%27.67
%46.67
%25.67

CMYK color model

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

  • cyan value is 40.71%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 45.10%

CMYK: (41,0,45,45)
C41M0Y45K45 (41%, 0%, 45%, 45%)
(0.41 / 0.00 / 0.45 / 0.45)

CMYK percentages

%40.71
%0
%45
%45.1

Codes

Color #538C4D in popluar color models

53 8C 4D
RGB 83 140 77
HSL 114° 29.03% 42.55%
HSB/HSV 114° 45.00% 54.90%
CMYK 40.71% 0.00% 45.00%
45.10%

Color #538C4D in popluar number systems.

HEX 53 8C 4D
Decimal 83 140 77
Binary 1010011 10001100 1001101
Octal 123 214 115

Shades and tints

Shades of #538C4D

#538C4D
(83,140,77)
#4C8046
(76,128,70)
#45743F
(69,116,63)
#3E6838
(62,104,56)
#375C31
(55,92,49)
#30502A
(48,80,42)
#294423
(41,68,35)
#22381C
(34,56,28)
#1B2C15
(27,44,21)
#14200E
(20,32,14)
#0D1407
(13,20,7)
#000000
(0,0,0)

Tints of #538C4D

#538C4D
(83,140,77)
#62965D
(98,150,93)
#71A06D
(113,160,109)
#80AA7D
(128,170,125)
#8FB48D
(143,180,141)
#9EBE9D
(158,190,157)
#ADC8AD
(173,200,173)
#BCD2BD
(188,210,189)
#CBDCCD
(203,220,205)
#DAE6DD
(218,230,221)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538C4D; }

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

This text font color is #538C4D.

Background Color

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

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

This div background color is #538C4D.

Border color

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

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

This div border color is #538C4D.

Opacity

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

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

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

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

This text has shadow with #538C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #538C4D.

Preview

Color preview on black background

This text has color #538C4D on black background.


Color preview on white background

This text has color #538C4D on white background.


Black color preview on #538C4D background

This text has black color on #538C4D background.


White color preview on #538C4D background

This text has white color on #538C4D background.


Related colors

Complementary color

Complementary color for #hex is #AC73B2.


I love getcolorcode.com

Triadic colors

1 #4D538C and #8C4D53 with #538C4D are triadic colors.

2 #4D8C53 and #8C534D with #538C4D are triadic colors.