COLOR #503B4B

HEX: #503B4B RGB: (80,59,75)

Color info

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

RGB color model

#503B4B color RGB value is (80,59,75).

RGB: (80,59,75) (31%, 23%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 59 of 255 = 23%
B 75 of 255 = 29%

80
59
75

R + G + B ~ 28%. #503B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 59 + 75 = 214 (100%)
R 80 of 214 ~ 37.38%
G 59 of 214 ~ 27.57%
B 75 of 214 ~ 35.05'%

%37.38
%27.57
%35.05

CMYK color model

#503B4B color CMYK value is (0,26,6,69).

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

CMYK: (0,26,6,69)
C0M26Y6K69 (0%, 26%, 6%, 69%)
(0.00 / 0.26 / 0.06 / 0.69)

CMYK percentages

%0
%26.25
%6.25
%68.63

Codes

Color #503B4B in popluar color models

50 3B 4B
RGB 80 59 75
HSL 314° 15.11% 27.25%
HSB/HSV 314° 26.25% 31.37%
CMYK 0.00% 26.25% 6.25%
68.63%

Color #503B4B in popluar number systems.

HEX 50 3B 4B
Decimal 80 59 75
Binary 1010000 111011 1001011
Octal 120 73 113

Shades and tints

Shades of #503B4B

#503B4B
(80,59,75)
#493645
(73,54,69)
#42313F
(66,49,63)
#3B2C39
(59,44,57)
#342733
(52,39,51)
#2D222D
(45,34,45)
#261D27
(38,29,39)
#1F1821
(31,24,33)
#18131B
(24,19,27)
#110E15
(17,14,21)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #503B4B

#503B4B
(80,59,75)
#5F4C5B
(95,76,91)
#6E5D6B
(110,93,107)
#7D6E7B
(125,110,123)
#8C7F8B
(140,127,139)
#9B909B
(155,144,155)
#AAA1AB
(170,161,171)
#B9B2BB
(185,178,187)
#C8C3CB
(200,195,203)
#D7D4DB
(215,212,219)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503B4B; }

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

This text font color is #503B4B.

Background Color

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

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

This div background color is #503B4B.

Border color

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

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

This div border color is #503B4B.

Opacity

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

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

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

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

This text has shadow with #503B4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503B4B.

Preview

Color preview on black background

This text has color #503B4B on black background.


Color preview on white background

This text has color #503B4B on white background.


Black color preview on #503B4B background

This text has black color on #503B4B background.


White color preview on #503B4B background

This text has white color on #503B4B background.


Related colors

Complementary color

Complementary color for #hex is #AFC4B4.


I love getcolorcode.com

Triadic colors

1 #4B503B and #3B4B50 with #503B4B are triadic colors.

2 #4B3B50 and #3B504B with #503B4B are triadic colors.