COLOR #504141

HEX: #504141 RGB: (80,65,65)

Color info

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

RGB color model

#504141 color RGB value is (80,65,65).

RGB: (80,65,65) (31%, 25%, 25%)

RGB channels and saturation

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

80
65
65

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

Portions of RGB colors in percentages

R + G + B = 80 + 65 + 65 = 210 (100%)
R 80 of 210 ~ 38.1%
G 65 of 210 ~ 30.95%
B 65 of 210 ~ 30.95'%

%38.1
%30.95
%30.95

CMYK color model

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

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

CMYK percentages

%0
%18.75
%18.75
%68.63

Codes

Color #504141 in popluar color models

50 41 41
RGB 80 65 65
HSL 10.34% 28.43%
HSB/HSV 18.75% 31.37%
CMYK 0.00% 18.75% 18.75%
68.63%

Color #504141 in popluar number systems.

HEX 50 41 41
Decimal 80 65 65
Binary 1010000 1000001 1000001
Octal 120 101 101

Shades and tints

Shades of #504141

#504141
(80,65,65)
#493C3C
(73,60,60)
#423737
(66,55,55)
#3B3232
(59,50,50)
#342D2D
(52,45,45)
#2D2828
(45,40,40)
#262323
(38,35,35)
#1F1E1E
(31,30,30)
#181919
(24,25,25)
#111414
(17,20,20)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #504141

#504141
(80,65,65)
#5F5252
(95,82,82)
#6E6363
(110,99,99)
#7D7474
(125,116,116)
#8C8585
(140,133,133)
#9B9696
(155,150,150)
#AAA7A7
(170,167,167)
#B9B8B8
(185,184,184)
#C8C9C9
(200,201,201)
#D7DADA
(215,218,218)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504141; }

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

This text font color is #504141.

Background Color

.myBgColor { background-color: #504141; }

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

This div background color is #504141.

Border color

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

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

This div border color is #504141.

Opacity

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

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

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

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

This text has shadow with #504141 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504141.

Preview

Color preview on black background

This text has color #504141 on black background.


Color preview on white background

This text has color #504141 on white background.


Black color preview on #504141 background

This text has black color on #504141 background.


White color preview on #504141 background

This text has white color on #504141 background.


Related colors

Complementary color

Complementary color for #hex is #AFBEBE.


I love getcolorcode.com