COLOR #50342A

HEX: #50342A
RGB: (80,52,42)

Color info

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

RGB color model

#50342A color RGB value is (80,52,42).

  • red value is 80;
  • green value is 52;
  • blue value is 42.
RGB:
(80,52,42)
(31%,20%,16%)

RGB channels and saturation

R 80 of 255 = 31%
G 52 of 255 = 20%
B 42 of 255 = 16%

80
52
42

R + G + B ~ 22%. #50342A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 52 + 42 = 174 (100%)
R 80 of 174 ~ 45.98%
G 52 of 174 ~ 29.89%
B 42 of 174 ~ 24.14%

%45.98
%29.89
%24.14

CMYK color model

#50342A color CMYK value is (0,35,48,69).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 47.50%
  • key color value is 68.63%
CMYK:
(0,35,48,69)
C0M35Y48K69 
(0%,35%,48%,69%)
(0.00/0.35/0.48/0.69)	

CMYK percentages

%0
%35
%47.5
%68.63

Codes

Color #50342A in popluar color models

50342A
RGB805242
HSL16°31.15%23.92%
HSB/HSV16°47.50%31.37%
CMYK0.00%35.00%47.50%
68.63%

Color #50342A in popluar number systems.

HEX50342A
Decimal805242
Binary1010000110100101010
Octal1206452

Shades and tints

Shades of #50342A

#50342A
(80,52,42)
#493027
(73,48,39)
#422C24
(66,44,36)
#3B2821
(59,40,33)
#34241E
(52,36,30)
#2D201B
(45,32,27)
#261C18
(38,28,24)
#1F1815
(31,24,21)
#181412
(24,20,18)
#11100F
(17,16,15)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #50342A

#50342A
(80,52,42)
#5F463D
(95,70,61)
#6E5850
(110,88,80)
#7D6A63
(125,106,99)
#8C7C76
(140,124,118)
#9B8E89
(155,142,137)
#AAA09C
(170,160,156)
#B9B2AF
(185,178,175)
#C8C4C2
(200,196,194)
#D7D6D5
(215,214,213)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50342A color. Also use rgb(80,52,42) instead hex code.

Text Font Color

.myTextColor { color: #50342A; }

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

This text font color is #50342A.


Background Color

.myBgColor { background-color: #50342A; }

<div style="background-color:#50342A">Inner text</div>

This div background color is #50342A.


Border color

.myBorderColor { border: 1px solid #50342A; }

<div style="border:3px solid #50342A">Div</div>

This div border color is #50342A.


Opacity

.myOpacity80 { color: #50342A; opacity: 0.8; }

<p style="color:#50342A;opacity:0.8;">80%</p>

Text with #50342A 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 #50342A;}

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

This text has shadow with #50342A color.

.textShadow {text-shadow: 3px 3px 1px #50342A, 3px 3px 1px red;}

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

This text has shadow with #50342A primary color and red secondary color.


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

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

This text has shadow with #50342A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50342A on black background.


Color preview on white background

This text has color #50342A on white background.



Black color preview on #50342A background

This text has black color on #50342A background.


White color preview on #50342A background

This text has white color on #50342A background.