COLOR #503709

HEX: #503709 RGB: (80,55,9)

Color info

#503709 contains mainly red and green colors. Web safe color of #503709 is #663300 (or #630).

RGB color model

#503709 color RGB value is (80,55,9).

RGB: (80,55,9) (31%, 22%, 4%)

RGB channels and saturation

R 80 of 255 = 31%
G 55 of 255 = 22%
B 9 of 255 = 4%

80
55
9

R + G + B ~ 19%. #503709 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 55 + 9 = 144 (100%)
R 80 of 144 ~ 55.56%
G 55 of 144 ~ 38.19%
B 9 of 144 ~ 6.25'%

%55.56
%38.19

CMYK color model

#503709 color CMYK value is (0,31,89,69).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 88.75%
  • key color value is 68.63%

CMYK: (0,31,89,69)
C0M31Y89K69 (0%, 31%, 89%, 69%)
(0.00 / 0.31 / 0.89 / 0.69)

CMYK percentages

%0
%31.25
%88.75
%68.63

Codes

Color #503709 in popluar color models

50 37 09
RGB 80 55 9
HSL 39° 79.78% 17.45%
HSB/HSV 39° 88.75% 31.37%
CMYK 0.00% 31.25% 88.75%
68.63%

Color #503709 in popluar number systems.

HEX 50 37 09
Decimal 80 55 9
Binary 1010000 110111 1001
Octal 120 67 11

Shades and tints

Shades of #503709

#503709
(80,55,9)
#493209
(73,50,9)
#422D09
(66,45,9)
#3B2809
(59,40,9)
#342309
(52,35,9)
#2D1E09
(45,30,9)
#261909
(38,25,9)
#1F1409
(31,20,9)
#180F09
(24,15,9)
#110A09
(17,10,9)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #503709

#503709
(80,55,9)
#5F491F
(95,73,31)
#6E5B35
(110,91,53)
#7D6D4B
(125,109,75)
#8C7F61
(140,127,97)
#9B9177
(155,145,119)
#AAA38D
(170,163,141)
#B9B5A3
(185,181,163)
#C8C7B9
(200,199,185)
#D7D9CF
(215,217,207)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503709 color. Also use rgb(80,55,9) instead hex code.

Text Font Color

.myTextColor { color: #503709; }

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

This text font color is #503709.

Background Color

.myBgColor { background-color: #503709; }

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

This div background color is #503709.

Border color

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

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

This div border color is #503709.

Opacity

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

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

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

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

This text has shadow with #503709 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503709.

Preview

Color preview on black background

This text has color #503709 on black background.


Color preview on white background

This text has color #503709 on white background.


Black color preview on #503709 background

This text has black color on #503709 background.


White color preview on #503709 background

This text has white color on #503709 background.


Related colors

Complementary color

Complementary color for #hex is #AFC8F6.


I love getcolorcode.com

Triadic colors

1 #095037 and #370950 with #503709 are triadic colors.

2 #093750 and #375009 with #503709 are triadic colors.