COLOR #537E4B

HEX: #537E4B
RGB: (83,126,75)

Color info

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

RGB color model

#537E4B color RGB value is (83,126,75).

  • red value is 83;
  • green value is 126;
  • blue value is 75.
RGB:
(83,126,75)
(33%,49%,29%)

RGB channels and saturation

R 83 of 255 = 33%
G 126 of 255 = 49%
B 75 of 255 = 29%

83
126
75

R + G + B ~ 37%. #537E4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 126 + 75 = 284 (100%)
R 83 of 284 ~ 29.23%
G 126 of 284 ~ 44.37%
B 75 of 284 ~ 26.41%

%29.23
%44.37
%26.41

CMYK color model

#537E4B color CMYK value is (34,0,40,51).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 50.59%
CMYK:
(34,0,40,51)
C34M0Y40K51 
(34%,0%,40%,51%)
(0.34/0.00/0.40/0.51)	

CMYK percentages

%34.13
%0
%40.48
%50.59

Codes

Color #537E4B in popluar color models

537E4B
RGB8312675
HSL111°25.37%39.41%
HSB/HSV111°40.48%49.41%
CMYK34.13%0.00%40.48%
50.59%

Color #537E4B in popluar number systems.

HEX537E4B
Decimal8312675
Binary101001111111101001011
Octal123176113

Shades and tints

Shades of #537E4B

#537E4B
(83,126,75)
#4C7345
(76,115,69)
#45683F
(69,104,63)
#3E5D39
(62,93,57)
#375233
(55,82,51)
#30472D
(48,71,45)
#293C27
(41,60,39)
#223121
(34,49,33)
#1B261B
(27,38,27)
#141B15
(20,27,21)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #537E4B

#537E4B
(83,126,75)
#62895B
(98,137,91)
#71946B
(113,148,107)
#809F7B
(128,159,123)
#8FAA8B
(143,170,139)
#9EB59B
(158,181,155)
#ADC0AB
(173,192,171)
#BCCBBB
(188,203,187)
#CBD6CB
(203,214,203)
#DAE1DB
(218,225,219)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537E4B color. Also use rgb(83,126,75) instead hex code.

Text Font Color

.myTextColor { color: #537E4B; }

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

This text font color is #537E4B.


Background Color

.myBgColor { background-color: #537E4B; }

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

This div background color is #537E4B.


Border color

.myBorderColor { border: 1px solid #537E4B; }

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

This div border color is #537E4B.


Opacity

.myOpacity80 { color: #537E4B; opacity: 0.8; }

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

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

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

This text has shadow with #537E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537E4B on black background.


Color preview on white background

This text has color #537E4B on white background.



Black color preview on #537E4B background

This text has black color on #537E4B background.


White color preview on #537E4B background

This text has white color on #537E4B background.