COLOR #538957

HEX: #538957
RGB: (83,137,87)

Color info

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

RGB color model

#538957 color RGB value is (83,137,87).

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

RGB channels and saturation

R 83 of 255 = 33%
G 137 of 255 = 54%
B 87 of 255 = 34%

83
137
87

R + G + B ~ 40%. #538957 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 137 + 87 = 307 (100%)
R 83 of 307 ~ 27.04%
G 137 of 307 ~ 44.63%
B 87 of 307 ~ 28.34%

%27.04
%44.63
%28.34

CMYK color model

#538957 color CMYK value is (39,0,36,46).

  • cyan value is 39.42%
  • magenta value is 0.00%
  • yellow value is 36.50%
  • key color value is 46.27%
CMYK:
(39,0,36,46)
C39M0Y36K46 
(39%,0%,36%,46%)
(0.39/0.00/0.36/0.46)	

CMYK percentages

%39.42
%0
%36.5
%46.27

Codes

Color #538957 in popluar color models

538957
RGB8313787
HSL124°24.55%43.14%
HSB/HSV124°39.42%53.73%
CMYK39.42%0.00%36.50%
46.27%

Color #538957 in popluar number systems.

HEX538957
Decimal8313787
Binary1010011100010011010111
Octal123211127

Shades and tints

Shades of #538957

#538957
(83,137,87)
#4C7D50
(76,125,80)
#457149
(69,113,73)
#3E6542
(62,101,66)
#37593B
(55,89,59)
#304D34
(48,77,52)
#29412D
(41,65,45)
#223526
(34,53,38)
#1B291F
(27,41,31)
#141D18
(20,29,24)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #538957

#538957
(83,137,87)
#629366
(98,147,102)
#719D75
(113,157,117)
#80A784
(128,167,132)
#8FB193
(143,177,147)
#9EBBA2
(158,187,162)
#ADC5B1
(173,197,177)
#BCCFC0
(188,207,192)
#CBD9CF
(203,217,207)
#DAE3DE
(218,227,222)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538957; }

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

This text font color is #538957.


Background Color

.myBgColor { background-color: #538957; }

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

This div background color is #538957.


Border color

.myBorderColor { border: 1px solid #538957; }

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

This div border color is #538957.


Opacity

.myOpacity80 { color: #538957; opacity: 0.8; }

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

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

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

This text has shadow with #538957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538957 on black background.


Color preview on white background

This text has color #538957 on white background.



Black color preview on #538957 background

This text has black color on #538957 background.


White color preview on #538957 background

This text has white color on #538957 background.