COLOR #504632

HEX: #504632
RGB: (80,70,50)

Color info

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

RGB color model

#504632 color RGB value is (80,70,50).

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

RGB channels and saturation

R 80 of 255 = 31%
G 70 of 255 = 27%
B 50 of 255 = 20%

80
70
50

R + G + B ~ 26%. #504632 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 70 + 50 = 200 (100%)
R 80 of 200 ~ 40%
G 70 of 200 ~ 35%
B 50 of 200 ~ 25%

%40
%35
%25

CMYK color model

#504632 color CMYK value is (0,13,38,69).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 37.50%
  • key color value is 68.63%
CMYK:
(0,13,38,69)
C0M13Y38K69 
(0%,13%,38%,69%)
(0.00/0.13/0.38/0.69)	

CMYK percentages

%0
%12.5
%37.5
%68.63

Codes

Color #504632 in popluar color models

504632
RGB807050
HSL40°23.08%25.49%
HSB/HSV40°37.50%31.37%
CMYK0.00%12.50%37.50%
68.63%

Color #504632 in popluar number systems.

HEX504632
Decimal807050
Binary10100001000110110010
Octal12010662

Shades and tints

Shades of #504632

#504632
(80,70,50)
#49402E
(73,64,46)
#423A2A
(66,58,42)
#3B3426
(59,52,38)
#342E22
(52,46,34)
#2D281E
(45,40,30)
#26221A
(38,34,26)
#1F1C16
(31,28,22)
#181612
(24,22,18)
#11100E
(17,16,14)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #504632

#504632
(80,70,50)
#5F5644
(95,86,68)
#6E6656
(110,102,86)
#7D7668
(125,118,104)
#8C867A
(140,134,122)
#9B968C
(155,150,140)
#AAA69E
(170,166,158)
#B9B6B0
(185,182,176)
#C8C6C2
(200,198,194)
#D7D6D4
(215,214,212)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504632; }

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

This text font color is #504632.


Background Color

.myBgColor { background-color: #504632; }

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

This div background color is #504632.


Border color

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

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

This div border color is #504632.


Opacity

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

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

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

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

This text has shadow with #504632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504632 on black background.


Color preview on white background

This text has color #504632 on white background.



Black color preview on #504632 background

This text has black color on #504632 background.


White color preview on #504632 background

This text has white color on #504632 background.