COLOR #537049

HEX: #537049
RGB: (83,112,73)

Color info

#537049 contains red, green and blue colors in about the same proportion. Web safe color of #537049 is #666633 (or #663).

RGB color model

#537049 color RGB value is (83,112,73).

  • red value is 83;
  • green value is 112;
  • blue value is 73.
RGB:
(83,112,73)
(33%,44%,29%)

RGB channels and saturation

R 83 of 255 = 33%
G 112 of 255 = 44%
B 73 of 255 = 29%

83
112
73

R + G + B ~ 35%. #537049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 112 + 73 = 268 (100%)
R 83 of 268 ~ 30.97%
G 112 of 268 ~ 41.79%
B 73 of 268 ~ 27.24%

%30.97
%41.79
%27.24

CMYK color model

#537049 color CMYK value is (26,0,35,56).

  • cyan value is 25.89%
  • magenta value is 0.00%
  • yellow value is 34.82%
  • key color value is 56.08%
CMYK:
(26,0,35,56)
C26M0Y35K56 
(26%,0%,35%,56%)
(0.26/0.00/0.35/0.56)	

CMYK percentages

%25.89
%0
%34.82
%56.08

Codes

Color #537049 in popluar color models

537049
RGB8311273
HSL105°21.08%36.27%
HSB/HSV105°34.82%43.92%
CMYK25.89%0.00%34.82%
56.08%

Color #537049 in popluar number systems.

HEX537049
Decimal8311273
Binary101001111100001001001
Octal123160111

Shades and tints

Shades of #537049

#537049
(83,112,73)
#4C6643
(76,102,67)
#455C3D
(69,92,61)
#3E5237
(62,82,55)
#374831
(55,72,49)
#303E2B
(48,62,43)
#293425
(41,52,37)
#222A1F
(34,42,31)
#1B2019
(27,32,25)
#141613
(20,22,19)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #537049

#537049
(83,112,73)
#627D59
(98,125,89)
#718A69
(113,138,105)
#809779
(128,151,121)
#8FA489
(143,164,137)
#9EB199
(158,177,153)
#ADBEA9
(173,190,169)
#BCCBB9
(188,203,185)
#CBD8C9
(203,216,201)
#DAE5D9
(218,229,217)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537049 color. Also use rgb(83,112,73) instead hex code.

Text Font Color

.myTextColor { color: #537049; }

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

This text font color is #537049.


Background Color

.myBgColor { background-color: #537049; }

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

This div background color is #537049.


Border color

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

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

This div border color is #537049.


Opacity

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

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

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

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

This text has shadow with #537049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537049 on black background.


Color preview on white background

This text has color #537049 on white background.



Black color preview on #537049 background

This text has black color on #537049 background.


White color preview on #537049 background

This text has white color on #537049 background.