COLOR #504F3B

HEX: #504F3B RGB: (80,79,59)

Color info

#504F3B contains red, green and blue colors in about the same proportion. Web safe color of #504F3B is #666633 (or #663).

RGB color model

#504F3B color RGB value is (80,79,59).

RGB: (80,79,59) (31%, 31%, 23%)

RGB channels and saturation

R 80 of 255 = 31%
G 79 of 255 = 31%
B 59 of 255 = 23%

80
79
59

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

Portions of RGB colors in percentages

R + G + B = 80 + 79 + 59 = 218 (100%)
R 80 of 218 ~ 36.7%
G 79 of 218 ~ 36.24%
B 59 of 218 ~ 27.06'%

%36.7
%36.24
%27.06

CMYK color model

#504F3B color CMYK value is (0,1,26,69).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 26.25%
  • key color value is 68.63%
CMYK: (0,1,26,69) C0M1Y26K69 (0%,1%,26%,69%) (0.00/0.01/0.26/0.69) 

CMYK percentages

%0
%1.25
%26.25
%68.63

Codes

Color #504F3B in popluar color models

50 4F 3B
RGB 80 79 59
HSL 57° 15.11% 27.25%
HSB/HSV 57° 26.25% 31.37%
CMYK 0.00% 1.25% 26.25%
68.63%

Color #504F3B in popluar number systems.

HEX 50 4F 3B
Decimal 80 79 59
Binary 1010000 1001111 111011
Octal 120 117 73

Shades and tints

Shades of #504F3B

#504F3B
(80,79,59)
#494836
(73,72,54)
#424131
(66,65,49)
#3B3A2C
(59,58,44)
#343327
(52,51,39)
#2D2C22
(45,44,34)
#26251D
(38,37,29)
#1F1E18
(31,30,24)
#181713
(24,23,19)
#11100E
(17,16,14)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #504F3B

#504F3B
(80,79,59)
#5F5F4C
(95,95,76)
#6E6F5D
(110,111,93)
#7D7F6E
(125,127,110)
#8C8F7F
(140,143,127)
#9B9F90
(155,159,144)
#AAAFA1
(170,175,161)
#B9BFB2
(185,191,178)
#C8CFC3
(200,207,195)
#D7DFD4
(215,223,212)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504F3B color. Also use rgb(80,79,59) instead hex code.

Text Font Color

.myTextColor { color: #504F3B; }

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

This text font color is #504F3B.

Background Color

.myBgColor { background-color: #504F3B; }

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

This div background color is #504F3B.

Border color

.myBorderColor { border: 1px solid #504F3B; }

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

This div border color is #504F3B.

Opacity

.myOpacity80 { color: #504F3B; opacity: 0.8; }

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

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

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

This text has shadow with #504F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504F3B.

Preview

Color preview on black background

This text has color #504F3B on black background.


Color preview on white background

This text has color #504F3B on white background.


Black color preview on #504F3B background

This text has black color on #504F3B background.


White color preview on #504F3B background

This text has white color on #504F3B background.


Related colors

Complementary color

Complementary color for #hex is #AFB0C4.


I love getcolorcode.com

Triadic colors

1 #3B504F and #4F3B50 with #504F3B are triadic colors.

2 #3B4F50 and #4F503B with #504F3B are triadic colors.