COLOR #537158

HEX: #537158
RGB: (83,113,88)

Color info

#537158 contains red, green and blue colors in about the same proportion. Web safe color of #537158 is #666666 (or #666).

RGB color model

#537158 color RGB value is (83,113,88).

  • red value is 83;
  • green value is 113;
  • blue value is 88.
RGB:
(83,113,88)
(33%,44%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 113 of 255 = 44%
B 88 of 255 = 35%

83
113
88

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

Portions of RGB colors in percentages

R + G + B =
83 + 113 + 88 = 284 (100%)
R 83 of 284 ~ 29.23%
G 113 of 284 ~ 39.79%
B 88 of 284 ~ 30.99%

%29.23
%39.79
%30.99

CMYK color model

#537158 color CMYK value is (27,0,22,56).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 55.69%
CMYK:
(27,0,22,56)
C27M0Y22K56 
(27%,0%,22%,56%)
(0.27/0.00/0.22/0.56)	

CMYK percentages

%26.55
%0
%22.12
%55.69

Codes

Color #537158 in popluar color models

537158
RGB8311388
HSL130°15.31%38.43%
HSB/HSV130°26.55%44.31%
CMYK26.55%0.00%22.12%
55.69%

Color #537158 in popluar number systems.

HEX537158
Decimal8311388
Binary101001111100011011000
Octal123161130

Shades and tints

Shades of #537158

#537158
(83,113,88)
#4C6750
(76,103,80)
#455D48
(69,93,72)
#3E5340
(62,83,64)
#374938
(55,73,56)
#303F30
(48,63,48)
#293528
(41,53,40)
#222B20
(34,43,32)
#1B2118
(27,33,24)
#141710
(20,23,16)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #537158

#537158
(83,113,88)
#627D67
(98,125,103)
#718976
(113,137,118)
#809585
(128,149,133)
#8FA194
(143,161,148)
#9EADA3
(158,173,163)
#ADB9B2
(173,185,178)
#BCC5C1
(188,197,193)
#CBD1D0
(203,209,208)
#DADDDF
(218,221,223)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537158 color. Also use rgb(83,113,88) instead hex code.

Text Font Color

.myTextColor { color: #537158; }

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

This text font color is #537158.


Background Color

.myBgColor { background-color: #537158; }

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

This div background color is #537158.


Border color

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

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

This div border color is #537158.


Opacity

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

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

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

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

This text has shadow with #537158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537158 on black background.


Color preview on white background

This text has color #537158 on white background.



Black color preview on #537158 background

This text has black color on #537158 background.


White color preview on #537158 background

This text has white color on #537158 background.