COLOR #503B2F

HEX: #503B2F RGB: (80,59,47)

Color info

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

RGB color model

#503B2F color RGB value is (80,59,47).

RGB: (80,59,47) (31%, 23%, 18%)

RGB channels and saturation

R 80 of 255 = 31%
G 59 of 255 = 23%
B 47 of 255 = 18%

80
59
47

R + G + B ~ 24%. #503B2F is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 59 + 47 = 186 (100%)
R 80 of 186 ~ 43.01%
G 59 of 186 ~ 31.72%
B 47 of 186 ~ 25.27'%

%43.01
%31.72
%25.27

CMYK color model

#503B2F color CMYK value is (0,26,41,69).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 41.25%
  • key color value is 68.63%
CMYK: (0,26,41,69) C0M26Y41K69 (0%,26%,41%,69%) (0.00/0.26/0.41/0.69) 

CMYK percentages

%0
%26.25
%41.25
%68.63

Codes

Color #503B2F in popluar color models

50 3B 2F
RGB 80 59 47
HSL 22° 25.98% 24.90%
HSB/HSV 22° 41.25% 31.37%
CMYK 0.00% 26.25% 41.25%
68.63%

Color #503B2F in popluar number systems.

HEX 50 3B 2F
Decimal 80 59 47
Binary 1010000 111011 101111
Octal 120 73 57

Shades and tints

Shades of #503B2F

#503B2F
(80,59,47)
#49362B
(73,54,43)
#423127
(66,49,39)
#3B2C23
(59,44,35)
#34271F
(52,39,31)
#2D221B
(45,34,27)
#261D17
(38,29,23)
#1F1813
(31,24,19)
#18130F
(24,19,15)
#110E0B
(17,14,11)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #503B2F

#503B2F
(80,59,47)
#5F4C41
(95,76,65)
#6E5D53
(110,93,83)
#7D6E65
(125,110,101)
#8C7F77
(140,127,119)
#9B9089
(155,144,137)
#AAA19B
(170,161,155)
#B9B2AD
(185,178,173)
#C8C3BF
(200,195,191)
#D7D4D1
(215,212,209)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503B2F color. Also use rgb(80,59,47) instead hex code.

Text Font Color

.myTextColor { color: #503B2F; }

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

This text font color is #503B2F.

Background Color

.myBgColor { background-color: #503B2F; }

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

This div background color is #503B2F.

Border color

.myBorderColor { border: 1px solid #503B2F; }

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

This div border color is #503B2F.

Opacity

.myOpacity80 { color: #503B2F; opacity: 0.8; }

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

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

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

This text has shadow with #503B2F color.


.textShadow {text-shadow: 3px 3px 1px #503B2F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #503B2F; -webkit-box-shadow: 1px 1px 3px 2px #503B2F; box-shadow:1px 1px 3px 2px #503B2F;">
Div content here
</div>

This div box has shadow with color #503B2F.

Preview

Color preview on black background

This text has color #503B2F on black background.


Color preview on white background

This text has color #503B2F on white background.


Black color preview on #503B2F background

This text has black color on #503B2F background.


White color preview on #503B2F background

This text has white color on #503B2F background.


Related colors

Complementary color

Complementary color for #hex is #AFC4D0.


I love getcolorcode.com

Triadic colors

1 #2F503B and #3B2F50 with #503B2F are triadic colors.

2 #2F3B50 and #3B502F with #503B2F are triadic colors.