COLOR #504C2A

HEX: #504C2A
RGB: (80,76,42)

Color info

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

RGB color model

#504C2A color RGB value is (80,76,42).

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

RGB channels and saturation

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

80
76
42

R + G + B ~ 26%. #504C2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 42 = 198 (100%)
R 80 of 198 ~ 40.4%
G 76 of 198 ~ 38.38%
B 42 of 198 ~ 21.21%

%40.4
%38.38
%21.21

CMYK color model

#504C2A color CMYK value is (0,5,48,69).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 47.50%
  • key color value is 68.63%
CMYK:
(0,5,48,69)
C0M5Y48K69 
(0%,5%,48%,69%)
(0.00/0.05/0.48/0.69)	

CMYK percentages

%0
%5
%47.5
%68.63

Codes

Color #504C2A in popluar color models

504C2A
RGB807642
HSL54°31.15%23.92%
HSB/HSV54°47.50%31.37%
CMYK0.00%5.00%47.50%
68.63%

Color #504C2A in popluar number systems.

HEX504C2A
Decimal807642
Binary10100001001100101010
Octal12011452

Shades and tints

Shades of #504C2A

#504C2A
(80,76,42)
#494627
(73,70,39)
#424024
(66,64,36)
#3B3A21
(59,58,33)
#34341E
(52,52,30)
#2D2E1B
(45,46,27)
#262818
(38,40,24)
#1F2215
(31,34,21)
#181C12
(24,28,18)
#11160F
(17,22,15)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #504C2A

#504C2A
(80,76,42)
#5F5C3D
(95,92,61)
#6E6C50
(110,108,80)
#7D7C63
(125,124,99)
#8C8C76
(140,140,118)
#9B9C89
(155,156,137)
#AAAC9C
(170,172,156)
#B9BCAF
(185,188,175)
#C8CCC2
(200,204,194)
#D7DCD5
(215,220,213)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C2A; }

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

This text font color is #504C2A.


Background Color

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

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

This div background color is #504C2A.


Border color

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

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

This div border color is #504C2A.


Opacity

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

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

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

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

This text has shadow with #504C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C2A on black background.


Color preview on white background

This text has color #504C2A on white background.



Black color preview on #504C2A background

This text has black color on #504C2A background.


White color preview on #504C2A background

This text has white color on #504C2A background.