COLOR #50502C

HEX: #50502C
RGB: (80,80,44)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
80
44

R + G + B ~ 26%. #50502C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 80 + 44 = 204 (100%)
R 80 of 204 ~ 39.22%
G 80 of 204 ~ 39.22%
B 44 of 204 ~ 21.57%

%39.22
%39.22
%21.57

CMYK color model

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

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

CMYK percentages

%0
%0
%45
%68.63

Codes

Color #50502C in popluar color models

50502C
RGB808044
HSL60°29.03%24.31%
HSB/HSV60°45.00%31.37%
CMYK0.00%0.00%45.00%
68.63%

Color #50502C in popluar number systems.

HEX50502C
Decimal808044
Binary10100001010000101100
Octal12012054

Shades and tints

Shades of #50502C

#50502C
(80,80,44)
#494928
(73,73,40)
#424224
(66,66,36)
#3B3B20
(59,59,32)
#34341C
(52,52,28)
#2D2D18
(45,45,24)
#262614
(38,38,20)
#1F1F10
(31,31,16)
#18180C
(24,24,12)
#111108
(17,17,8)
#0A0A04
(10,10,4)
#000000
(0,0,0)

Tints of #50502C

#50502C
(80,80,44)
#5F5F3F
(95,95,63)
#6E6E52
(110,110,82)
#7D7D65
(125,125,101)
#8C8C78
(140,140,120)
#9B9B8B
(155,155,139)
#AAAA9E
(170,170,158)
#B9B9B1
(185,185,177)
#C8C8C4
(200,200,196)
#D7D7D7
(215,215,215)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50502C; }

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

This text font color is #50502C.


Background Color

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

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

This div background color is #50502C.


Border color

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

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

This div border color is #50502C.


Opacity

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

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

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

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

This text has shadow with #50502C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50502C on black background.


Color preview on white background

This text has color #50502C on white background.



Black color preview on #50502C background

This text has black color on #50502C background.


White color preview on #50502C background

This text has white color on #50502C background.