COLOR #503846

HEX: #503846
RGB: (80,56,70)

Color info

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

RGB color model

#503846 color RGB value is (80,56,70).

  • red value is 80;
  • green value is 56;
  • blue value is 70.
RGB:
(80,56,70)
(31%,22%,27%)

RGB channels and saturation

R 80 of 255 = 31%
G 56 of 255 = 22%
B 70 of 255 = 27%

80
56
70

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

Portions of RGB colors in percentages

R + G + B =
80 + 56 + 70 = 206 (100%)
R 80 of 206 ~ 38.83%
G 56 of 206 ~ 27.18%
B 70 of 206 ~ 33.98%

%38.83
%27.18
%33.98

CMYK color model

#503846 color CMYK value is (0,30,13,69).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 12.50%
  • key color value is 68.63%
CMYK:
(0,30,13,69)
C0M30Y13K69 
(0%,30%,13%,69%)
(0.00/0.30/0.13/0.69)	

CMYK percentages

%0
%30
%12.5
%68.63

Codes

Color #503846 in popluar color models

503846
RGB805670
HSL325°17.65%26.67%
HSB/HSV325°30.00%31.37%
CMYK0.00%30.00%12.50%
68.63%

Color #503846 in popluar number systems.

HEX503846
Decimal805670
Binary10100001110001000110
Octal12070106

Shades and tints

Shades of #503846

#503846
(80,56,70)
#493340
(73,51,64)
#422E3A
(66,46,58)
#3B2934
(59,41,52)
#34242E
(52,36,46)
#2D1F28
(45,31,40)
#261A22
(38,26,34)
#1F151C
(31,21,28)
#181016
(24,16,22)
#110B10
(17,11,16)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #503846

#503846
(80,56,70)
#5F4A56
(95,74,86)
#6E5C66
(110,92,102)
#7D6E76
(125,110,118)
#8C8086
(140,128,134)
#9B9296
(155,146,150)
#AAA4A6
(170,164,166)
#B9B6B6
(185,182,182)
#C8C8C6
(200,200,198)
#D7DAD6
(215,218,214)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503846 color. Also use rgb(80,56,70) instead hex code.

Text Font Color

.myTextColor { color: #503846; }

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

This text font color is #503846.


Background Color

.myBgColor { background-color: #503846; }

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

This div background color is #503846.


Border color

.myBorderColor { border: 1px solid #503846; }

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

This div border color is #503846.


Opacity

.myOpacity80 { color: #503846; opacity: 0.8; }

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

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

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

This text has shadow with #503846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503846 on black background.


Color preview on white background

This text has color #503846 on white background.



Black color preview on #503846 background

This text has black color on #503846 background.


White color preview on #503846 background

This text has white color on #503846 background.