COLOR #502F41

HEX: #502F41
RGB: (80,47,65)

Color info

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

RGB color model

#502F41 color RGB value is (80,47,65).

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

RGB channels and saturation

R 80 of 255 = 31%
G 47 of 255 = 18%
B 65 of 255 = 25%

80
47
65

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

Portions of RGB colors in percentages

R + G + B =
80 + 47 + 65 = 192 (100%)
R 80 of 192 ~ 41.67%
G 47 of 192 ~ 24.48%
B 65 of 192 ~ 33.85%

%41.67
%24.48
%33.85

CMYK color model

#502F41 color CMYK value is (0,41,19,69).

  • cyan value is 0.00%
  • magenta value is 41.25%
  • yellow value is 18.75%
  • key color value is 68.63%
CMYK:
(0,41,19,69)
C0M41Y19K69 
(0%,41%,19%,69%)
(0.00/0.41/0.19/0.69)	

CMYK percentages

%0
%41.25
%18.75
%68.63

Codes

Color #502F41 in popluar color models

502F41
RGB804765
HSL327°25.98%24.90%
HSB/HSV327°41.25%31.37%
CMYK0.00%41.25%18.75%
68.63%

Color #502F41 in popluar number systems.

HEX502F41
Decimal804765
Binary10100001011111000001
Octal12057101

Shades and tints

Shades of #502F41

#502F41
(80,47,65)
#492B3C
(73,43,60)
#422737
(66,39,55)
#3B2332
(59,35,50)
#341F2D
(52,31,45)
#2D1B28
(45,27,40)
#261723
(38,23,35)
#1F131E
(31,19,30)
#180F19
(24,15,25)
#110B14
(17,11,20)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #502F41

#502F41
(80,47,65)
#5F4152
(95,65,82)
#6E5363
(110,83,99)
#7D6574
(125,101,116)
#8C7785
(140,119,133)
#9B8996
(155,137,150)
#AA9BA7
(170,155,167)
#B9ADB8
(185,173,184)
#C8BFC9
(200,191,201)
#D7D1DA
(215,209,218)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502F41; }

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

This text font color is #502F41.


Background Color

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

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

This div background color is #502F41.


Border color

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

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

This div border color is #502F41.


Opacity

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

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

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

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

This text has shadow with #502F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502F41 on black background.


Color preview on white background

This text has color #502F41 on white background.



Black color preview on #502F41 background

This text has black color on #502F41 background.


White color preview on #502F41 background

This text has white color on #502F41 background.