COLOR #503A44

HEX: #503A44 RGB: (80,58,68)

Color info

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

RGB color model

#503A44 color RGB value is (80,58,68).

RGB: (80,58,68) (31%, 23%, 27%)

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 68 of 255 = 27%

80
58
68

R + G + B ~ 27%. #503A44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 58 + 68 = 206 (100%)
R 80 of 206 ~ 38.83%
G 58 of 206 ~ 28.16%
B 68 of 206 ~ 33.01'%

%38.83
%28.16
%33.01

CMYK color model

#503A44 color CMYK value is (0,28,15,69).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 15.00%
  • key color value is 68.63%

CMYK: (0,28,15,69)
C0M28Y15K69 (0%, 28%, 15%, 69%)
(0.00 / 0.28 / 0.15 / 0.69)

CMYK percentages

%0
%27.5
%15
%68.63

Codes

Color #503A44 in popluar color models

50 3A 44
RGB 80 58 68
HSL 333° 15.94% 27.06%
HSB/HSV 333° 27.50% 31.37%
CMYK 0.00% 27.50% 15.00%
68.63%

Color #503A44 in popluar number systems.

HEX 50 3A 44
Decimal 80 58 68
Binary 1010000 111010 1000100
Octal 120 72 104

Shades and tints

Shades of #503A44

#503A44
(80,58,68)
#49353E
(73,53,62)
#423038
(66,48,56)
#3B2B32
(59,43,50)
#34262C
(52,38,44)
#2D2126
(45,33,38)
#261C20
(38,28,32)
#1F171A
(31,23,26)
#181214
(24,18,20)
#110D0E
(17,13,14)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #503A44

#503A44
(80,58,68)
#5F4B55
(95,75,85)
#6E5C66
(110,92,102)
#7D6D77
(125,109,119)
#8C7E88
(140,126,136)
#9B8F99
(155,143,153)
#AAA0AA
(170,160,170)
#B9B1BB
(185,177,187)
#C8C2CC
(200,194,204)
#D7D3DD
(215,211,221)
#E6E4EE
(230,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503A44 color. Also use rgb(80,58,68) instead hex code.

Text Font Color

.myTextColor { color: #503A44; }

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

This text font color is #503A44.

Background Color

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

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

This div background color is #503A44.

Border color

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

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

This div border color is #503A44.

Opacity

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

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

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

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

This text has shadow with #503A44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503A44.

Preview

Color preview on black background

This text has color #503A44 on black background.


Color preview on white background

This text has color #503A44 on white background.


Black color preview on #503A44 background

This text has black color on #503A44 background.


White color preview on #503A44 background

This text has white color on #503A44 background.


Related colors

Complementary color

Complementary color for #hex is #AFC5BB.


I love getcolorcode.com

Triadic colors

1 #44503A and #3A4450 with #503A44 are triadic colors.

2 #443A50 and #3A5044 with #503A44 are triadic colors.