COLOR #537662

HEX: #537662
RGB: (83,118,98)

Color info

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

RGB color model

#537662 color RGB value is (83,118,98).

  • red value is 83;
  • green value is 118;
  • blue value is 98.
RGB:
(83,118,98)
(33%,46%,38%)

RGB channels and saturation

R 83 of 255 = 33%
G 118 of 255 = 46%
B 98 of 255 = 38%

83
118
98

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

Portions of RGB colors in percentages

R + G + B =
83 + 118 + 98 = 299 (100%)
R 83 of 299 ~ 27.76%
G 118 of 299 ~ 39.46%
B 98 of 299 ~ 32.78%

%27.76
%39.46
%32.78

CMYK color model

#537662 color CMYK value is (30,0,17,54).

  • cyan value is 29.66%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(30,0,17,54)
C30M0Y17K54 
(30%,0%,17%,54%)
(0.30/0.00/0.17/0.54)	

CMYK percentages

%29.66
%0
%16.95
%53.73

Codes

Color #537662 in popluar color models

537662
RGB8311898
HSL146°17.41%39.41%
HSB/HSV146°29.66%46.27%
CMYK29.66%0.00%16.95%
53.73%

Color #537662 in popluar number systems.

HEX537662
Decimal8311898
Binary101001111101101100010
Octal123166142

Shades and tints

Shades of #537662

#537662
(83,118,98)
#4C6C5A
(76,108,90)
#456252
(69,98,82)
#3E584A
(62,88,74)
#374E42
(55,78,66)
#30443A
(48,68,58)
#293A32
(41,58,50)
#22302A
(34,48,42)
#1B2622
(27,38,34)
#141C1A
(20,28,26)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #537662

#537662
(83,118,98)
#628270
(98,130,112)
#718E7E
(113,142,126)
#809A8C
(128,154,140)
#8FA69A
(143,166,154)
#9EB2A8
(158,178,168)
#ADBEB6
(173,190,182)
#BCCAC4
(188,202,196)
#CBD6D2
(203,214,210)
#DAE2E0
(218,226,224)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537662 color. Also use rgb(83,118,98) instead hex code.

Text Font Color

.myTextColor { color: #537662; }

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

This text font color is #537662.


Background Color

.myBgColor { background-color: #537662; }

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

This div background color is #537662.


Border color

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

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

This div border color is #537662.


Opacity

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

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

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

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

This text has shadow with #537662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537662 on black background.


Color preview on white background

This text has color #537662 on white background.



Black color preview on #537662 background

This text has black color on #537662 background.


White color preview on #537662 background

This text has white color on #537662 background.