COLOR #537C3C

HEX: #537C3C
RGB: (83,124,60)

Color info

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

RGB color model

#537C3C color RGB value is (83,124,60).

  • red value is 83;
  • green value is 124;
  • blue value is 60.
RGB:
(83,124,60)
(33%,49%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 124 of 255 = 49%
B 60 of 255 = 24%

83
124
60

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

Portions of RGB colors in percentages

R + G + B =
83 + 124 + 60 = 267 (100%)
R 83 of 267 ~ 31.09%
G 124 of 267 ~ 46.44%
B 60 of 267 ~ 22.47%

%31.09
%46.44
%22.47

CMYK color model

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

  • cyan value is 33.06%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 51.37%
CMYK:
(33,0,52,51)
C33M0Y52K51 
(33%,0%,52%,51%)
(0.33/0.00/0.52/0.51)	

CMYK percentages

%33.06
%0
%51.61
%51.37

Codes

Color #537C3C in popluar color models

537C3C
RGB8312460
HSL98°34.78%36.08%
HSB/HSV98°51.61%48.63%
CMYK33.06%0.00%51.61%
51.37%

Color #537C3C in popluar number systems.

HEX537C3C
Decimal8312460
Binary10100111111100111100
Octal12317474

Shades and tints

Shades of #537C3C

#537C3C
(83,124,60)
#4C7137
(76,113,55)
#456632
(69,102,50)
#3E5B2D
(62,91,45)
#375028
(55,80,40)
#304523
(48,69,35)
#293A1E
(41,58,30)
#222F19
(34,47,25)
#1B2414
(27,36,20)
#14190F
(20,25,15)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #537C3C

#537C3C
(83,124,60)
#62874D
(98,135,77)
#71925E
(113,146,94)
#809D6F
(128,157,111)
#8FA880
(143,168,128)
#9EB391
(158,179,145)
#ADBEA2
(173,190,162)
#BCC9B3
(188,201,179)
#CBD4C4
(203,212,196)
#DADFD5
(218,223,213)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537C3C; }

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

This text font color is #537C3C.


Background Color

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

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

This div background color is #537C3C.


Border color

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

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

This div border color is #537C3C.


Opacity

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

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

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

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

This text has shadow with #537C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537C3C on black background.


Color preview on white background

This text has color #537C3C on white background.



Black color preview on #537C3C background

This text has black color on #537C3C background.


White color preview on #537C3C background

This text has white color on #537C3C background.