COLOR #50362C

HEX: #50362C
RGB: (80,54,44)

Color info

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

RGB color model

#50362C color RGB value is (80,54,44).

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

RGB channels and saturation

R 80 of 255 = 31%
G 54 of 255 = 21%
B 44 of 255 = 17%

80
54
44

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

Portions of RGB colors in percentages

R + G + B =
80 + 54 + 44 = 178 (100%)
R 80 of 178 ~ 44.94%
G 54 of 178 ~ 30.34%
B 44 of 178 ~ 24.72%

%44.94
%30.34
%24.72

CMYK color model

#50362C color CMYK value is (0,33,45,69).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 45.00%
  • key color value is 68.63%
CMYK:
(0,33,45,69)
C0M33Y45K69 
(0%,33%,45%,69%)
(0.00/0.33/0.45/0.69)	

CMYK percentages

%0
%32.5
%45
%68.63

Codes

Color #50362C in popluar color models

50362C
RGB805444
HSL17°29.03%24.31%
HSB/HSV17°45.00%31.37%
CMYK0.00%32.50%45.00%
68.63%

Color #50362C in popluar number systems.

HEX50362C
Decimal805444
Binary1010000110110101100
Octal1206654

Shades and tints

Shades of #50362C

#50362C
(80,54,44)
#493228
(73,50,40)
#422E24
(66,46,36)
#3B2A20
(59,42,32)
#34261C
(52,38,28)
#2D2218
(45,34,24)
#261E14
(38,30,20)
#1F1A10
(31,26,16)
#18160C
(24,22,12)
#111208
(17,18,8)
#0A0E04
(10,14,4)
#000000
(0,0,0)

Tints of #50362C

#50362C
(80,54,44)
#5F483F
(95,72,63)
#6E5A52
(110,90,82)
#7D6C65
(125,108,101)
#8C7E78
(140,126,120)
#9B908B
(155,144,139)
#AAA29E
(170,162,158)
#B9B4B1
(185,180,177)
#C8C6C4
(200,198,196)
#D7D8D7
(215,216,215)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50362C; }

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

This text font color is #50362C.


Background Color

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

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

This div background color is #50362C.


Border color

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

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

This div border color is #50362C.


Opacity

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

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

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

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

This text has shadow with #50362C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50362C on black background.


Color preview on white background

This text has color #50362C on white background.



Black color preview on #50362C background

This text has black color on #50362C background.


White color preview on #50362C background

This text has white color on #50362C background.