COLOR #504C10

HEX: #504C10 RGB: (80,76,16)

Color info

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

RGB color model

#504C10 color RGB value is (80,76,16).

RGB: (80,76,16) (31%, 30%, 6%)

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 16 of 255 = 6%

80
76
16

R + G + B ~ 22%. #504C10 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 76 + 16 = 172 (100%)
R 80 of 172 ~ 46.51%
G 76 of 172 ~ 44.19%
B 16 of 172 ~ 9.3'%

%46.51
%44.19

CMYK color model

#504C10 color CMYK value is (0,5,80,69).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 80.00%
  • key color value is 68.63%

CMYK: (0,5,80,69)
C0M5Y80K69 (0%, 5%, 80%, 69%)
(0.00 / 0.05 / 0.80 / 0.69)

CMYK percentages

%0
%5
%80
%68.63

Codes

Color #504C10 in popluar color models

50 4C 10
RGB 80 76 16
HSL 56° 66.67% 18.82%
HSB/HSV 56° 80.00% 31.37%
CMYK 0.00% 5.00% 80.00%
68.63%

Color #504C10 in popluar number systems.

HEX 50 4C 10
Decimal 80 76 16
Binary 1010000 1001100 10000
Octal 120 114 20

Shades and tints

Shades of #504C10

#504C10
(80,76,16)
#49460F
(73,70,15)
#42400E
(66,64,14)
#3B3A0D
(59,58,13)
#34340C
(52,52,12)
#2D2E0B
(45,46,11)
#26280A
(38,40,10)
#1F2209
(31,34,9)
#181C08
(24,28,8)
#111607
(17,22,7)
#0A1006
(10,16,6)
#000000
(0,0,0)

Tints of #504C10

#504C10
(80,76,16)
#5F5C25
(95,92,37)
#6E6C3A
(110,108,58)
#7D7C4F
(125,124,79)
#8C8C64
(140,140,100)
#9B9C79
(155,156,121)
#AAAC8E
(170,172,142)
#B9BCA3
(185,188,163)
#C8CCB8
(200,204,184)
#D7DCCD
(215,220,205)
#E6ECE2
(230,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504C10 color. Also use rgb(80,76,16) instead hex code.

Text Font Color

.myTextColor { color: #504C10; }

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

This text font color is #504C10.

Background Color

.myBgColor { background-color: #504C10; }

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

This div background color is #504C10.

Border color

.myBorderColor { border: 1px solid #504C10; }

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

This div border color is #504C10.

Opacity

.myOpacity80 { color: #504C10; opacity: 0.8; }

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

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

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

This text has shadow with #504C10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504C10.

Preview

Color preview on black background

This text has color #504C10 on black background.


Color preview on white background

This text has color #504C10 on white background.


Black color preview on #504C10 background

This text has black color on #504C10 background.


White color preview on #504C10 background

This text has white color on #504C10 background.


Related colors

Complementary color

Complementary color for #hex is #AFB3EF.


I love getcolorcode.com

Triadic colors

1 #10504C and #4C1050 with #504C10 are triadic colors.

2 #104C50 and #4C5010 with #504C10 are triadic colors.