COLOR #504C30

HEX: #504C30
RGB: (80,76,48)

Color info

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

RGB color model

#504C30 color RGB value is (80,76,48).

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

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 48 of 255 = 19%

80
76
48

R + G + B ~ 27%. #504C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 48 = 204 (100%)
R 80 of 204 ~ 39.22%
G 76 of 204 ~ 37.25%
B 48 of 204 ~ 23.53%

%39.22
%37.25
%23.53

CMYK color model

#504C30 color CMYK value is (0,5,40,69).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 40.00%
  • key color value is 68.63%
CMYK:
(0,5,40,69)
C0M5Y40K69 
(0%,5%,40%,69%)
(0.00/0.05/0.40/0.69)	

CMYK percentages

%0
%5
%40
%68.63

Codes

Color #504C30 in popluar color models

504C30
RGB807648
HSL53°25.00%25.10%
HSB/HSV53°40.00%31.37%
CMYK0.00%5.00%40.00%
68.63%

Color #504C30 in popluar number systems.

HEX504C30
Decimal807648
Binary10100001001100110000
Octal12011460

Shades and tints

Shades of #504C30

#504C30
(80,76,48)
#49462C
(73,70,44)
#424028
(66,64,40)
#3B3A24
(59,58,36)
#343420
(52,52,32)
#2D2E1C
(45,46,28)
#262818
(38,40,24)
#1F2214
(31,34,20)
#181C10
(24,28,16)
#11160C
(17,22,12)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #504C30

#504C30
(80,76,48)
#5F5C42
(95,92,66)
#6E6C54
(110,108,84)
#7D7C66
(125,124,102)
#8C8C78
(140,140,120)
#9B9C8A
(155,156,138)
#AAAC9C
(170,172,156)
#B9BCAE
(185,188,174)
#C8CCC0
(200,204,192)
#D7DCD2
(215,220,210)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C30; }

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

This text font color is #504C30.


Background Color

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

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

This div background color is #504C30.


Border color

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

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

This div border color is #504C30.


Opacity

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

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

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

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

This text has shadow with #504C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C30 on black background.


Color preview on white background

This text has color #504C30 on white background.



Black color preview on #504C30 background

This text has black color on #504C30 background.


White color preview on #504C30 background

This text has white color on #504C30 background.