COLOR #504C2C

HEX: #504C2C
RGB: (80,76,44)

Color info

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

RGB color model

#504C2C color RGB value is (80,76,44).

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

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 44 of 255 = 17%

80
76
44

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

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 44 = 200 (100%)
R 80 of 200 ~ 40%
G 76 of 200 ~ 38%
B 44 of 200 ~ 22%

%40
%38
%22

CMYK color model

#504C2C color CMYK value is (0,5,45,69).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 45.00%
  • key color value is 68.63%
CMYK:
(0,5,45,69)
C0M5Y45K69 
(0%,5%,45%,69%)
(0.00/0.05/0.45/0.69)	

CMYK percentages

%0
%5
%45
%68.63

Codes

Color #504C2C in popluar color models

504C2C
RGB807644
HSL53°29.03%24.31%
HSB/HSV53°45.00%31.37%
CMYK0.00%5.00%45.00%
68.63%

Color #504C2C in popluar number systems.

HEX504C2C
Decimal807644
Binary10100001001100101100
Octal12011454

Shades and tints

Shades of #504C2C

#504C2C
(80,76,44)
#494628
(73,70,40)
#424024
(66,64,36)
#3B3A20
(59,58,32)
#34341C
(52,52,28)
#2D2E18
(45,46,24)
#262814
(38,40,20)
#1F2210
(31,34,16)
#181C0C
(24,28,12)
#111608
(17,22,8)
#0A1004
(10,16,4)
#000000
(0,0,0)

Tints of #504C2C

#504C2C
(80,76,44)
#5F5C3F
(95,92,63)
#6E6C52
(110,108,82)
#7D7C65
(125,124,101)
#8C8C78
(140,140,120)
#9B9C8B
(155,156,139)
#AAAC9E
(170,172,158)
#B9BCB1
(185,188,177)
#C8CCC4
(200,204,196)
#D7DCD7
(215,220,215)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C2C; }

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

This text font color is #504C2C.


Background Color

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

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

This div background color is #504C2C.


Border color

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

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

This div border color is #504C2C.


Opacity

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

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

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

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

This text has shadow with #504C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C2C on black background.


Color preview on white background

This text has color #504C2C on white background.



Black color preview on #504C2C background

This text has black color on #504C2C background.


White color preview on #504C2C background

This text has white color on #504C2C background.