COLOR #504318

HEX: #504318
RGB: (80,67,24)

Color info

#504318 contains red, green and blue colors in about the same proportion. Web safe color of #504318 is #663300 (or #630).

RGB color model

#504318 color RGB value is (80,67,24).

  • red value is 80;
  • green value is 67;
  • blue value is 24.
RGB:
(80,67,24)
(31%,26%,9%)

RGB channels and saturation

R 80 of 255 = 31%
G 67 of 255 = 26%
B 24 of 255 = 9%

80
67
24

R + G + B ~ 22%. #504318 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 67 + 24 = 171 (100%)
R 80 of 171 ~ 46.78%
G 67 of 171 ~ 39.18%
B 24 of 171 ~ 14.04%

%46.78
%39.18
%14.04

CMYK color model

#504318 color CMYK value is (0,16,70,69).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 70.00%
  • key color value is 68.63%
CMYK:
(0,16,70,69)
C0M16Y70K69 
(0%,16%,70%,69%)
(0.00/0.16/0.70/0.69)	

CMYK percentages

%0
%16.25
%70
%68.63

Codes

Color #504318 in popluar color models

504318
RGB806724
HSL46°53.85%20.39%
HSB/HSV46°70.00%31.37%
CMYK0.00%16.25%70.00%
68.63%

Color #504318 in popluar number systems.

HEX504318
Decimal806724
Binary1010000100001111000
Octal12010330

Shades and tints

Shades of #504318

#504318
(80,67,24)
#493D16
(73,61,22)
#423714
(66,55,20)
#3B3112
(59,49,18)
#342B10
(52,43,16)
#2D250E
(45,37,14)
#261F0C
(38,31,12)
#1F190A
(31,25,10)
#181308
(24,19,8)
#110D06
(17,13,6)
#0A0704
(10,7,4)
#000000
(0,0,0)

Tints of #504318

#504318
(80,67,24)
#5F542D
(95,84,45)
#6E6542
(110,101,66)
#7D7657
(125,118,87)
#8C876C
(140,135,108)
#9B9881
(155,152,129)
#AAA996
(170,169,150)
#B9BAAB
(185,186,171)
#C8CBC0
(200,203,192)
#D7DCD5
(215,220,213)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504318 color. Also use rgb(80,67,24) instead hex code.

Text Font Color

.myTextColor { color: #504318; }

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

This text font color is #504318.


Background Color

.myBgColor { background-color: #504318; }

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

This div background color is #504318.


Border color

.myBorderColor { border: 1px solid #504318; }

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

This div border color is #504318.


Opacity

.myOpacity80 { color: #504318; opacity: 0.8; }

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

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

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

This text has shadow with #504318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504318 on black background.


Color preview on white background

This text has color #504318 on white background.



Black color preview on #504318 background

This text has black color on #504318 background.


White color preview on #504318 background

This text has white color on #504318 background.