COLOR #504626

HEX: #504626
RGB: (80,70,38)

Color info

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

RGB color model

#504626 color RGB value is (80,70,38).

  • red value is 80;
  • green value is 70;
  • blue value is 38.
RGB:
(80,70,38)
(31%,27%,15%)

RGB channels and saturation

R 80 of 255 = 31%
G 70 of 255 = 27%
B 38 of 255 = 15%

80
70
38

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

Portions of RGB colors in percentages

R + G + B =
80 + 70 + 38 = 188 (100%)
R 80 of 188 ~ 42.55%
G 70 of 188 ~ 37.23%
B 38 of 188 ~ 20.21%

%42.55
%37.23
%20.21

CMYK color model

#504626 color CMYK value is (0,13,53,69).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 52.50%
  • key color value is 68.63%
CMYK:
(0,13,53,69)
C0M13Y53K69 
(0%,13%,53%,69%)
(0.00/0.13/0.53/0.69)	

CMYK percentages

%0
%12.5
%52.5
%68.63

Codes

Color #504626 in popluar color models

504626
RGB807038
HSL46°35.59%23.14%
HSB/HSV46°52.50%31.37%
CMYK0.00%12.50%52.50%
68.63%

Color #504626 in popluar number systems.

HEX504626
Decimal807038
Binary10100001000110100110
Octal12010646

Shades and tints

Shades of #504626

#504626
(80,70,38)
#494023
(73,64,35)
#423A20
(66,58,32)
#3B341D
(59,52,29)
#342E1A
(52,46,26)
#2D2817
(45,40,23)
#262214
(38,34,20)
#1F1C11
(31,28,17)
#18160E
(24,22,14)
#11100B
(17,16,11)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #504626

#504626
(80,70,38)
#5F5639
(95,86,57)
#6E664C
(110,102,76)
#7D765F
(125,118,95)
#8C8672
(140,134,114)
#9B9685
(155,150,133)
#AAA698
(170,166,152)
#B9B6AB
(185,182,171)
#C8C6BE
(200,198,190)
#D7D6D1
(215,214,209)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504626 color. Also use rgb(80,70,38) instead hex code.

Text Font Color

.myTextColor { color: #504626; }

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

This text font color is #504626.


Background Color

.myBgColor { background-color: #504626; }

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

This div background color is #504626.


Border color

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

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

This div border color is #504626.


Opacity

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

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

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

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

This text has shadow with #504626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504626 on black background.


Color preview on white background

This text has color #504626 on white background.



Black color preview on #504626 background

This text has black color on #504626 background.


White color preview on #504626 background

This text has white color on #504626 background.