COLOR #538B57

HEX: #538B57
RGB: (83,139,87)

Color info

#538B57 contains red, green and blue colors in about the same proportion. Web safe color of #538B57 is #669966 (or #696).

RGB color model

#538B57 color RGB value is (83,139,87).

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

RGB channels and saturation

R 83 of 255 = 33%
G 139 of 255 = 55%
B 87 of 255 = 34%

83
139
87

R + G + B ~ 41%. #538B57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 139 + 87 = 309 (100%)
R 83 of 309 ~ 26.86%
G 139 of 309 ~ 44.98%
B 87 of 309 ~ 28.16%

%26.86
%44.98
%28.16

CMYK color model

#538B57 color CMYK value is (40,0,37,45).

  • cyan value is 40.29%
  • magenta value is 0.00%
  • yellow value is 37.41%
  • key color value is 45.49%
CMYK:
(40,0,37,45)
C40M0Y37K45 
(40%,0%,37%,45%)
(0.40/0.00/0.37/0.45)	

CMYK percentages

%40.29
%0
%37.41
%45.49

Codes

Color #538B57 in popluar color models

538B57
RGB8313987
HSL124°25.23%43.53%
HSB/HSV124°40.29%54.51%
CMYK40.29%0.00%37.41%
45.49%

Color #538B57 in popluar number systems.

HEX538B57
Decimal8313987
Binary1010011100010111010111
Octal123213127

Shades and tints

Shades of #538B57

#538B57
(83,139,87)
#4C7F50
(76,127,80)
#457349
(69,115,73)
#3E6742
(62,103,66)
#375B3B
(55,91,59)
#304F34
(48,79,52)
#29432D
(41,67,45)
#223726
(34,55,38)
#1B2B1F
(27,43,31)
#141F18
(20,31,24)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #538B57

#538B57
(83,139,87)
#629566
(98,149,102)
#719F75
(113,159,117)
#80A984
(128,169,132)
#8FB393
(143,179,147)
#9EBDA2
(158,189,162)
#ADC7B1
(173,199,177)
#BCD1C0
(188,209,192)
#CBDBCF
(203,219,207)
#DAE5DE
(218,229,222)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538B57; }

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

This text font color is #538B57.


Background Color

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

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

This div background color is #538B57.


Border color

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

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

This div border color is #538B57.


Opacity

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

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

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

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

This text has shadow with #538B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538B57 on black background.


Color preview on white background

This text has color #538B57 on white background.



Black color preview on #538B57 background

This text has black color on #538B57 background.


White color preview on #538B57 background

This text has white color on #538B57 background.