COLOR #504507

HEX: #504507 RGB: (80,69,7)

Color info

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

RGB color model

#504507 color RGB value is (80,69,7).

RGB: (80,69,7) (31%, 27%, 3%)

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 7 of 255 = 3%

80
69
7

R + G + B ~ 20%. #504507 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 69 + 7 = 156 (100%)
R 80 of 156 ~ 51.28%
G 69 of 156 ~ 44.23%
B 7 of 156 ~ 4.49'%

%51.28
%44.23

CMYK color model

#504507 color CMYK value is (0,14,91,69).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 91.25%
  • key color value is 68.63%

CMYK: (0,14,91,69)
C0M14Y91K69 (0%, 14%, 91%, 69%)
(0.00 / 0.14 / 0.91 / 0.69)

CMYK percentages

%0
%13.75
%91.25
%68.63

Codes

Color #504507 in popluar color models

50 45 07
RGB 80 69 7
HSL 51° 83.91% 17.06%
HSB/HSV 51° 91.25% 31.37%
CMYK 0.00% 13.75% 91.25%
68.63%

Color #504507 in popluar number systems.

HEX 50 45 07
Decimal 80 69 7
Binary 1010000 1000101 111
Octal 120 105 7

Shades and tints

Shades of #504507

#504507
(80,69,7)
#493F07
(73,63,7)
#423907
(66,57,7)
#3B3307
(59,51,7)
#342D07
(52,45,7)
#2D2707
(45,39,7)
#262107
(38,33,7)
#1F1B07
(31,27,7)
#181507
(24,21,7)
#110F07
(17,15,7)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #504507

#504507
(80,69,7)
#5F551D
(95,85,29)
#6E6533
(110,101,51)
#7D7549
(125,117,73)
#8C855F
(140,133,95)
#9B9575
(155,149,117)
#AAA58B
(170,165,139)
#B9B5A1
(185,181,161)
#C8C5B7
(200,197,183)
#D7D5CD
(215,213,205)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504507 color. Also use rgb(80,69,7) instead hex code.

Text Font Color

.myTextColor { color: #504507; }

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

This text font color is #504507.

Background Color

.myBgColor { background-color: #504507; }

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

This div background color is #504507.

Border color

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

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

This div border color is #504507.

Opacity

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

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

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

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

This text has shadow with #504507 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504507.

Preview

Color preview on black background

This text has color #504507 on black background.


Color preview on white background

This text has color #504507 on white background.


Black color preview on #504507 background

This text has black color on #504507 background.


White color preview on #504507 background

This text has white color on #504507 background.


Related colors

Complementary color

Complementary color for #hex is #AFBAF8.


I love getcolorcode.com

Triadic colors

1 #075045 and #450750 with #504507 are triadic colors.

2 #074550 and #455007 with #504507 are triadic colors.