COLOR #503527

HEX: #503527
RGB: (80,53,39)

Color info

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

RGB color model

#503527 color RGB value is (80,53,39).

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

RGB channels and saturation

R 80 of 255 = 31%
G 53 of 255 = 21%
B 39 of 255 = 15%

80
53
39

R + G + B ~ 22%. #503527 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 53 + 39 = 172 (100%)
R 80 of 172 ~ 46.51%
G 53 of 172 ~ 30.81%
B 39 of 172 ~ 22.67%

%46.51
%30.81
%22.67

CMYK color model

#503527 color CMYK value is (0,34,51,69).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 51.25%
  • key color value is 68.63%
CMYK:
(0,34,51,69)
C0M34Y51K69 
(0%,34%,51%,69%)
(0.00/0.34/0.51/0.69)	

CMYK percentages

%0
%33.75
%51.25
%68.63

Codes

Color #503527 in popluar color models

503527
RGB805339
HSL20°34.45%23.33%
HSB/HSV20°51.25%31.37%
CMYK0.00%33.75%51.25%
68.63%

Color #503527 in popluar number systems.

HEX503527
Decimal805339
Binary1010000110101100111
Octal1206547

Shades and tints

Shades of #503527

#503527
(80,53,39)
#493124
(73,49,36)
#422D21
(66,45,33)
#3B291E
(59,41,30)
#34251B
(52,37,27)
#2D2118
(45,33,24)
#261D15
(38,29,21)
#1F1912
(31,25,18)
#18150F
(24,21,15)
#11110C
(17,17,12)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #503527

#503527
(80,53,39)
#5F473A
(95,71,58)
#6E594D
(110,89,77)
#7D6B60
(125,107,96)
#8C7D73
(140,125,115)
#9B8F86
(155,143,134)
#AAA199
(170,161,153)
#B9B3AC
(185,179,172)
#C8C5BF
(200,197,191)
#D7D7D2
(215,215,210)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503527; }

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

This text font color is #503527.


Background Color

.myBgColor { background-color: #503527; }

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

This div background color is #503527.


Border color

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

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

This div border color is #503527.


Opacity

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

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

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

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

This text has shadow with #503527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503527 on black background.


Color preview on white background

This text has color #503527 on white background.



Black color preview on #503527 background

This text has black color on #503527 background.


White color preview on #503527 background

This text has white color on #503527 background.