COLOR #537756

HEX: #537756
RGB: (83,119,86)

Color info

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

RGB color model

#537756 color RGB value is (83,119,86).

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

RGB channels and saturation

R 83 of 255 = 33%
G 119 of 255 = 47%
B 86 of 255 = 34%

83
119
86

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

Portions of RGB colors in percentages

R + G + B =
83 + 119 + 86 = 288 (100%)
R 83 of 288 ~ 28.82%
G 119 of 288 ~ 41.32%
B 86 of 288 ~ 29.86%

%28.82
%41.32
%29.86

CMYK color model

#537756 color CMYK value is (30,0,28,53).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 27.73%
  • key color value is 53.33%
CMYK:
(30,0,28,53)
C30M0Y28K53 
(30%,0%,28%,53%)
(0.30/0.00/0.28/0.53)	

CMYK percentages

%30.25
%0
%27.73
%53.33

Codes

Color #537756 in popluar color models

537756
RGB8311986
HSL125°17.82%39.61%
HSB/HSV125°30.25%46.67%
CMYK30.25%0.00%27.73%
53.33%

Color #537756 in popluar number systems.

HEX537756
Decimal8311986
Binary101001111101111010110
Octal123167126

Shades and tints

Shades of #537756

#537756
(83,119,86)
#4C6D4F
(76,109,79)
#456348
(69,99,72)
#3E5941
(62,89,65)
#374F3A
(55,79,58)
#304533
(48,69,51)
#293B2C
(41,59,44)
#223125
(34,49,37)
#1B271E
(27,39,30)
#141D17
(20,29,23)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #537756

#537756
(83,119,86)
#628365
(98,131,101)
#718F74
(113,143,116)
#809B83
(128,155,131)
#8FA792
(143,167,146)
#9EB3A1
(158,179,161)
#ADBFB0
(173,191,176)
#BCCBBF
(188,203,191)
#CBD7CE
(203,215,206)
#DAE3DD
(218,227,221)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537756; }

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

This text font color is #537756.


Background Color

.myBgColor { background-color: #537756; }

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

This div background color is #537756.


Border color

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

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

This div border color is #537756.


Opacity

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

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

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

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

This text has shadow with #537756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537756 on black background.


Color preview on white background

This text has color #537756 on white background.



Black color preview on #537756 background

This text has black color on #537756 background.


White color preview on #537756 background

This text has white color on #537756 background.