COLOR #502F46

HEX: #502F46
RGB: (80,47,70)

Color info

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

RGB color model

#502F46 color RGB value is (80,47,70).

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

RGB channels and saturation

R 80 of 255 = 31%
G 47 of 255 = 18%
B 70 of 255 = 27%

80
47
70

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

Portions of RGB colors in percentages

R + G + B =
80 + 47 + 70 = 197 (100%)
R 80 of 197 ~ 40.61%
G 47 of 197 ~ 23.86%
B 70 of 197 ~ 35.53%

%40.61
%23.86
%35.53

CMYK color model

#502F46 color CMYK value is (0,41,13,69).

  • cyan value is 0.00%
  • magenta value is 41.25%
  • yellow value is 12.50%
  • key color value is 68.63%
CMYK:
(0,41,13,69)
C0M41Y13K69 
(0%,41%,13%,69%)
(0.00/0.41/0.13/0.69)	

CMYK percentages

%0
%41.25
%12.5
%68.63

Codes

Color #502F46 in popluar color models

502F46
RGB804770
HSL318°25.98%24.90%
HSB/HSV318°41.25%31.37%
CMYK0.00%41.25%12.50%
68.63%

Color #502F46 in popluar number systems.

HEX502F46
Decimal804770
Binary10100001011111000110
Octal12057106

Shades and tints

Shades of #502F46

#502F46
(80,47,70)
#492B40
(73,43,64)
#42273A
(66,39,58)
#3B2334
(59,35,52)
#341F2E
(52,31,46)
#2D1B28
(45,27,40)
#261722
(38,23,34)
#1F131C
(31,19,28)
#180F16
(24,15,22)
#110B10
(17,11,16)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #502F46

#502F46
(80,47,70)
#5F4156
(95,65,86)
#6E5366
(110,83,102)
#7D6576
(125,101,118)
#8C7786
(140,119,134)
#9B8996
(155,137,150)
#AA9BA6
(170,155,166)
#B9ADB6
(185,173,182)
#C8BFC6
(200,191,198)
#D7D1D6
(215,209,214)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502F46; }

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

This text font color is #502F46.


Background Color

.myBgColor { background-color: #502F46; }

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

This div background color is #502F46.


Border color

.myBorderColor { border: 1px solid #502F46; }

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

This div border color is #502F46.


Opacity

.myOpacity80 { color: #502F46; opacity: 0.8; }

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

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

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

This text has shadow with #502F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502F46 on black background.


Color preview on white background

This text has color #502F46 on white background.



Black color preview on #502F46 background

This text has black color on #502F46 background.


White color preview on #502F46 background

This text has white color on #502F46 background.