COLOR #504533

HEX: #504533
RGB: (80,69,51)

Color info

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

RGB color model

#504533 color RGB value is (80,69,51).

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

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 51 of 255 = 20%

80
69
51

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

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 51 = 200 (100%)
R 80 of 200 ~ 40%
G 69 of 200 ~ 34.5%
B 51 of 200 ~ 25.5%

%40
%34.5
%25.5

CMYK color model

#504533 color CMYK value is (0,14,36,69).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 36.25%
  • key color value is 68.63%
CMYK:
(0,14,36,69)
C0M14Y36K69 
(0%,14%,36%,69%)
(0.00/0.14/0.36/0.69)	

CMYK percentages

%0
%13.75
%36.25
%68.63

Codes

Color #504533 in popluar color models

504533
RGB806951
HSL37°22.14%25.69%
HSB/HSV37°36.25%31.37%
CMYK0.00%13.75%36.25%
68.63%

Color #504533 in popluar number systems.

HEX504533
Decimal806951
Binary10100001000101110011
Octal12010563

Shades and tints

Shades of #504533

#504533
(80,69,51)
#493F2F
(73,63,47)
#42392B
(66,57,43)
#3B3327
(59,51,39)
#342D23
(52,45,35)
#2D271F
(45,39,31)
#26211B
(38,33,27)
#1F1B17
(31,27,23)
#181513
(24,21,19)
#110F0F
(17,15,15)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #504533

#504533
(80,69,51)
#5F5545
(95,85,69)
#6E6557
(110,101,87)
#7D7569
(125,117,105)
#8C857B
(140,133,123)
#9B958D
(155,149,141)
#AAA59F
(170,165,159)
#B9B5B1
(185,181,177)
#C8C5C3
(200,197,195)
#D7D5D5
(215,213,213)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504533; }

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

This text font color is #504533.


Background Color

.myBgColor { background-color: #504533; }

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

This div background color is #504533.


Border color

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

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

This div border color is #504533.


Opacity

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

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

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

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

This text has shadow with #504533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504533 on black background.


Color preview on white background

This text has color #504533 on white background.



Black color preview on #504533 background

This text has black color on #504533 background.


White color preview on #504533 background

This text has white color on #504533 background.