COLOR #504033

HEX: #504033
RGB: (80,64,51)

Color info

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

RGB color model

#504033 color RGB value is (80,64,51).

  • red value is 80;
  • green value is 64;
  • blue value is 51.
RGB:
(80,64,51)
(31%,25%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 64 of 255 = 25%
B 51 of 255 = 20%

80
64
51

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

Portions of RGB colors in percentages

R + G + B =
80 + 64 + 51 = 195 (100%)
R 80 of 195 ~ 41.03%
G 64 of 195 ~ 32.82%
B 51 of 195 ~ 26.15%

%41.03
%32.82
%26.15

CMYK color model

#504033 color CMYK value is (0,20,36,69).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 36.25%
  • key color value is 68.63%
CMYK:
(0,20,36,69)
C0M20Y36K69 
(0%,20%,36%,69%)
(0.00/0.20/0.36/0.69)	

CMYK percentages

%0
%20
%36.25
%68.63

Codes

Color #504033 in popluar color models

504033
RGB806451
HSL27°22.14%25.69%
HSB/HSV27°36.25%31.37%
CMYK0.00%20.00%36.25%
68.63%

Color #504033 in popluar number systems.

HEX504033
Decimal806451
Binary10100001000000110011
Octal12010063

Shades and tints

Shades of #504033

#504033
(80,64,51)
#493B2F
(73,59,47)
#42362B
(66,54,43)
#3B3127
(59,49,39)
#342C23
(52,44,35)
#2D271F
(45,39,31)
#26221B
(38,34,27)
#1F1D17
(31,29,23)
#181813
(24,24,19)
#11130F
(17,19,15)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #504033

#504033
(80,64,51)
#5F5145
(95,81,69)
#6E6257
(110,98,87)
#7D7369
(125,115,105)
#8C847B
(140,132,123)
#9B958D
(155,149,141)
#AAA69F
(170,166,159)
#B9B7B1
(185,183,177)
#C8C8C3
(200,200,195)
#D7D9D5
(215,217,213)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504033 color. Also use rgb(80,64,51) instead hex code.

Text Font Color

.myTextColor { color: #504033; }

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

This text font color is #504033.


Background Color

.myBgColor { background-color: #504033; }

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

This div background color is #504033.


Border color

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

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

This div border color is #504033.


Opacity

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

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

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

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

This text has shadow with #504033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504033 on black background.


Color preview on white background

This text has color #504033 on white background.



Black color preview on #504033 background

This text has black color on #504033 background.


White color preview on #504033 background

This text has white color on #504033 background.