COLOR #537038

HEX: #537038
RGB: (83,112,56)

Color info

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

RGB color model

#537038 color RGB value is (83,112,56).

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

RGB channels and saturation

R 83 of 255 = 33%
G 112 of 255 = 44%
B 56 of 255 = 22%

83
112
56

R + G + B ~ 33%. #537038 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 112 + 56 = 251 (100%)
R 83 of 251 ~ 33.07%
G 112 of 251 ~ 44.62%
B 56 of 251 ~ 22.31%

%33.07
%44.62
%22.31

CMYK color model

#537038 color CMYK value is (26,0,50,56).

  • cyan value is 25.89%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 56.08%
CMYK:
(26,0,50,56)
C26M0Y50K56 
(26%,0%,50%,56%)
(0.26/0.00/0.50/0.56)	

CMYK percentages

%25.89
%0
%50
%56.08

Codes

Color #537038 in popluar color models

537038
RGB8311256
HSL91°33.33%32.94%
HSB/HSV91°50.00%43.92%
CMYK25.89%0.00%50.00%
56.08%

Color #537038 in popluar number systems.

HEX537038
Decimal8311256
Binary10100111110000111000
Octal12316070

Shades and tints

Shades of #537038

#537038
(83,112,56)
#4C6633
(76,102,51)
#455C2E
(69,92,46)
#3E5229
(62,82,41)
#374824
(55,72,36)
#303E1F
(48,62,31)
#29341A
(41,52,26)
#222A15
(34,42,21)
#1B2010
(27,32,16)
#14160B
(20,22,11)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #537038

#537038
(83,112,56)
#627D4A
(98,125,74)
#718A5C
(113,138,92)
#80976E
(128,151,110)
#8FA480
(143,164,128)
#9EB192
(158,177,146)
#ADBEA4
(173,190,164)
#BCCBB6
(188,203,182)
#CBD8C8
(203,216,200)
#DAE5DA
(218,229,218)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537038; }

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

This text font color is #537038.


Background Color

.myBgColor { background-color: #537038; }

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

This div background color is #537038.


Border color

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

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

This div border color is #537038.


Opacity

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

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

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

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

This text has shadow with #537038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537038 on black background.


Color preview on white background

This text has color #537038 on white background.



Black color preview on #537038 background

This text has black color on #537038 background.


White color preview on #537038 background

This text has white color on #537038 background.