COLOR #50443D

HEX: #50443D
RGB: (80,68,61)

Color info

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

RGB color model

#50443D color RGB value is (80,68,61).

  • red value is 80;
  • green value is 68;
  • blue value is 61.
RGB:
(80,68,61)
(31%,27%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 61 of 255 = 24%

80
68
61

R + G + B ~ 27%. #50443D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 68 + 61 = 209 (100%)
R 80 of 209 ~ 38.28%
G 68 of 209 ~ 32.54%
B 61 of 209 ~ 29.19%

%38.28
%32.54
%29.19

CMYK color model

#50443D color CMYK value is (0,15,24,69).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 23.75%
  • key color value is 68.63%
CMYK:
(0,15,24,69)
C0M15Y24K69 
(0%,15%,24%,69%)
(0.00/0.15/0.24/0.69)	

CMYK percentages

%0
%15
%23.75
%68.63

Codes

Color #50443D in popluar color models

50443D
RGB806861
HSL22°13.48%27.65%
HSB/HSV22°23.75%31.37%
CMYK0.00%15.00%23.75%
68.63%

Color #50443D in popluar number systems.

HEX50443D
Decimal806861
Binary10100001000100111101
Octal12010475

Shades and tints

Shades of #50443D

#50443D
(80,68,61)
#493E38
(73,62,56)
#423833
(66,56,51)
#3B322E
(59,50,46)
#342C29
(52,44,41)
#2D2624
(45,38,36)
#26201F
(38,32,31)
#1F1A1A
(31,26,26)
#181415
(24,20,21)
#110E10
(17,14,16)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #50443D

#50443D
(80,68,61)
#5F554E
(95,85,78)
#6E665F
(110,102,95)
#7D7770
(125,119,112)
#8C8881
(140,136,129)
#9B9992
(155,153,146)
#AAAAA3
(170,170,163)
#B9BBB4
(185,187,180)
#C8CCC5
(200,204,197)
#D7DDD6
(215,221,214)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50443D color. Also use rgb(80,68,61) instead hex code.

Text Font Color

.myTextColor { color: #50443D; }

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

This text font color is #50443D.


Background Color

.myBgColor { background-color: #50443D; }

<div style="background-color:#50443D">Inner text</div>

This div background color is #50443D.


Border color

.myBorderColor { border: 1px solid #50443D; }

<div style="border:3px solid #50443D">Div</div>

This div border color is #50443D.


Opacity

.myOpacity80 { color: #50443D; opacity: 0.8; }

<p style="color:#50443D;opacity:0.8;">80%</p>

Text with #50443D 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 #50443D;}

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

This text has shadow with #50443D color.

.textShadow {text-shadow: 3px 3px 1px #50443D, 3px 3px 1px red;}

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

This text has shadow with #50443D primary color and red secondary color.


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

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

This text has shadow with #50443D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50443D on black background.


Color preview on white background

This text has color #50443D on white background.



Black color preview on #50443D background

This text has black color on #50443D background.


White color preview on #50443D background

This text has white color on #50443D background.