COLOR #504C1E

HEX: #504C1E
RGB: (80,76,30)

Color info

#504C1E contains red, green and blue colors in about the same proportion. Web safe color of #504C1E is #663333 (or #633).

RGB color model

#504C1E color RGB value is (80,76,30).

  • red value is 80;
  • green value is 76;
  • blue value is 30.
RGB:
(80,76,30)
(31%,30%,12%)

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 30 of 255 = 12%

80
76
30

R + G + B ~ 24%. #504C1E is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 30 = 186 (100%)
R 80 of 186 ~ 43.01%
G 76 of 186 ~ 40.86%
B 30 of 186 ~ 16.13%

%43.01
%40.86
%16.13

CMYK color model

#504C1E color CMYK value is (0,5,63,69).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 62.50%
  • key color value is 68.63%
CMYK:
(0,5,63,69)
C0M5Y63K69 
(0%,5%,63%,69%)
(0.00/0.05/0.63/0.69)	

CMYK percentages

%0
%5
%62.5
%68.63

Codes

Color #504C1E in popluar color models

504C1E
RGB807630
HSL55°45.45%21.57%
HSB/HSV55°62.50%31.37%
CMYK0.00%5.00%62.50%
68.63%

Color #504C1E in popluar number systems.

HEX504C1E
Decimal807630
Binary1010000100110011110
Octal12011436

Shades and tints

Shades of #504C1E

#504C1E
(80,76,30)
#49461C
(73,70,28)
#42401A
(66,64,26)
#3B3A18
(59,58,24)
#343416
(52,52,22)
#2D2E14
(45,46,20)
#262812
(38,40,18)
#1F2210
(31,34,16)
#181C0E
(24,28,14)
#11160C
(17,22,12)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #504C1E

#504C1E
(80,76,30)
#5F5C32
(95,92,50)
#6E6C46
(110,108,70)
#7D7C5A
(125,124,90)
#8C8C6E
(140,140,110)
#9B9C82
(155,156,130)
#AAAC96
(170,172,150)
#B9BCAA
(185,188,170)
#C8CCBE
(200,204,190)
#D7DCD2
(215,220,210)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C1E; }

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

This text font color is #504C1E.


Background Color

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

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

This div background color is #504C1E.


Border color

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

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

This div border color is #504C1E.


Opacity

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

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

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

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

This text has shadow with #504C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C1E on black background.


Color preview on white background

This text has color #504C1E on white background.



Black color preview on #504C1E background

This text has black color on #504C1E background.


White color preview on #504C1E background

This text has white color on #504C1E background.