COLOR #503B09

HEX: #503B09
RGB: (80,59,9)

Color info

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

RGB color model

#503B09 color RGB value is (80,59,9).

  • red value is 80;
  • green value is 59;
  • blue value is 9.
RGB:
(80,59,9)
(31%,23%,4%)

RGB channels and saturation

R 80 of 255 = 31%
G 59 of 255 = 23%
B 9 of 255 = 4%

80
59
9

R + G + B ~ 19%. #503B09 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 59 + 9 = 148 (100%)
R 80 of 148 ~ 54.05%
G 59 of 148 ~ 39.86%
B 9 of 148 ~ 6.08%

%54.05
%39.86

CMYK color model

#503B09 color CMYK value is (0,26,89,69).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 88.75%
  • key color value is 68.63%
CMYK:
(0,26,89,69)
C0M26Y89K69 
(0%,26%,89%,69%)
(0.00/0.26/0.89/0.69)	

CMYK percentages

%0
%26.25
%88.75
%68.63

Codes

Color #503B09 in popluar color models

503B09
RGB80599
HSL42°79.78%17.45%
HSB/HSV42°88.75%31.37%
CMYK0.00%26.25%88.75%
68.63%

Color #503B09 in popluar number systems.

HEX503B09
Decimal80599
Binary10100001110111001
Octal1207311

Shades and tints

Shades of #503B09

#503B09
(80,59,9)
#493609
(73,54,9)
#423109
(66,49,9)
#3B2C09
(59,44,9)
#342709
(52,39,9)
#2D2209
(45,34,9)
#261D09
(38,29,9)
#1F1809
(31,24,9)
#181309
(24,19,9)
#110E09
(17,14,9)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #503B09

#503B09
(80,59,9)
#5F4C1F
(95,76,31)
#6E5D35
(110,93,53)
#7D6E4B
(125,110,75)
#8C7F61
(140,127,97)
#9B9077
(155,144,119)
#AAA18D
(170,161,141)
#B9B2A3
(185,178,163)
#C8C3B9
(200,195,185)
#D7D4CF
(215,212,207)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503B09 color. Also use rgb(80,59,9) instead hex code.

Text Font Color

.myTextColor { color: #503B09; }

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

This text font color is #503B09.


Background Color

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

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

This div background color is #503B09.


Border color

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

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

This div border color is #503B09.


Opacity

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

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

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

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

This text has shadow with #503B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503B09 on black background.


Color preview on white background

This text has color #503B09 on white background.



Black color preview on #503B09 background

This text has black color on #503B09 background.


White color preview on #503B09 background

This text has white color on #503B09 background.