COLOR #537B25

HEX: #537B25 RGB: (83,123,37)

Color info

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

RGB color model

#537B25 color RGB value is (83,123,37).

RGB: (83,123,37) (33%, 48%, 15%)

RGB channels and saturation

R 83 of 255 = 33%
G 123 of 255 = 48%
B 37 of 255 = 15%

83
123
37

R + G + B ~ 32%. #537B25 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 123 + 37 = 243 (100%)
R 83 of 243 ~ 34.16%
G 123 of 243 ~ 50.62%
B 37 of 243 ~ 15.23'%

%34.16
%50.62
%15.23

CMYK color model

#537B25 color CMYK value is (33,0,70,52).

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

CMYK: (33,0,70,52)
C33M0Y70K52 (33%, 0%, 70%, 52%)
(0.33 / 0.00 / 0.70 / 0.52)

CMYK percentages

%32.52
%0
%69.92
%51.76

Codes

Color #537B25 in popluar color models

53 7B 25
RGB 83 123 37
HSL 88° 53.75% 31.37%
HSB/HSV 88° 69.92% 48.24%
CMYK 32.52% 0.00% 69.92%
51.76%

Color #537B25 in popluar number systems.

HEX 53 7B 25
Decimal 83 123 37
Binary 1010011 1111011 100101
Octal 123 173 45

Shades and tints

Shades of #537B25

#537B25
(83,123,37)
#4C7022
(76,112,34)
#45651F
(69,101,31)
#3E5A1C
(62,90,28)
#374F19
(55,79,25)
#304416
(48,68,22)
#293913
(41,57,19)
#222E10
(34,46,16)
#1B230D
(27,35,13)
#14180A
(20,24,10)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #537B25

#537B25
(83,123,37)
#628738
(98,135,56)
#71934B
(113,147,75)
#809F5E
(128,159,94)
#8FAB71
(143,171,113)
#9EB784
(158,183,132)
#ADC397
(173,195,151)
#BCCFAA
(188,207,170)
#CBDBBD
(203,219,189)
#DAE7D0
(218,231,208)
#E9F3E3
(233,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537B25; }

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

This text font color is #537B25.

Background Color

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

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

This div background color is #537B25.

Border color

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

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

This div border color is #537B25.

Opacity

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

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

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

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

This text has shadow with #537B25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #537B25.

Preview

Color preview on black background

This text has color #537B25 on black background.


Color preview on white background

This text has color #537B25 on white background.


Black color preview on #537B25 background

This text has black color on #537B25 background.


White color preview on #537B25 background

This text has white color on #537B25 background.


Related colors

Complementary color

Complementary color for #hex is #AC84DA.


I love getcolorcode.com

Triadic colors

1 #25537B and #7B2553 with #537B25 are triadic colors.

2 #257B53 and #7B5325 with #537B25 are triadic colors.