COLOR #50541B

HEX: #50541B
RGB: (80,84,27)

Color info

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

RGB color model

#50541B color RGB value is (80,84,27).

  • red value is 80;
  • green value is 84;
  • blue value is 27.
RGB:
(80,84,27)
(31%,33%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 27 of 255 = 11%

80
84
27

R + G + B ~ 25%. #50541B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 27 = 191 (100%)
R 80 of 191 ~ 41.88%
G 84 of 191 ~ 43.98%
B 27 of 191 ~ 14.14%

%41.88
%43.98
%14.14

CMYK color model

#50541B color CMYK value is (5,0,68,67).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 67.06%
CMYK:
(5,0,68,67)
C5M0Y68K67 
(5%,0%,68%,67%)
(0.05/0.00/0.68/0.67)	

CMYK percentages

%4.76
%0
%67.86
%67.06

Codes

Color #50541B in popluar color models

50541B
RGB808427
HSL64°51.35%21.76%
HSB/HSV64°67.86%32.94%
CMYK4.76%0.00%67.86%
67.06%

Color #50541B in popluar number systems.

HEX50541B
Decimal808427
Binary1010000101010011011
Octal12012433

Shades and tints

Shades of #50541B

#50541B
(80,84,27)
#494D19
(73,77,25)
#424617
(66,70,23)
#3B3F15
(59,63,21)
#343813
(52,56,19)
#2D3111
(45,49,17)
#262A0F
(38,42,15)
#1F230D
(31,35,13)
#181C0B
(24,28,11)
#111509
(17,21,9)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #50541B

#50541B
(80,84,27)
#5F632F
(95,99,47)
#6E7243
(110,114,67)
#7D8157
(125,129,87)
#8C906B
(140,144,107)
#9B9F7F
(155,159,127)
#AAAE93
(170,174,147)
#B9BDA7
(185,189,167)
#C8CCBB
(200,204,187)
#D7DBCF
(215,219,207)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50541B color. Also use rgb(80,84,27) instead hex code.

Text Font Color

.myTextColor { color: #50541B; }

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

This text font color is #50541B.


Background Color

.myBgColor { background-color: #50541B; }

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

This div background color is #50541B.


Border color

.myBorderColor { border: 1px solid #50541B; }

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

This div border color is #50541B.


Opacity

.myOpacity80 { color: #50541B; opacity: 0.8; }

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

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

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

This text has shadow with #50541B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50541B on black background.


Color preview on white background

This text has color #50541B on white background.



Black color preview on #50541B background

This text has black color on #50541B background.


White color preview on #50541B background

This text has white color on #50541B background.