Color Hex Logo

#502c03 Color Hex

#502C03
(80,44,3)
0 Favorites   0 Comments

Color spaces of #502c03

RGB 80443
HSL0.090.930.16
HSV32°96°31°
CMYK 0.000.450.96   0.69
XYZ4.22543.51340.5416
Yxy3.51340.51030.4243
Hunter Lab18.74417.436411.4077
CIE-Lab21.992713.363230.1718

#502c03 color RGB value is (80,44,3).

#502c03 hex color red value is 80, green value is 44 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #502c03 hue: 0.09 , saturation: 0.93 and the lightness value of 502c03 is 0.16.

The process color (four color CMYK) of #502c03 color hex is 0.00, 0.45, 0.96, 0.69. Web safe color of #502c03 is #663300. Color #502c03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101100 00000011
Octal 120 54 3
Decimal 80 44 3
Hex 50 2C 3

RGB Percentages of Color #502c03

%62.99
%34.65
%2.36

CMYK Percentages of Color #502c03

%0
%45
%96
%69

Triadic Colors of #502c03

#502c03 #03502c #2c0350

Analogous Colors of #502c03

#502c03 #4e5003 #500503

Monochromatic Colors of #502c03

#502c03

Complementary Color

#502c03 #032750

#502c03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502c03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502c03 Color CSS Codes

.mybgcolor {background-color:#502c03; } 
.myforecolor {color:#502c03; }
.mybordercolor {border:3px solid #502c03; }

#502c03 Text Font Color

<p style="color:#502c03">Text here</p>

This sample text font color is #502c03
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#502c03 Background Color

<div style="background-color:#502c03">
Div content here</div>

This div background color is #502c03


#502c03 Border Color

<div style="border:3px solid #502c03">
Div here</div>

This div border color is #502c03


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,44,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502c03; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502c03;
  -webkit-box-shadow: 1px 1px 3px 2px #502c03;
  box-shadow:         1px 1px 3px 2px #502c03; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,44,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #502c03">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #502c03;
  -webkit-box-shadow: 1px 1px 3px 2px #502c03;
  box-shadow:         1px 1px 3px 2px #502c03;">
Div content here</div>

This div box has shadow with color #502c03


Comments

No comments written yet.

Please login to write comment.