COLOR #537509

HEX: #537509 RGB: (83,117,9)

Color info

#537509 contains mainly red and green colors. Web safe color of #537509 is #666600 (or #660).

RGB color model

#537509 color RGB value is (83,117,9).

RGB: (83,117,9) (33%, 46%, 4%)

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 9 of 255 = 4%

83
117
9

R + G + B ~ 28%. #537509 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 117 + 9 = 209 (100%)
R 83 of 209 ~ 39.71%
G 117 of 209 ~ 55.98%
B 9 of 209 ~ 4.31'%

%39.71
%55.98

CMYK color model

#537509 color CMYK value is (29,0,92,54).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 92.31%
  • key color value is 54.12%

CMYK: (29,0,92,54)
C29M0Y92K54 (29%, 0%, 92%, 54%)
(0.29 / 0.00 / 0.92 / 0.54)

CMYK percentages

%29.06
%0
%92.31
%54.12

Codes

Color #537509 in popluar color models

53 75 09
RGB 83 117 9
HSL 79° 85.71% 24.71%
HSB/HSV 79° 92.31% 45.88%
CMYK 29.06% 0.00% 92.31%
54.12%

Color #537509 in popluar number systems.

HEX 53 75 09
Decimal 83 117 9
Binary 1010011 1110101 1001
Octal 123 165 11

Shades and tints

Shades of #537509

#537509
(83,117,9)
#4C6B09
(76,107,9)
#456109
(69,97,9)
#3E5709
(62,87,9)
#374D09
(55,77,9)
#304309
(48,67,9)
#293909
(41,57,9)
#222F09
(34,47,9)
#1B2509
(27,37,9)
#141B09
(20,27,9)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #537509

#537509
(83,117,9)
#62811F
(98,129,31)
#718D35
(113,141,53)
#80994B
(128,153,75)
#8FA561
(143,165,97)
#9EB177
(158,177,119)
#ADBD8D
(173,189,141)
#BCC9A3
(188,201,163)
#CBD5B9
(203,213,185)
#DAE1CF
(218,225,207)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537509 color. Also use rgb(83,117,9) instead hex code.

Text Font Color

.myTextColor { color: #537509; }

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

This text font color is #537509.

Background Color

.myBgColor { background-color: #537509; }

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

This div background color is #537509.

Border color

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

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

This div border color is #537509.

Opacity

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

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

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

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

This text has shadow with #537509 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #537509.

Preview

Color preview on black background

This text has color #537509 on black background.


Color preview on white background

This text has color #537509 on white background.


Black color preview on #537509 background

This text has black color on #537509 background.


White color preview on #537509 background

This text has white color on #537509 background.


Related colors

Complementary color

Complementary color for #hex is #AC8AF6.


I love getcolorcode.com

Triadic colors

1 #095375 and #750953 with #537509 are triadic colors.

2 #097553 and #755309 with #537509 are triadic colors.