COLOR #502926

HEX: #502926
RGB: (80,41,38)

Color info

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

RGB color model

#502926 color RGB value is (80,41,38).

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

RGB channels and saturation

R 80 of 255 = 31%
G 41 of 255 = 16%
B 38 of 255 = 15%

80
41
38

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

Portions of RGB colors in percentages

R + G + B =
80 + 41 + 38 = 159 (100%)
R 80 of 159 ~ 50.31%
G 41 of 159 ~ 25.79%
B 38 of 159 ~ 23.9%

%50.31
%25.79
%23.9

CMYK color model

#502926 color CMYK value is (0,49,53,69).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 52.50%
  • key color value is 68.63%
CMYK:
(0,49,53,69)
C0M49Y53K69 
(0%,49%,53%,69%)
(0.00/0.49/0.53/0.69)	

CMYK percentages

%0
%48.75
%52.5
%68.63

Codes

Color #502926 in popluar color models

502926
RGB804138
HSL35.59%23.14%
HSB/HSV52.50%31.37%
CMYK0.00%48.75%52.50%
68.63%

Color #502926 in popluar number systems.

HEX502926
Decimal804138
Binary1010000101001100110
Octal1205146

Shades and tints

Shades of #502926

#502926
(80,41,38)
#492623
(73,38,35)
#422320
(66,35,32)
#3B201D
(59,32,29)
#341D1A
(52,29,26)
#2D1A17
(45,26,23)
#261714
(38,23,20)
#1F1411
(31,20,17)
#18110E
(24,17,14)
#110E0B
(17,14,11)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #502926

#502926
(80,41,38)
#5F3C39
(95,60,57)
#6E4F4C
(110,79,76)
#7D625F
(125,98,95)
#8C7572
(140,117,114)
#9B8885
(155,136,133)
#AA9B98
(170,155,152)
#B9AEAB
(185,174,171)
#C8C1BE
(200,193,190)
#D7D4D1
(215,212,209)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502926; }

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

This text font color is #502926.


Background Color

.myBgColor { background-color: #502926; }

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

This div background color is #502926.


Border color

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

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

This div border color is #502926.


Opacity

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

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

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

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

This text has shadow with #502926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502926 on black background.


Color preview on white background

This text has color #502926 on white background.



Black color preview on #502926 background

This text has black color on #502926 background.


White color preview on #502926 background

This text has white color on #502926 background.