COLOR #504629

HEX: #504629
RGB: (80,70,41)

Color info

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

RGB color model

#504629 color RGB value is (80,70,41).

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

RGB channels and saturation

R 80 of 255 = 31%
G 70 of 255 = 27%
B 41 of 255 = 16%

80
70
41

R + G + B ~ 25%. #504629 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 70 + 41 = 191 (100%)
R 80 of 191 ~ 41.88%
G 70 of 191 ~ 36.65%
B 41 of 191 ~ 21.47%

%41.88
%36.65
%21.47

CMYK color model

#504629 color CMYK value is (0,13,49,69).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 48.75%
  • key color value is 68.63%
CMYK:
(0,13,49,69)
C0M13Y49K69 
(0%,13%,49%,69%)
(0.00/0.13/0.49/0.69)	

CMYK percentages

%0
%12.5
%48.75
%68.63

Codes

Color #504629 in popluar color models

504629
RGB807041
HSL45°32.23%23.73%
HSB/HSV45°48.75%31.37%
CMYK0.00%12.50%48.75%
68.63%

Color #504629 in popluar number systems.

HEX504629
Decimal807041
Binary10100001000110101001
Octal12010651

Shades and tints

Shades of #504629

#504629
(80,70,41)
#494026
(73,64,38)
#423A23
(66,58,35)
#3B3420
(59,52,32)
#342E1D
(52,46,29)
#2D281A
(45,40,26)
#262217
(38,34,23)
#1F1C14
(31,28,20)
#181611
(24,22,17)
#11100E
(17,16,14)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #504629

#504629
(80,70,41)
#5F563C
(95,86,60)
#6E664F
(110,102,79)
#7D7662
(125,118,98)
#8C8675
(140,134,117)
#9B9688
(155,150,136)
#AAA69B
(170,166,155)
#B9B6AE
(185,182,174)
#C8C6C1
(200,198,193)
#D7D6D4
(215,214,212)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504629; }

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

This text font color is #504629.


Background Color

.myBgColor { background-color: #504629; }

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

This div background color is #504629.


Border color

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

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

This div border color is #504629.


Opacity

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

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

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

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

This text has shadow with #504629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504629 on black background.


Color preview on white background

This text has color #504629 on white background.



Black color preview on #504629 background

This text has black color on #504629 background.


White color preview on #504629 background

This text has white color on #504629 background.