COLOR #537548

HEX: #537548
RGB: (83,117,72)

Color info

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

RGB color model

#537548 color RGB value is (83,117,72).

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

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 72 of 255 = 28%

83
117
72

R + G + B ~ 36%. #537548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 72 = 272 (100%)
R 83 of 272 ~ 30.51%
G 117 of 272 ~ 43.01%
B 72 of 272 ~ 26.47%

%30.51
%43.01
%26.47

CMYK color model

#537548 color CMYK value is (29,0,38,54).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 54.12%
CMYK:
(29,0,38,54)
C29M0Y38K54 
(29%,0%,38%,54%)
(0.29/0.00/0.38/0.54)	

CMYK percentages

%29.06
%0
%38.46
%54.12

Codes

Color #537548 in popluar color models

537548
RGB8311772
HSL105°23.81%37.06%
HSB/HSV105°38.46%45.88%
CMYK29.06%0.00%38.46%
54.12%

Color #537548 in popluar number systems.

HEX537548
Decimal8311772
Binary101001111101011001000
Octal123165110

Shades and tints

Shades of #537548

#537548
(83,117,72)
#4C6B42
(76,107,66)
#45613C
(69,97,60)
#3E5736
(62,87,54)
#374D30
(55,77,48)
#30432A
(48,67,42)
#293924
(41,57,36)
#222F1E
(34,47,30)
#1B2518
(27,37,24)
#141B12
(20,27,18)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #537548

#537548
(83,117,72)
#628158
(98,129,88)
#718D68
(113,141,104)
#809978
(128,153,120)
#8FA588
(143,165,136)
#9EB198
(158,177,152)
#ADBDA8
(173,189,168)
#BCC9B8
(188,201,184)
#CBD5C8
(203,213,200)
#DAE1D8
(218,225,216)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537548; }

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

This text font color is #537548.


Background Color

.myBgColor { background-color: #537548; }

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

This div background color is #537548.


Border color

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

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

This div border color is #537548.


Opacity

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

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

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

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

This text has shadow with #537548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537548 on black background.


Color preview on white background

This text has color #537548 on white background.



Black color preview on #537548 background

This text has black color on #537548 background.


White color preview on #537548 background

This text has white color on #537548 background.