COLOR #503D0C

HEX: #503D0C
RGB: (80,61,12)

Color info

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

RGB color model

#503D0C color RGB value is (80,61,12).

  • red value is 80;
  • green value is 61;
  • blue value is 12.
RGB:
(80,61,12)
(31%,24%,5%)

RGB channels and saturation

R 80 of 255 = 31%
G 61 of 255 = 24%
B 12 of 255 = 5%

80
61
12

R + G + B ~ 20%. #503D0C is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 61 + 12 = 153 (100%)
R 80 of 153 ~ 52.29%
G 61 of 153 ~ 39.87%
B 12 of 153 ~ 7.84%

%52.29
%39.87

CMYK color model

#503D0C color CMYK value is (0,24,85,69).

  • cyan value is 0.00%
  • magenta value is 23.75%
  • yellow value is 85.00%
  • key color value is 68.63%
CMYK:
(0,24,85,69)
C0M24Y85K69 
(0%,24%,85%,69%)
(0.00/0.24/0.85/0.69)	

CMYK percentages

%0
%23.75
%85
%68.63

Codes

Color #503D0C in popluar color models

503D0C
RGB806112
HSL43°73.91%18.04%
HSB/HSV43°85.00%31.37%
CMYK0.00%23.75%85.00%
68.63%

Color #503D0C in popluar number systems.

HEX503D0C
Decimal806112
Binary10100001111011100
Octal1207514

Shades and tints

Shades of #503D0C

#503D0C
(80,61,12)
#49380B
(73,56,11)
#42330A
(66,51,10)
#3B2E09
(59,46,9)
#342908
(52,41,8)
#2D2407
(45,36,7)
#261F06
(38,31,6)
#1F1A05
(31,26,5)
#181504
(24,21,4)
#111003
(17,16,3)
#0A0B02
(10,11,2)
#000000
(0,0,0)

Tints of #503D0C

#503D0C
(80,61,12)
#5F4E22
(95,78,34)
#6E5F38
(110,95,56)
#7D704E
(125,112,78)
#8C8164
(140,129,100)
#9B927A
(155,146,122)
#AAA390
(170,163,144)
#B9B4A6
(185,180,166)
#C8C5BC
(200,197,188)
#D7D6D2
(215,214,210)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503D0C color. Also use rgb(80,61,12) instead hex code.

Text Font Color

.myTextColor { color: #503D0C; }

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

This text font color is #503D0C.


Background Color

.myBgColor { background-color: #503D0C; }

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

This div background color is #503D0C.


Border color

.myBorderColor { border: 1px solid #503D0C; }

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

This div border color is #503D0C.


Opacity

.myOpacity80 { color: #503D0C; opacity: 0.8; }

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

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

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

This text has shadow with #503D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503D0C on black background.


Color preview on white background

This text has color #503D0C on white background.



Black color preview on #503D0C background

This text has black color on #503D0C background.


White color preview on #503D0C background

This text has white color on #503D0C background.