COLOR #503B3E

HEX: #503B3E RGB: (80,59,62)

Color info

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

RGB color model

#503B3E color RGB value is (80,59,62).

RGB: (80,59,62) (31%, 23%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 59 of 255 = 23%
B 62 of 255 = 24%

80
59
62

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

Portions of RGB colors in percentages

R + G + B = 80 + 59 + 62 = 201 (100%)
R 80 of 201 ~ 39.8%
G 59 of 201 ~ 29.35%
B 62 of 201 ~ 30.85'%

%39.8
%29.35
%30.85

CMYK color model

#503B3E color CMYK value is (0,26,23,69).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 22.50%
  • key color value is 68.63%

CMYK: (0,26,23,69)
C0M26Y23K69 (0%, 26%, 23%, 69%)
(0.00 / 0.26 / 0.23 / 0.69)

CMYK percentages

%0
%26.25
%22.5
%68.63

Codes

Color #503B3E in popluar color models

50 3B 3E
RGB 80 59 62
HSL 351° 15.11% 27.25%
HSB/HSV 351° 26.25% 31.37%
CMYK 0.00% 26.25% 22.50%
68.63%

Color #503B3E in popluar number systems.

HEX 50 3B 3E
Decimal 80 59 62
Binary 1010000 111011 111110
Octal 120 73 76

Shades and tints

Shades of #503B3E

#503B3E
(80,59,62)
#493639
(73,54,57)
#423134
(66,49,52)
#3B2C2F
(59,44,47)
#34272A
(52,39,42)
#2D2225
(45,34,37)
#261D20
(38,29,32)
#1F181B
(31,24,27)
#181316
(24,19,22)
#110E11
(17,14,17)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #503B3E

#503B3E
(80,59,62)
#5F4C4F
(95,76,79)
#6E5D60
(110,93,96)
#7D6E71
(125,110,113)
#8C7F82
(140,127,130)
#9B9093
(155,144,147)
#AAA1A4
(170,161,164)
#B9B2B5
(185,178,181)
#C8C3C6
(200,195,198)
#D7D4D7
(215,212,215)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503B3E; }

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

This text font color is #503B3E.

Background Color

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

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

This div background color is #503B3E.

Border color

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

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

This div border color is #503B3E.

Opacity

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

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

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

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

This text has shadow with #503B3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503B3E.

Preview

Color preview on black background

This text has color #503B3E on black background.


Color preview on white background

This text has color #503B3E on white background.


Black color preview on #503B3E background

This text has black color on #503B3E background.


White color preview on #503B3E background

This text has white color on #503B3E background.


Related colors

Complementary color

Complementary color for #hex is #AFC4C1.


I love getcolorcode.com

Triadic colors

1 #3E503B and #3B3E50 with #503B3E are triadic colors.

2 #3E3B50 and #3B503E with #503B3E are triadic colors.