COLOR #503E40

HEX: #503E40 RGB: (80,62,64)

Color info

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

RGB color model

#503E40 color RGB value is (80,62,64).

RGB: (80,62,64) (31%, 24%, 25%)

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 64 of 255 = 25%

80
62
64

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

Portions of RGB colors in percentages

R + G + B = 80 + 62 + 64 = 206 (100%)
R 80 of 206 ~ 38.83%
G 62 of 206 ~ 30.1%
B 64 of 206 ~ 31.07'%

%38.83
%30.1
%31.07

CMYK color model

#503E40 color CMYK value is (0,23,20,69).

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

CMYK: (0,23,20,69)
C0M23Y20K69 (0%, 23%, 20%, 69%)
(0.00 / 0.23 / 0.20 / 0.69)

CMYK percentages

%0
%22.5
%20
%68.63

Codes

Color #503E40 in popluar color models

50 3E 40
RGB 80 62 64
HSL 353° 12.68% 27.84%
HSB/HSV 353° 22.50% 31.37%
CMYK 0.00% 22.50% 20.00%
68.63%

Color #503E40 in popluar number systems.

HEX 50 3E 40
Decimal 80 62 64
Binary 1010000 111110 1000000
Octal 120 76 100

Shades and tints

Shades of #503E40

#503E40
(80,62,64)
#49393B
(73,57,59)
#423436
(66,52,54)
#3B2F31
(59,47,49)
#342A2C
(52,42,44)
#2D2527
(45,37,39)
#262022
(38,32,34)
#1F1B1D
(31,27,29)
#181618
(24,22,24)
#111113
(17,17,19)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #503E40

#503E40
(80,62,64)
#5F4F51
(95,79,81)
#6E6062
(110,96,98)
#7D7173
(125,113,115)
#8C8284
(140,130,132)
#9B9395
(155,147,149)
#AAA4A6
(170,164,166)
#B9B5B7
(185,181,183)
#C8C6C8
(200,198,200)
#D7D7D9
(215,215,217)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503E40; }

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

This text font color is #503E40.

Background Color

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

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

This div background color is #503E40.

Border color

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

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

This div border color is #503E40.

Opacity

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

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

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

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

This text has shadow with #503E40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503E40.

Preview

Color preview on black background

This text has color #503E40 on black background.


Color preview on white background

This text has color #503E40 on white background.


Black color preview on #503E40 background

This text has black color on #503E40 background.


White color preview on #503E40 background

This text has white color on #503E40 background.


Related colors

Complementary color

Complementary color for #hex is #AFC1BF.


I love getcolorcode.com

Triadic colors

1 #40503E and #3E4050 with #503E40 are triadic colors.

2 #403E50 and #3E5040 with #503E40 are triadic colors.