COLOR #537735

HEX: #537735
RGB: (83,119,53)

Color info

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

RGB color model

#537735 color RGB value is (83,119,53).

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

RGB channels and saturation

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

83
119
53

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

Portions of RGB colors in percentages

R + G + B =
83 + 119 + 53 = 255 (100%)
R 83 of 255 ~ 32.55%
G 119 of 255 ~ 46.67%
B 53 of 255 ~ 20.78%

%32.55
%46.67
%20.78

CMYK color model

#537735 color CMYK value is (30,0,55,53).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 55.46%
  • key color value is 53.33%
CMYK:
(30,0,55,53)
C30M0Y55K53 
(30%,0%,55%,53%)
(0.30/0.00/0.55/0.53)	

CMYK percentages

%30.25
%0
%55.46
%53.33

Codes

Color #537735 in popluar color models

537735
RGB8311953
HSL93°38.37%33.73%
HSB/HSV93°55.46%46.67%
CMYK30.25%0.00%55.46%
53.33%

Color #537735 in popluar number systems.

HEX537735
Decimal8311953
Binary10100111110111110101
Octal12316765

Shades and tints

Shades of #537735

#537735
(83,119,53)
#4C6D31
(76,109,49)
#45632D
(69,99,45)
#3E5929
(62,89,41)
#374F25
(55,79,37)
#304521
(48,69,33)
#293B1D
(41,59,29)
#223119
(34,49,25)
#1B2715
(27,39,21)
#141D11
(20,29,17)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #537735

#537735
(83,119,53)
#628347
(98,131,71)
#718F59
(113,143,89)
#809B6B
(128,155,107)
#8FA77D
(143,167,125)
#9EB38F
(158,179,143)
#ADBFA1
(173,191,161)
#BCCBB3
(188,203,179)
#CBD7C5
(203,215,197)
#DAE3D7
(218,227,215)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537735; }

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

This text font color is #537735.


Background Color

.myBgColor { background-color: #537735; }

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

This div background color is #537735.


Border color

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

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

This div border color is #537735.


Opacity

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

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

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

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

This text has shadow with #537735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537735 on black background.


Color preview on white background

This text has color #537735 on white background.



Black color preview on #537735 background

This text has black color on #537735 background.


White color preview on #537735 background

This text has white color on #537735 background.