COLOR #502E26

HEX: #502E26
RGB: (80,46,38)

Color info

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

RGB color model

#502E26 color RGB value is (80,46,38).

  • red value is 80;
  • green value is 46;
  • blue value is 38.
RGB:
(80,46,38)
(31%,18%,15%)

RGB channels and saturation

R 80 of 255 = 31%
G 46 of 255 = 18%
B 38 of 255 = 15%

80
46
38

R + G + B ~ 21%. #502E26 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 46 + 38 = 164 (100%)
R 80 of 164 ~ 48.78%
G 46 of 164 ~ 28.05%
B 38 of 164 ~ 23.17%

%48.78
%28.05
%23.17

CMYK color model

#502E26 color CMYK value is (0,43,53,69).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 52.50%
  • key color value is 68.63%
CMYK:
(0,43,53,69)
C0M43Y53K69 
(0%,43%,53%,69%)
(0.00/0.43/0.53/0.69)	

CMYK percentages

%0
%42.5
%52.5
%68.63

Codes

Color #502E26 in popluar color models

502E26
RGB804638
HSL11°35.59%23.14%
HSB/HSV11°52.50%31.37%
CMYK0.00%42.50%52.50%
68.63%

Color #502E26 in popluar number systems.

HEX502E26
Decimal804638
Binary1010000101110100110
Octal1205646

Shades and tints

Shades of #502E26

#502E26
(80,46,38)
#492A23
(73,42,35)
#422620
(66,38,32)
#3B221D
(59,34,29)
#341E1A
(52,30,26)
#2D1A17
(45,26,23)
#261614
(38,22,20)
#1F1211
(31,18,17)
#180E0E
(24,14,14)
#110A0B
(17,10,11)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #502E26

#502E26
(80,46,38)
#5F4139
(95,65,57)
#6E544C
(110,84,76)
#7D675F
(125,103,95)
#8C7A72
(140,122,114)
#9B8D85
(155,141,133)
#AAA098
(170,160,152)
#B9B3AB
(185,179,171)
#C8C6BE
(200,198,190)
#D7D9D1
(215,217,209)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502E26 color. Also use rgb(80,46,38) instead hex code.

Text Font Color

.myTextColor { color: #502E26; }

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

This text font color is #502E26.


Background Color

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

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

This div background color is #502E26.


Border color

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

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

This div border color is #502E26.


Opacity

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

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

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

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

This text has shadow with #502E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502E26 on black background.


Color preview on white background

This text has color #502E26 on white background.



Black color preview on #502E26 background

This text has black color on #502E26 background.


White color preview on #502E26 background

This text has white color on #502E26 background.