COLOR #500827

HEX: #500827
RGB: (80,8,39)

Color info

#500827 contains mainly red and blue colors. Web safe color of #500827 is #660033 (or #603).

RGB color model

#500827 color RGB value is (80,8,39).

  • red value is 80;
  • green value is 8;
  • blue value is 39.
RGB:
(80,8,39)
(31%,3%,15%)

RGB channels and saturation

R 80 of 255 = 31%
G 8 of 255 = 3%
B 39 of 255 = 15%

80
8
39

R + G + B ~ 16%. #500827 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 8 + 39 = 127 (100%)
R 80 of 127 ~ 62.99%
G 8 of 127 ~ 6.3%
B 39 of 127 ~ 30.71%

%62.99
%30.71

CMYK color model

#500827 color CMYK value is (0,90,51,69).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 51.25%
  • key color value is 68.63%
CMYK:
(0,90,51,69)
C0M90Y51K69 
(0%,90%,51%,69%)
(0.00/0.90/0.51/0.69)	

CMYK percentages

%0
%90
%51.25
%68.63

Codes

Color #500827 in popluar color models

500827
RGB80839
HSL334°81.82%17.25%
HSB/HSV334°90.00%31.37%
CMYK0.00%90.00%51.25%
68.63%

Color #500827 in popluar number systems.

HEX500827
Decimal80839
Binary10100001000100111
Octal1201047

Shades and tints

Shades of #500827

#500827
(80,8,39)
#490824
(73,8,36)
#420821
(66,8,33)
#3B081E
(59,8,30)
#34081B
(52,8,27)
#2D0818
(45,8,24)
#260815
(38,8,21)
#1F0812
(31,8,18)
#18080F
(24,8,15)
#11080C
(17,8,12)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #500827

#500827
(80,8,39)
#5F1E3A
(95,30,58)
#6E344D
(110,52,77)
#7D4A60
(125,74,96)
#8C6073
(140,96,115)
#9B7686
(155,118,134)
#AA8C99
(170,140,153)
#B9A2AC
(185,162,172)
#C8B8BF
(200,184,191)
#D7CED2
(215,206,210)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500827 color. Also use rgb(80,8,39) instead hex code.

Text Font Color

.myTextColor { color: #500827; }

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

This text font color is #500827.


Background Color

.myBgColor { background-color: #500827; }

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

This div background color is #500827.


Border color

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

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

This div border color is #500827.


Opacity

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

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

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

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

This text has shadow with #500827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500827 on black background.


Color preview on white background

This text has color #500827 on white background.



Black color preview on #500827 background

This text has black color on #500827 background.


White color preview on #500827 background

This text has white color on #500827 background.