COLOR #50533E

HEX: #50533E
RGB: (80,83,62)

Color info

#50533E contains red, green and blue colors in about the same proportion. Web safe color of #50533E is #666633 (or #663).

RGB color model

#50533E color RGB value is (80,83,62).

  • red value is 80;
  • green value is 83;
  • blue value is 62.
RGB:
(80,83,62)
(31%,33%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 62 of 255 = 24%

80
83
62

R + G + B ~ 29%. #50533E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 62 = 225 (100%)
R 80 of 225 ~ 35.56%
G 83 of 225 ~ 36.89%
B 62 of 225 ~ 27.56%

%35.56
%36.89
%27.56

CMYK color model

#50533E color CMYK value is (4,0,25,67).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 25.30%
  • key color value is 67.45%
CMYK:
(4,0,25,67)
C4M0Y25K67 
(4%,0%,25%,67%)
(0.04/0.00/0.25/0.67)	

CMYK percentages

%3.61
%0
%25.3
%67.45

Codes

Color #50533E in popluar color models

50533E
RGB808362
HSL69°14.48%28.43%
HSB/HSV69°25.30%32.55%
CMYK3.61%0.00%25.30%
67.45%

Color #50533E in popluar number systems.

HEX50533E
Decimal808362
Binary10100001010011111110
Octal12012376

Shades and tints

Shades of #50533E

#50533E
(80,83,62)
#494C39
(73,76,57)
#424534
(66,69,52)
#3B3E2F
(59,62,47)
#34372A
(52,55,42)
#2D3025
(45,48,37)
#262920
(38,41,32)
#1F221B
(31,34,27)
#181B16
(24,27,22)
#111411
(17,20,17)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #50533E

#50533E
(80,83,62)
#5F624F
(95,98,79)
#6E7160
(110,113,96)
#7D8071
(125,128,113)
#8C8F82
(140,143,130)
#9B9E93
(155,158,147)
#AAADA4
(170,173,164)
#B9BCB5
(185,188,181)
#C8CBC6
(200,203,198)
#D7DAD7
(215,218,215)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50533E color. Also use rgb(80,83,62) instead hex code.

Text Font Color

.myTextColor { color: #50533E; }

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

This text font color is #50533E.


Background Color

.myBgColor { background-color: #50533E; }

<div style="background-color:#50533E">Inner text</div>

This div background color is #50533E.


Border color

.myBorderColor { border: 1px solid #50533E; }

<div style="border:3px solid #50533E">Div</div>

This div border color is #50533E.


Opacity

.myOpacity80 { color: #50533E; opacity: 0.8; }

<p style="color:#50533E;opacity:0.8;">80%</p>

Text with #50533E 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 #50533E;}

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

This text has shadow with #50533E color.

.textShadow {text-shadow: 3px 3px 1px #50533E, 3px 3px 1px red;}

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

This text has shadow with #50533E primary color and red secondary color.


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

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

This text has shadow with #50533E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50533E on black background.


Color preview on white background

This text has color #50533E on white background.



Black color preview on #50533E background

This text has black color on #50533E background.


White color preview on #50533E background

This text has white color on #50533E background.