COLOR #50451B

HEX: #50451B
RGB: (80,69,27)

Color info

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

RGB color model

#50451B color RGB value is (80,69,27).

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

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 27 of 255 = 11%

80
69
27

R + G + B ~ 23%. #50451B is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 27 = 176 (100%)
R 80 of 176 ~ 45.45%
G 69 of 176 ~ 39.2%
B 27 of 176 ~ 15.34%

%45.45
%39.2
%15.34

CMYK color model

#50451B color CMYK value is (0,14,66,69).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 66.25%
  • key color value is 68.63%
CMYK:
(0,14,66,69)
C0M14Y66K69 
(0%,14%,66%,69%)
(0.00/0.14/0.66/0.69)	

CMYK percentages

%0
%13.75
%66.25
%68.63

Codes

Color #50451B in popluar color models

50451B
RGB806927
HSL48°49.53%20.98%
HSB/HSV48°66.25%31.37%
CMYK0.00%13.75%66.25%
68.63%

Color #50451B in popluar number systems.

HEX50451B
Decimal806927
Binary1010000100010111011
Octal12010533

Shades and tints

Shades of #50451B

#50451B
(80,69,27)
#493F19
(73,63,25)
#423917
(66,57,23)
#3B3315
(59,51,21)
#342D13
(52,45,19)
#2D2711
(45,39,17)
#26210F
(38,33,15)
#1F1B0D
(31,27,13)
#18150B
(24,21,11)
#110F09
(17,15,9)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #50451B

#50451B
(80,69,27)
#5F552F
(95,85,47)
#6E6543
(110,101,67)
#7D7557
(125,117,87)
#8C856B
(140,133,107)
#9B957F
(155,149,127)
#AAA593
(170,165,147)
#B9B5A7
(185,181,167)
#C8C5BB
(200,197,187)
#D7D5CF
(215,213,207)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50451B; }

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

This text font color is #50451B.


Background Color

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

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

This div background color is #50451B.


Border color

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

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

This div border color is #50451B.


Opacity

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

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

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

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

This text has shadow with #50451B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50451B on black background.


Color preview on white background

This text has color #50451B on white background.



Black color preview on #50451B background

This text has black color on #50451B background.


White color preview on #50451B background

This text has white color on #50451B background.