COLOR #502F2D

HEX: #502F2D
RGB: (80,47,45)

Color info

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

RGB color model

#502F2D color RGB value is (80,47,45).

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

RGB channels and saturation

R 80 of 255 = 31%
G 47 of 255 = 18%
B 45 of 255 = 18%

80
47
45

R + G + B ~ 22%. #502F2D is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 47 + 45 = 172 (100%)
R 80 of 172 ~ 46.51%
G 47 of 172 ~ 27.33%
B 45 of 172 ~ 26.16%

%46.51
%27.33
%26.16

CMYK color model

#502F2D color CMYK value is (0,41,44,69).

  • cyan value is 0.00%
  • magenta value is 41.25%
  • yellow value is 43.75%
  • key color value is 68.63%
CMYK:
(0,41,44,69)
C0M41Y44K69 
(0%,41%,44%,69%)
(0.00/0.41/0.44/0.69)	

CMYK percentages

%0
%41.25
%43.75
%68.63

Codes

Color #502F2D in popluar color models

502F2D
RGB804745
HSL28.00%24.51%
HSB/HSV43.75%31.37%
CMYK0.00%41.25%43.75%
68.63%

Color #502F2D in popluar number systems.

HEX502F2D
Decimal804745
Binary1010000101111101101
Octal1205755

Shades and tints

Shades of #502F2D

#502F2D
(80,47,45)
#492B29
(73,43,41)
#422725
(66,39,37)
#3B2321
(59,35,33)
#341F1D
(52,31,29)
#2D1B19
(45,27,25)
#261715
(38,23,21)
#1F1311
(31,19,17)
#180F0D
(24,15,13)
#110B09
(17,11,9)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #502F2D

#502F2D
(80,47,45)
#5F4140
(95,65,64)
#6E5353
(110,83,83)
#7D6566
(125,101,102)
#8C7779
(140,119,121)
#9B898C
(155,137,140)
#AA9B9F
(170,155,159)
#B9ADB2
(185,173,178)
#C8BFC5
(200,191,197)
#D7D1D8
(215,209,216)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502F2D; }

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

This text font color is #502F2D.


Background Color

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

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

This div background color is #502F2D.


Border color

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

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

This div border color is #502F2D.


Opacity

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

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

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

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

This text has shadow with #502F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502F2D on black background.


Color preview on white background

This text has color #502F2D on white background.



Black color preview on #502F2D background

This text has black color on #502F2D background.


White color preview on #502F2D background

This text has white color on #502F2D background.