COLOR #504112

HEX: #504112 RGB: (80,65,18)

Color info

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

RGB color model

#504112 color RGB value is (80,65,18).

RGB: (80,65,18) (31%, 25%, 7%)

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 18 of 255 = 7%

80
65
18

R + G + B ~ 21%. #504112 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 65 + 18 = 163 (100%)
R 80 of 163 ~ 49.08%
G 65 of 163 ~ 39.88%
B 18 of 163 ~ 11.04'%

%49.08
%39.88
%11.04

CMYK color model

#504112 color CMYK value is (0,19,78,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 77.50%
  • key color value is 68.63%
CMYK: (0,19,78,69) C0M19Y78K69 (0%,19%,78%,69%) (0.00/0.19/0.78/0.69) 

CMYK percentages

%0
%18.75
%77.5
%68.63

Codes

Color #504112 in popluar color models

50 41 12
RGB 80 65 18
HSL 45° 63.27% 19.22%
HSB/HSV 45° 77.50% 31.37%
CMYK 0.00% 18.75% 77.50%
68.63%

Color #504112 in popluar number systems.

HEX 50 41 12
Decimal 80 65 18
Binary 1010000 1000001 10010
Octal 120 101 22

Shades and tints

Shades of #504112

#504112
(80,65,18)
#493C11
(73,60,17)
#423710
(66,55,16)
#3B320F
(59,50,15)
#342D0E
(52,45,14)
#2D280D
(45,40,13)
#26230C
(38,35,12)
#1F1E0B
(31,30,11)
#18190A
(24,25,10)
#111409
(17,20,9)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #504112

#504112
(80,65,18)
#5F5227
(95,82,39)
#6E633C
(110,99,60)
#7D7451
(125,116,81)
#8C8566
(140,133,102)
#9B967B
(155,150,123)
#AAA790
(170,167,144)
#B9B8A5
(185,184,165)
#C8C9BA
(200,201,186)
#D7DACF
(215,218,207)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504112; }

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

This text font color is #504112.

Background Color

.myBgColor { background-color: #504112; }

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

This div background color is #504112.

Border color

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

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

This div border color is #504112.

Opacity

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

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

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

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

This text has shadow with #504112 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504112.

Preview

Color preview on black background

This text has color #504112 on black background.


Color preview on white background

This text has color #504112 on white background.


Black color preview on #504112 background

This text has black color on #504112 background.


White color preview on #504112 background

This text has white color on #504112 background.


Related colors

Complementary color

Complementary color for #hex is #AFBEED.


I love getcolorcode.com

Triadic colors

1 #125041 and #411250 with #504112 are triadic colors.

2 #124150 and #415012 with #504112 are triadic colors.