COLOR #502947

HEX: #502947
RGB: (80,41,71)

Color info

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

RGB color model

#502947 color RGB value is (80,41,71).

  • red value is 80;
  • green value is 41;
  • blue value is 71.
RGB:
(80,41,71)
(31%,16%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 41 of 255 = 16%
B 71 of 255 = 28%

80
41
71

R + G + B ~ 25%. #502947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 41 + 71 = 192 (100%)
R 80 of 192 ~ 41.67%
G 41 of 192 ~ 21.35%
B 71 of 192 ~ 36.98%

%41.67
%21.35
%36.98

CMYK color model

#502947 color CMYK value is (0,49,11,69).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(0,49,11,69)
C0M49Y11K69 
(0%,49%,11%,69%)
(0.00/0.49/0.11/0.69)	

CMYK percentages

%0
%48.75
%11.25
%68.63

Codes

Color #502947 in popluar color models

502947
RGB804171
HSL314°32.23%23.73%
HSB/HSV314°48.75%31.37%
CMYK0.00%48.75%11.25%
68.63%

Color #502947 in popluar number systems.

HEX502947
Decimal804171
Binary10100001010011000111
Octal12051107

Shades and tints

Shades of #502947

#502947
(80,41,71)
#492641
(73,38,65)
#42233B
(66,35,59)
#3B2035
(59,32,53)
#341D2F
(52,29,47)
#2D1A29
(45,26,41)
#261723
(38,23,35)
#1F141D
(31,20,29)
#181117
(24,17,23)
#110E11
(17,14,17)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #502947

#502947
(80,41,71)
#5F3C57
(95,60,87)
#6E4F67
(110,79,103)
#7D6277
(125,98,119)
#8C7587
(140,117,135)
#9B8897
(155,136,151)
#AA9BA7
(170,155,167)
#B9AEB7
(185,174,183)
#C8C1C7
(200,193,199)
#D7D4D7
(215,212,215)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502947 color. Also use rgb(80,41,71) instead hex code.

Text Font Color

.myTextColor { color: #502947; }

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

This text font color is #502947.


Background Color

.myBgColor { background-color: #502947; }

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

This div background color is #502947.


Border color

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

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

This div border color is #502947.


Opacity

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

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

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

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

This text has shadow with #502947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502947 on black background.


Color preview on white background

This text has color #502947 on white background.



Black color preview on #502947 background

This text has black color on #502947 background.


White color preview on #502947 background

This text has white color on #502947 background.