COLOR #504235

HEX: #504235
RGB: (80,66,53)

Color info

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

RGB color model

#504235 color RGB value is (80,66,53).

  • red value is 80;
  • green value is 66;
  • blue value is 53.
RGB:
(80,66,53)
(31%,26%,21%)

RGB channels and saturation

R 80 of 255 = 31%
G 66 of 255 = 26%
B 53 of 255 = 21%

80
66
53

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

Portions of RGB colors in percentages

R + G + B =
80 + 66 + 53 = 199 (100%)
R 80 of 199 ~ 40.2%
G 66 of 199 ~ 33.17%
B 53 of 199 ~ 26.63%

%40.2
%33.17
%26.63

CMYK color model

#504235 color CMYK value is (0,18,34,69).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 33.75%
  • key color value is 68.63%
CMYK:
(0,18,34,69)
C0M18Y34K69 
(0%,18%,34%,69%)
(0.00/0.18/0.34/0.69)	

CMYK percentages

%0
%17.5
%33.75
%68.63

Codes

Color #504235 in popluar color models

504235
RGB806653
HSL29°20.30%26.08%
HSB/HSV29°33.75%31.37%
CMYK0.00%17.50%33.75%
68.63%

Color #504235 in popluar number systems.

HEX504235
Decimal806653
Binary10100001000010110101
Octal12010265

Shades and tints

Shades of #504235

#504235
(80,66,53)
#493C31
(73,60,49)
#42362D
(66,54,45)
#3B3029
(59,48,41)
#342A25
(52,42,37)
#2D2421
(45,36,33)
#261E1D
(38,30,29)
#1F1819
(31,24,25)
#181215
(24,18,21)
#110C11
(17,12,17)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #504235

#504235
(80,66,53)
#5F5347
(95,83,71)
#6E6459
(110,100,89)
#7D756B
(125,117,107)
#8C867D
(140,134,125)
#9B978F
(155,151,143)
#AAA8A1
(170,168,161)
#B9B9B3
(185,185,179)
#C8CAC5
(200,202,197)
#D7DBD7
(215,219,215)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504235 color. Also use rgb(80,66,53) instead hex code.

Text Font Color

.myTextColor { color: #504235; }

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

This text font color is #504235.


Background Color

.myBgColor { background-color: #504235; }

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

This div background color is #504235.


Border color

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

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

This div border color is #504235.


Opacity

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

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

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

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

This text has shadow with #504235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504235 on black background.


Color preview on white background

This text has color #504235 on white background.



Black color preview on #504235 background

This text has black color on #504235 background.


White color preview on #504235 background

This text has white color on #504235 background.