COLOR #504104

HEX: #504104 RGB: (80,65,4)

Color info

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

RGB color model

#504104 color RGB value is (80,65,4).

RGB: (80,65,4) (31%, 25%, 2%)

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 4 of 255 = 2%

80
65
4

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

Portions of RGB colors in percentages

R + G + B = 80 + 65 + 4 = 149 (100%)
R 80 of 149 ~ 53.69%
G 65 of 149 ~ 43.62%
B 4 of 149 ~ 2.68'%

%53.69
%43.62

CMYK color model

#504104 color CMYK value is (0,19,95,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 95.00%
  • key color value is 68.63%
CMYK: (0,19,95,69) C0M19Y95K69 (0%,19%,95%,69%) (0.00/0.19/0.95/0.69) 

CMYK percentages

%0
%18.75
%95
%68.63

Codes

Color #504104 in popluar color models

50 41 04
RGB 80 65 4
HSL 48° 90.48% 16.47%
HSB/HSV 48° 95.00% 31.37%
CMYK 0.00% 18.75% 95.00%
68.63%

Color #504104 in popluar number systems.

HEX 50 41 04
Decimal 80 65 4
Binary 1010000 1000001 100
Octal 120 101 4

Shades and tints

Shades of #504104

#504104
(80,65,4)
#493C04
(73,60,4)
#423704
(66,55,4)
#3B3204
(59,50,4)
#342D04
(52,45,4)
#2D2804
(45,40,4)
#262304
(38,35,4)
#1F1E04
(31,30,4)
#181904
(24,25,4)
#111404
(17,20,4)
#0A0F04
(10,15,4)
#000000
(0,0,0)

Tints of #504104

#504104
(80,65,4)
#5F521A
(95,82,26)
#6E6330
(110,99,48)
#7D7446
(125,116,70)
#8C855C
(140,133,92)
#9B9672
(155,150,114)
#AAA788
(170,167,136)
#B9B89E
(185,184,158)
#C8C9B4
(200,201,180)
#D7DACA
(215,218,202)
#E6EBE0
(230,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504104 color. Also use rgb(80,65,4) instead hex code.

Text Font Color

.myTextColor { color: #504104; }

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

This text font color is #504104.

Background Color

.myBgColor { background-color: #504104; }

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

This div background color is #504104.

Border color

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

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

This div border color is #504104.

Opacity

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

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

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

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

This text has shadow with #504104 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504104.

Preview

Color preview on black background

This text has color #504104 on black background.


Color preview on white background

This text has color #504104 on white background.


Black color preview on #504104 background

This text has black color on #504104 background.


White color preview on #504104 background

This text has white color on #504104 background.


Related colors

Complementary color

Complementary color for #hex is #AFBEFB.


I love getcolorcode.com

Triadic colors

1 #045041 and #410450 with #504104 are triadic colors.

2 #044150 and #415004 with #504104 are triadic colors.