COLOR #503305

HEX: #503305
RGB: (80,51,5)

Color info

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

RGB color model

#503305 color RGB value is (80,51,5).

  • red value is 80;
  • green value is 51;
  • blue value is 5.
RGB:
(80,51,5)
(31%,20%,2%)

RGB channels and saturation

R 80 of 255 = 31%
G 51 of 255 = 20%
B 5 of 255 = 2%

80
51
5

R + G + B ~ 18%. #503305 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 51 + 5 = 136 (100%)
R 80 of 136 ~ 58.82%
G 51 of 136 ~ 37.5%
B 5 of 136 ~ 3.68%

%58.82
%37.5

CMYK color model

#503305 color CMYK value is (0,36,94,69).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 93.75%
  • key color value is 68.63%
CMYK:
(0,36,94,69)
C0M36Y94K69 
(0%,36%,94%,69%)
(0.00/0.36/0.94/0.69)	

CMYK percentages

%0
%36.25
%93.75
%68.63

Codes

Color #503305 in popluar color models

503305
RGB80515
HSL37°88.24%16.67%
HSB/HSV37°93.75%31.37%
CMYK0.00%36.25%93.75%
68.63%

Color #503305 in popluar number systems.

HEX503305
Decimal80515
Binary1010000110011101
Octal120635

Shades and tints

Shades of #503305

#503305
(80,51,5)
#492F05
(73,47,5)
#422B05
(66,43,5)
#3B2705
(59,39,5)
#342305
(52,35,5)
#2D1F05
(45,31,5)
#261B05
(38,27,5)
#1F1705
(31,23,5)
#181305
(24,19,5)
#110F05
(17,15,5)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #503305

#503305
(80,51,5)
#5F451B
(95,69,27)
#6E5731
(110,87,49)
#7D6947
(125,105,71)
#8C7B5D
(140,123,93)
#9B8D73
(155,141,115)
#AA9F89
(170,159,137)
#B9B19F
(185,177,159)
#C8C3B5
(200,195,181)
#D7D5CB
(215,213,203)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503305 color. Also use rgb(80,51,5) instead hex code.

Text Font Color

.myTextColor { color: #503305; }

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

This text font color is #503305.


Background Color

.myBgColor { background-color: #503305; }

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

This div background color is #503305.


Border color

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

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

This div border color is #503305.


Opacity

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

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

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

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

This text has shadow with #503305 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503305 on black background.


Color preview on white background

This text has color #503305 on white background.



Black color preview on #503305 background

This text has black color on #503305 background.


White color preview on #503305 background

This text has white color on #503305 background.