COLOR #503402

HEX: #503402
RGB: (80,52,2)

Color info

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

RGB color model

#503402 color RGB value is (80,52,2).

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

RGB channels and saturation

R 80 of 255 = 31%
G 52 of 255 = 20%
B 2 of 255 = 1%

80
52
2

R + G + B ~ 17%. #503402 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 52 + 2 = 134 (100%)
R 80 of 134 ~ 59.7%
G 52 of 134 ~ 38.81%
B 2 of 134 ~ 1.49%

%59.7
%38.81

CMYK color model

#503402 color CMYK value is (0,35,98,69).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 97.50%
  • key color value is 68.63%
CMYK:
(0,35,98,69)
C0M35Y98K69 
(0%,35%,98%,69%)
(0.00/0.35/0.98/0.69)	

CMYK percentages

%0
%35
%97.5
%68.63

Codes

Color #503402 in popluar color models

503402
RGB80522
HSL38°95.12%16.08%
HSB/HSV38°97.50%31.37%
CMYK0.00%35.00%97.50%
68.63%

Color #503402 in popluar number systems.

HEX503402
Decimal80522
Binary101000011010010
Octal120642

Shades and tints

Shades of #503402

#503402
(80,52,2)
#493002
(73,48,2)
#422C02
(66,44,2)
#3B2802
(59,40,2)
#342402
(52,36,2)
#2D2002
(45,32,2)
#261C02
(38,28,2)
#1F1802
(31,24,2)
#181402
(24,20,2)
#111002
(17,16,2)
#0A0C02
(10,12,2)
#000000
(0,0,0)

Tints of #503402

#503402
(80,52,2)
#5F4619
(95,70,25)
#6E5830
(110,88,48)
#7D6A47
(125,106,71)
#8C7C5E
(140,124,94)
#9B8E75
(155,142,117)
#AAA08C
(170,160,140)
#B9B2A3
(185,178,163)
#C8C4BA
(200,196,186)
#D7D6D1
(215,214,209)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503402 color. Also use rgb(80,52,2) instead hex code.

Text Font Color

.myTextColor { color: #503402; }

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

This text font color is #503402.


Background Color

.myBgColor { background-color: #503402; }

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

This div background color is #503402.


Border color

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

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

This div border color is #503402.


Opacity

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

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

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

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

This text has shadow with #503402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503402 on black background.


Color preview on white background

This text has color #503402 on white background.



Black color preview on #503402 background

This text has black color on #503402 background.


White color preview on #503402 background

This text has white color on #503402 background.