COLOR #504B1C

HEX: #504B1C
RGB: (80,75,28)

Color info

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

RGB color model

#504B1C color RGB value is (80,75,28).

  • red value is 80;
  • green value is 75;
  • blue value is 28.
RGB:
(80,75,28)
(31%,29%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 75 of 255 = 29%
B 28 of 255 = 11%

80
75
28

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

Portions of RGB colors in percentages

R + G + B =
80 + 75 + 28 = 183 (100%)
R 80 of 183 ~ 43.72%
G 75 of 183 ~ 40.98%
B 28 of 183 ~ 15.3%

%43.72
%40.98
%15.3

CMYK color model

#504B1C color CMYK value is (0,6,65,69).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(0,6,65,69)
C0M6Y65K69 
(0%,6%,65%,69%)
(0.00/0.06/0.65/0.69)	

CMYK percentages

%0
%6.25
%65
%68.63

Codes

Color #504B1C in popluar color models

504B1C
RGB807528
HSL54°48.15%21.18%
HSB/HSV54°65.00%31.37%
CMYK0.00%6.25%65.00%
68.63%

Color #504B1C in popluar number systems.

HEX504B1C
Decimal807528
Binary1010000100101111100
Octal12011334

Shades and tints

Shades of #504B1C

#504B1C
(80,75,28)
#49451A
(73,69,26)
#423F18
(66,63,24)
#3B3916
(59,57,22)
#343314
(52,51,20)
#2D2D12
(45,45,18)
#262710
(38,39,16)
#1F210E
(31,33,14)
#181B0C
(24,27,12)
#11150A
(17,21,10)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #504B1C

#504B1C
(80,75,28)
#5F5B30
(95,91,48)
#6E6B44
(110,107,68)
#7D7B58
(125,123,88)
#8C8B6C
(140,139,108)
#9B9B80
(155,155,128)
#AAAB94
(170,171,148)
#B9BBA8
(185,187,168)
#C8CBBC
(200,203,188)
#D7DBD0
(215,219,208)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504B1C color. Also use rgb(80,75,28) instead hex code.

Text Font Color

.myTextColor { color: #504B1C; }

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

This text font color is #504B1C.


Background Color

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

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

This div background color is #504B1C.


Border color

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

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

This div border color is #504B1C.


Opacity

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

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

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

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

This text has shadow with #504B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504B1C on black background.


Color preview on white background

This text has color #504B1C on white background.



Black color preview on #504B1C background

This text has black color on #504B1C background.


White color preview on #504B1C background

This text has white color on #504B1C background.