COLOR #537845

HEX: #537845
RGB: (83,120,69)

Color info

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

RGB color model

#537845 color RGB value is (83,120,69).

  • red value is 83;
  • green value is 120;
  • blue value is 69.
RGB:
(83,120,69)
(33%,47%,27%)

RGB channels and saturation

R 83 of 255 = 33%
G 120 of 255 = 47%
B 69 of 255 = 27%

83
120
69

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

Portions of RGB colors in percentages

R + G + B =
83 + 120 + 69 = 272 (100%)
R 83 of 272 ~ 30.51%
G 120 of 272 ~ 44.12%
B 69 of 272 ~ 25.37%

%30.51
%44.12
%25.37

CMYK color model

#537845 color CMYK value is (31,0,43,53).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 52.94%
CMYK:
(31,0,43,53)
C31M0Y43K53 
(31%,0%,43%,53%)
(0.31/0.00/0.43/0.53)	

CMYK percentages

%30.83
%0
%42.5
%52.94

Codes

Color #537845 in popluar color models

537845
RGB8312069
HSL104°26.98%37.06%
HSB/HSV104°42.50%47.06%
CMYK30.83%0.00%42.50%
52.94%

Color #537845 in popluar number systems.

HEX537845
Decimal8312069
Binary101001111110001000101
Octal123170105

Shades and tints

Shades of #537845

#537845
(83,120,69)
#4C6E3F
(76,110,63)
#456439
(69,100,57)
#3E5A33
(62,90,51)
#37502D
(55,80,45)
#304627
(48,70,39)
#293C21
(41,60,33)
#22321B
(34,50,27)
#1B2815
(27,40,21)
#141E0F
(20,30,15)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #537845

#537845
(83,120,69)
#628455
(98,132,85)
#719065
(113,144,101)
#809C75
(128,156,117)
#8FA885
(143,168,133)
#9EB495
(158,180,149)
#ADC0A5
(173,192,165)
#BCCCB5
(188,204,181)
#CBD8C5
(203,216,197)
#DAE4D5
(218,228,213)
#E9F0E5
(233,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537845 color. Also use rgb(83,120,69) instead hex code.

Text Font Color

.myTextColor { color: #537845; }

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

This text font color is #537845.


Background Color

.myBgColor { background-color: #537845; }

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

This div background color is #537845.


Border color

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

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

This div border color is #537845.


Opacity

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

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

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

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

This text has shadow with #537845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537845 on black background.


Color preview on white background

This text has color #537845 on white background.



Black color preview on #537845 background

This text has black color on #537845 background.


White color preview on #537845 background

This text has white color on #537845 background.