COLOR #504941

HEX: #504941
RGB: (80,73,65)

Color info

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

RGB color model

#504941 color RGB value is (80,73,65).

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

RGB channels and saturation

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

80
73
65

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

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 65 = 218 (100%)
R 80 of 218 ~ 36.7%
G 73 of 218 ~ 33.49%
B 65 of 218 ~ 29.82%

%36.7
%33.49
%29.82

CMYK color model

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

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

CMYK percentages

%0
%8.75
%18.75
%68.63

Codes

Color #504941 in popluar color models

504941
RGB807365
HSL32°10.34%28.43%
HSB/HSV32°18.75%31.37%
CMYK0.00%8.75%18.75%
68.63%

Color #504941 in popluar number systems.

HEX504941
Decimal807365
Binary101000010010011000001
Octal120111101

Shades and tints

Shades of #504941

#504941
(80,73,65)
#49433C
(73,67,60)
#423D37
(66,61,55)
#3B3732
(59,55,50)
#34312D
(52,49,45)
#2D2B28
(45,43,40)
#262523
(38,37,35)
#1F1F1E
(31,31,30)
#181919
(24,25,25)
#111314
(17,19,20)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #504941

#504941
(80,73,65)
#5F5952
(95,89,82)
#6E6963
(110,105,99)
#7D7974
(125,121,116)
#8C8985
(140,137,133)
#9B9996
(155,153,150)
#AAA9A7
(170,169,167)
#B9B9B8
(185,185,184)
#C8C9C9
(200,201,201)
#D7D9DA
(215,217,218)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504941; }

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

This text font color is #504941.


Background Color

.myBgColor { background-color: #504941; }

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

This div background color is #504941.


Border color

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

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

This div border color is #504941.


Opacity

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

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

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

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

This text has shadow with #504941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504941 on black background.


Color preview on white background

This text has color #504941 on white background.



Black color preview on #504941 background

This text has black color on #504941 background.


White color preview on #504941 background

This text has white color on #504941 background.