COLOR #50412C

HEX: #50412C
RGB: (80,65,44)

Color info

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

RGB color model

#50412C color RGB value is (80,65,44).

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

RGB channels and saturation

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

80
65
44

R + G + B ~ 24%. #50412C is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 44 = 189 (100%)
R 80 of 189 ~ 42.33%
G 65 of 189 ~ 34.39%
B 44 of 189 ~ 23.28%

%42.33
%34.39
%23.28

CMYK color model

#50412C color CMYK value is (0,19,45,69).

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

CMYK percentages

%0
%18.75
%45
%68.63

Codes

Color #50412C in popluar color models

50412C
RGB806544
HSL35°29.03%24.31%
HSB/HSV35°45.00%31.37%
CMYK0.00%18.75%45.00%
68.63%

Color #50412C in popluar number systems.

HEX50412C
Decimal806544
Binary10100001000001101100
Octal12010154

Shades and tints

Shades of #50412C

#50412C
(80,65,44)
#493C28
(73,60,40)
#423724
(66,55,36)
#3B3220
(59,50,32)
#342D1C
(52,45,28)
#2D2818
(45,40,24)
#262314
(38,35,20)
#1F1E10
(31,30,16)
#18190C
(24,25,12)
#111408
(17,20,8)
#0A0F04
(10,15,4)
#000000
(0,0,0)

Tints of #50412C

#50412C
(80,65,44)
#5F523F
(95,82,63)
#6E6352
(110,99,82)
#7D7465
(125,116,101)
#8C8578
(140,133,120)
#9B968B
(155,150,139)
#AAA79E
(170,167,158)
#B9B8B1
(185,184,177)
#C8C9C4
(200,201,196)
#D7DAD7
(215,218,215)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50412C; }

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

This text font color is #50412C.


Background Color

.myBgColor { background-color: #50412C; }

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

This div background color is #50412C.


Border color

.myBorderColor { border: 1px solid #50412C; }

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

This div border color is #50412C.


Opacity

.myOpacity80 { color: #50412C; opacity: 0.8; }

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

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

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

This text has shadow with #50412C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50412C on black background.


Color preview on white background

This text has color #50412C on white background.



Black color preview on #50412C background

This text has black color on #50412C background.


White color preview on #50412C background

This text has white color on #50412C background.