COLOR #537935

HEX: #537935
RGB: (83,121,53)

Color info

#537935 contains mainly red and green colors. Web safe color of #537935 is #666633 (or #663).

RGB color model

#537935 color RGB value is (83,121,53).

  • red value is 83;
  • green value is 121;
  • blue value is 53.
RGB:
(83,121,53)
(33%,47%,21%)

RGB channels and saturation

R 83 of 255 = 33%
G 121 of 255 = 47%
B 53 of 255 = 21%

83
121
53

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

Portions of RGB colors in percentages

R + G + B =
83 + 121 + 53 = 257 (100%)
R 83 of 257 ~ 32.3%
G 121 of 257 ~ 47.08%
B 53 of 257 ~ 20.62%

%32.3
%47.08
%20.62

CMYK color model

#537935 color CMYK value is (31,0,56,53).

  • cyan value is 31.40%
  • magenta value is 0.00%
  • yellow value is 56.20%
  • key color value is 52.55%
CMYK:
(31,0,56,53)
C31M0Y56K53 
(31%,0%,56%,53%)
(0.31/0.00/0.56/0.53)	

CMYK percentages

%31.4
%0
%56.2
%52.55

Codes

Color #537935 in popluar color models

537935
RGB8312153
HSL94°39.08%34.12%
HSB/HSV94°56.20%47.45%
CMYK31.40%0.00%56.20%
52.55%

Color #537935 in popluar number systems.

HEX537935
Decimal8312153
Binary10100111111001110101
Octal12317165

Shades and tints

Shades of #537935

#537935
(83,121,53)
#4C6E31
(76,110,49)
#45632D
(69,99,45)
#3E5829
(62,88,41)
#374D25
(55,77,37)
#304221
(48,66,33)
#29371D
(41,55,29)
#222C19
(34,44,25)
#1B2115
(27,33,21)
#141611
(20,22,17)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #537935

#537935
(83,121,53)
#628547
(98,133,71)
#719159
(113,145,89)
#809D6B
(128,157,107)
#8FA97D
(143,169,125)
#9EB58F
(158,181,143)
#ADC1A1
(173,193,161)
#BCCDB3
(188,205,179)
#CBD9C5
(203,217,197)
#DAE5D7
(218,229,215)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537935 color. Also use rgb(83,121,53) instead hex code.

Text Font Color

.myTextColor { color: #537935; }

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

This text font color is #537935.


Background Color

.myBgColor { background-color: #537935; }

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

This div background color is #537935.


Border color

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

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

This div border color is #537935.


Opacity

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

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

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

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

This text has shadow with #537935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537935 on black background.


Color preview on white background

This text has color #537935 on white background.



Black color preview on #537935 background

This text has black color on #537935 background.


White color preview on #537935 background

This text has white color on #537935 background.