COLOR #503018

HEX: #503018
RGB: (80,48,24)

Color info

#503018 contains red, green and blue colors in about the same proportion. Web safe color of #503018 is #663300 (or #630).

RGB color model

#503018 color RGB value is (80,48,24).

  • red value is 80;
  • green value is 48;
  • blue value is 24.
RGB:
(80,48,24)
(31%,19%,9%)

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 24 of 255 = 9%

80
48
24

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

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 24 = 152 (100%)
R 80 of 152 ~ 52.63%
G 48 of 152 ~ 31.58%
B 24 of 152 ~ 15.79%

%52.63
%31.58
%15.79

CMYK color model

#503018 color CMYK value is (0,40,70,69).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 70.00%
  • key color value is 68.63%
CMYK:
(0,40,70,69)
C0M40Y70K69 
(0%,40%,70%,69%)
(0.00/0.40/0.70/0.69)	

CMYK percentages

%0
%40
%70
%68.63

Codes

Color #503018 in popluar color models

503018
RGB804824
HSL26°53.85%20.39%
HSB/HSV26°70.00%31.37%
CMYK0.00%40.00%70.00%
68.63%

Color #503018 in popluar number systems.

HEX503018
Decimal804824
Binary101000011000011000
Octal1206030

Shades and tints

Shades of #503018

#503018
(80,48,24)
#492C16
(73,44,22)
#422814
(66,40,20)
#3B2412
(59,36,18)
#342010
(52,32,16)
#2D1C0E
(45,28,14)
#26180C
(38,24,12)
#1F140A
(31,20,10)
#181008
(24,16,8)
#110C06
(17,12,6)
#0A0804
(10,8,4)
#000000
(0,0,0)

Tints of #503018

#503018
(80,48,24)
#5F422D
(95,66,45)
#6E5442
(110,84,66)
#7D6657
(125,102,87)
#8C786C
(140,120,108)
#9B8A81
(155,138,129)
#AA9C96
(170,156,150)
#B9AEAB
(185,174,171)
#C8C0C0
(200,192,192)
#D7D2D5
(215,210,213)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503018 color. Also use rgb(80,48,24) instead hex code.

Text Font Color

.myTextColor { color: #503018; }

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

This text font color is #503018.


Background Color

.myBgColor { background-color: #503018; }

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

This div background color is #503018.


Border color

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

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

This div border color is #503018.


Opacity

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

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

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

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

This text has shadow with #503018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503018 on black background.


Color preview on white background

This text has color #503018 on white background.



Black color preview on #503018 background

This text has black color on #503018 background.


White color preview on #503018 background

This text has white color on #503018 background.