COLOR #537558

HEX: #537558
RGB: (83,117,88)

Color info

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

RGB color model

#537558 color RGB value is (83,117,88).

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

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 88 of 255 = 35%

83
117
88

R + G + B ~ 38%. #537558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 88 = 288 (100%)
R 83 of 288 ~ 28.82%
G 117 of 288 ~ 40.63%
B 88 of 288 ~ 30.56%

%28.82
%40.63
%30.56

CMYK color model

#537558 color CMYK value is (29,0,25,54).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 54.12%
CMYK:
(29,0,25,54)
C29M0Y25K54 
(29%,0%,25%,54%)
(0.29/0.00/0.25/0.54)	

CMYK percentages

%29.06
%0
%24.79
%54.12

Codes

Color #537558 in popluar color models

537558
RGB8311788
HSL129°17.00%39.22%
HSB/HSV129°29.06%45.88%
CMYK29.06%0.00%24.79%
54.12%

Color #537558 in popluar number systems.

HEX537558
Decimal8311788
Binary101001111101011011000
Octal123165130

Shades and tints

Shades of #537558

#537558
(83,117,88)
#4C6B50
(76,107,80)
#456148
(69,97,72)
#3E5740
(62,87,64)
#374D38
(55,77,56)
#304330
(48,67,48)
#293928
(41,57,40)
#222F20
(34,47,32)
#1B2518
(27,37,24)
#141B10
(20,27,16)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #537558

#537558
(83,117,88)
#628167
(98,129,103)
#718D76
(113,141,118)
#809985
(128,153,133)
#8FA594
(143,165,148)
#9EB1A3
(158,177,163)
#ADBDB2
(173,189,178)
#BCC9C1
(188,201,193)
#CBD5D0
(203,213,208)
#DAE1DF
(218,225,223)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537558; }

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

This text font color is #537558.


Background Color

.myBgColor { background-color: #537558; }

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

This div background color is #537558.


Border color

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

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

This div border color is #537558.


Opacity

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

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

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

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

This text has shadow with #537558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537558 on black background.


Color preview on white background

This text has color #537558 on white background.



Black color preview on #537558 background

This text has black color on #537558 background.


White color preview on #537558 background

This text has white color on #537558 background.