COLOR #502508

HEX: #502508 RGB: (80,37,8)

Color info

#502508 contains mainly red and green colors. Web safe color of #502508 is #663300 (or #630).

RGB color model

#502508 color RGB value is (80,37,8).

RGB: (80,37,8) (31%, 15%, 3%)

RGB channels and saturation

R 80 of 255 = 31%
G 37 of 255 = 15%
B 8 of 255 = 3%

80
37
8

R + G + B ~ 16%. #502508 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 37 + 8 = 125 (100%)
R 80 of 125 ~ 64%
G 37 of 125 ~ 29.6%
B 8 of 125 ~ 6.4'%

%64
%29.6

CMYK color model

#502508 color CMYK value is (0,54,90,69).

  • cyan value is 0.00%
  • magenta value is 53.75%
  • yellow value is 90.00%
  • key color value is 68.63%

CMYK: (0,54,90,69)
C0M54Y90K69 (0%, 54%, 90%, 69%)
(0.00 / 0.54 / 0.90 / 0.69)

CMYK percentages

%0
%53.75
%90
%68.63

Codes

Color #502508 in popluar color models

50 25 08
RGB 80 37 8
HSL 24° 81.82% 17.25%
HSB/HSV 24° 90.00% 31.37%
CMYK 0.00% 53.75% 90.00%
68.63%

Color #502508 in popluar number systems.

HEX 50 25 08
Decimal 80 37 8
Binary 1010000 100101 1000
Octal 120 45 10

Shades and tints

Shades of #502508

#502508
(80,37,8)
#492208
(73,34,8)
#421F08
(66,31,8)
#3B1C08
(59,28,8)
#341908
(52,25,8)
#2D1608
(45,22,8)
#261308
(38,19,8)
#1F1008
(31,16,8)
#180D08
(24,13,8)
#110A08
(17,10,8)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #502508

#502508
(80,37,8)
#5F381E
(95,56,30)
#6E4B34
(110,75,52)
#7D5E4A
(125,94,74)
#8C7160
(140,113,96)
#9B8476
(155,132,118)
#AA978C
(170,151,140)
#B9AAA2
(185,170,162)
#C8BDB8
(200,189,184)
#D7D0CE
(215,208,206)
#E6E3E4
(230,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502508 color. Also use rgb(80,37,8) instead hex code.

Text Font Color

.myTextColor { color: #502508; }

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

This text font color is #502508.

Background Color

.myBgColor { background-color: #502508; }

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

This div background color is #502508.

Border color

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

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

This div border color is #502508.

Opacity

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

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

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

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

This text has shadow with #502508 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502508.

Preview

Color preview on black background

This text has color #502508 on black background.


Color preview on white background

This text has color #502508 on white background.


Black color preview on #502508 background

This text has black color on #502508 background.


White color preview on #502508 background

This text has white color on #502508 background.


Related colors

Complementary color

Complementary color for #hex is #AFDAF7.


I love getcolorcode.com

Triadic colors

1 #085025 and #250850 with #502508 are triadic colors.

2 #082550 and #255008 with #502508 are triadic colors.