COLOR #537340

HEX: #537340
RGB: (83,115,64)

Color info

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

RGB color model

#537340 color RGB value is (83,115,64).

  • red value is 83;
  • green value is 115;
  • blue value is 64.
RGB:
(83,115,64)
(33%,45%,25%)

RGB channels and saturation

R 83 of 255 = 33%
G 115 of 255 = 45%
B 64 of 255 = 25%

83
115
64

R + G + B ~ 34%. #537340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 115 + 64 = 262 (100%)
R 83 of 262 ~ 31.68%
G 115 of 262 ~ 43.89%
B 64 of 262 ~ 24.43%

%31.68
%43.89
%24.43

CMYK color model

#537340 color CMYK value is (28,0,44,55).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 44.35%
  • key color value is 54.90%
CMYK:
(28,0,44,55)
C28M0Y44K55 
(28%,0%,44%,55%)
(0.28/0.00/0.44/0.55)	

CMYK percentages

%27.83
%0
%44.35
%54.9

Codes

Color #537340 in popluar color models

537340
RGB8311564
HSL98°28.49%35.10%
HSB/HSV98°44.35%45.10%
CMYK27.83%0.00%44.35%
54.90%

Color #537340 in popluar number systems.

HEX537340
Decimal8311564
Binary101001111100111000000
Octal123163100

Shades and tints

Shades of #537340

#537340
(83,115,64)
#4C693B
(76,105,59)
#455F36
(69,95,54)
#3E5531
(62,85,49)
#374B2C
(55,75,44)
#304127
(48,65,39)
#293722
(41,55,34)
#222D1D
(34,45,29)
#1B2318
(27,35,24)
#141913
(20,25,19)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #537340

#537340
(83,115,64)
#627F51
(98,127,81)
#718B62
(113,139,98)
#809773
(128,151,115)
#8FA384
(143,163,132)
#9EAF95
(158,175,149)
#ADBBA6
(173,187,166)
#BCC7B7
(188,199,183)
#CBD3C8
(203,211,200)
#DADFD9
(218,223,217)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537340 color. Also use rgb(83,115,64) instead hex code.

Text Font Color

.myTextColor { color: #537340; }

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

This text font color is #537340.


Background Color

.myBgColor { background-color: #537340; }

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

This div background color is #537340.


Border color

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

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

This div border color is #537340.


Opacity

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

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

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

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

This text has shadow with #537340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537340 on black background.


Color preview on white background

This text has color #537340 on white background.



Black color preview on #537340 background

This text has black color on #537340 background.


White color preview on #537340 background

This text has white color on #537340 background.