COLOR #537656

HEX: #537656
RGB: (83,118,86)

Color info

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

RGB color model

#537656 color RGB value is (83,118,86).

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

RGB channels and saturation

R 83 of 255 = 33%
G 118 of 255 = 46%
B 86 of 255 = 34%

83
118
86

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

Portions of RGB colors in percentages

R + G + B =
83 + 118 + 86 = 287 (100%)
R 83 of 287 ~ 28.92%
G 118 of 287 ~ 41.11%
B 86 of 287 ~ 29.97%

%28.92
%41.11
%29.97

CMYK color model

#537656 color CMYK value is (30,0,27,54).

  • cyan value is 29.66%
  • magenta value is 0.00%
  • yellow value is 27.12%
  • key color value is 53.73%
CMYK:
(30,0,27,54)
C30M0Y27K54 
(30%,0%,27%,54%)
(0.30/0.00/0.27/0.54)	

CMYK percentages

%29.66
%0
%27.12
%53.73

Codes

Color #537656 in popluar color models

537656
RGB8311886
HSL125°17.41%39.41%
HSB/HSV125°29.66%46.27%
CMYK29.66%0.00%27.12%
53.73%

Color #537656 in popluar number systems.

HEX537656
Decimal8311886
Binary101001111101101010110
Octal123166126

Shades and tints

Shades of #537656

#537656
(83,118,86)
#4C6C4F
(76,108,79)
#456248
(69,98,72)
#3E5841
(62,88,65)
#374E3A
(55,78,58)
#304433
(48,68,51)
#293A2C
(41,58,44)
#223025
(34,48,37)
#1B261E
(27,38,30)
#141C17
(20,28,23)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #537656

#537656
(83,118,86)
#628265
(98,130,101)
#718E74
(113,142,116)
#809A83
(128,154,131)
#8FA692
(143,166,146)
#9EB2A1
(158,178,161)
#ADBEB0
(173,190,176)
#BCCABF
(188,202,191)
#CBD6CE
(203,214,206)
#DAE2DD
(218,226,221)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537656; }

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

This text font color is #537656.


Background Color

.myBgColor { background-color: #537656; }

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

This div background color is #537656.


Border color

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

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

This div border color is #537656.


Opacity

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

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

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

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

This text has shadow with #537656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537656 on black background.


Color preview on white background

This text has color #537656 on white background.



Black color preview on #537656 background

This text has black color on #537656 background.


White color preview on #537656 background

This text has white color on #537656 background.