COLOR #537B3C

HEX: #537B3C RGB: (83,123,60)

Color info

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

RGB color model

#537B3C color RGB value is (83,123,60).

RGB: (83,123,60) (33%, 48%, 24%)

RGB channels and saturation

R 83 of 255 = 33%
G 123 of 255 = 48%
B 60 of 255 = 24%

83
123
60

R + G + B ~ 35%. #537B3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 123 + 60 = 266 (100%)
R 83 of 266 ~ 31.2%
G 123 of 266 ~ 46.24%
B 60 of 266 ~ 22.56'%

%31.2
%46.24
%22.56

CMYK color model

#537B3C color CMYK value is (33,0,51,52).

  • cyan value is 32.52%
  • magenta value is 0.00%
  • yellow value is 51.22%
  • key color value is 51.76%

CMYK: (33,0,51,52)
C33M0Y51K52 (33%, 0%, 51%, 52%)
(0.33 / 0.00 / 0.51 / 0.52)

CMYK percentages

%32.52
%0
%51.22
%51.76

Codes

Color #537B3C in popluar color models

53 7B 3C
RGB 83 123 60
HSL 98° 34.43% 35.88%
HSB/HSV 98° 51.22% 48.24%
CMYK 32.52% 0.00% 51.22%
51.76%

Color #537B3C in popluar number systems.

HEX 53 7B 3C
Decimal 83 123 60
Binary 1010011 1111011 111100
Octal 123 173 74

Shades and tints

Shades of #537B3C

#537B3C
(83,123,60)
#4C7037
(76,112,55)
#456532
(69,101,50)
#3E5A2D
(62,90,45)
#374F28
(55,79,40)
#304423
(48,68,35)
#29391E
(41,57,30)
#222E19
(34,46,25)
#1B2314
(27,35,20)
#14180F
(20,24,15)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #537B3C

#537B3C
(83,123,60)
#62874D
(98,135,77)
#71935E
(113,147,94)
#809F6F
(128,159,111)
#8FAB80
(143,171,128)
#9EB791
(158,183,145)
#ADC3A2
(173,195,162)
#BCCFB3
(188,207,179)
#CBDBC4
(203,219,196)
#DAE7D5
(218,231,213)
#E9F3E6
(233,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537B3C color. Also use rgb(83,123,60) instead hex code.

Text Font Color

.myTextColor { color: #537B3C; }

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

This text font color is #537B3C.

Background Color

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

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

This div background color is #537B3C.

Border color

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

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

This div border color is #537B3C.

Opacity

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

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

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

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

This text has shadow with #537B3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #537B3C.

Preview

Color preview on black background

This text has color #537B3C on black background.


Color preview on white background

This text has color #537B3C on white background.


Black color preview on #537B3C background

This text has black color on #537B3C background.


White color preview on #537B3C background

This text has white color on #537B3C background.


Related colors

Complementary color

Complementary color for #hex is #AC84C3.


I love getcolorcode.com

Triadic colors

1 #3C537B and #7B3C53 with #537B3C are triadic colors.

2 #3C7B53 and #7B533C with #537B3C are triadic colors.