COLOR #504143

HEX: #504143
RGB: (80,65,67)

Color info

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

RGB color model

#504143 color RGB value is (80,65,67).

  • red value is 80;
  • green value is 65;
  • blue value is 67.
RGB:
(80,65,67)
(31%,25%,26%)

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 67 of 255 = 26%

80
65
67

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

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 67 = 212 (100%)
R 80 of 212 ~ 37.74%
G 65 of 212 ~ 30.66%
B 67 of 212 ~ 31.6%

%37.74
%30.66
%31.6

CMYK color model

#504143 color CMYK value is (0,19,16,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 16.25%
  • key color value is 68.63%
CMYK:
(0,19,16,69)
C0M19Y16K69 
(0%,19%,16%,69%)
(0.00/0.19/0.16/0.69)	

CMYK percentages

%0
%18.75
%16.25
%68.63

Codes

Color #504143 in popluar color models

504143
RGB806567
HSL352°10.34%28.43%
HSB/HSV352°18.75%31.37%
CMYK0.00%18.75%16.25%
68.63%

Color #504143 in popluar number systems.

HEX504143
Decimal806567
Binary101000010000011000011
Octal120101103

Shades and tints

Shades of #504143

#504143
(80,65,67)
#493C3D
(73,60,61)
#423737
(66,55,55)
#3B3231
(59,50,49)
#342D2B
(52,45,43)
#2D2825
(45,40,37)
#26231F
(38,35,31)
#1F1E19
(31,30,25)
#181913
(24,25,19)
#11140D
(17,20,13)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #504143

#504143
(80,65,67)
#5F5254
(95,82,84)
#6E6365
(110,99,101)
#7D7476
(125,116,118)
#8C8587
(140,133,135)
#9B9698
(155,150,152)
#AAA7A9
(170,167,169)
#B9B8BA
(185,184,186)
#C8C9CB
(200,201,203)
#D7DADC
(215,218,220)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504143 color. Also use rgb(80,65,67) instead hex code.

Text Font Color

.myTextColor { color: #504143; }

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

This text font color is #504143.


Background Color

.myBgColor { background-color: #504143; }

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

This div background color is #504143.


Border color

.myBorderColor { border: 1px solid #504143; }

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

This div border color is #504143.


Opacity

.myOpacity80 { color: #504143; opacity: 0.8; }

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

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

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

This text has shadow with #504143 color.

.textShadow {text-shadow: 3px 3px 1px #504143, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #504143;
-webkit-box-shadow: 1px 1px 3px 2px #504143;
box-shadow:1px 1px 3px 2px #504143;">
Div content here</div>
This div box has shadow with color #504143.

Preview

Color preview on black background

This text has color #504143 on black background.


Color preview on white background

This text has color #504143 on white background.



Black color preview on #504143 background

This text has black color on #504143 background.


White color preview on #504143 background

This text has white color on #504143 background.