Color Hex Logo

#502703 Color Hex

#502703
(80,39,3)
0 Favorites   0 Comments

Color spaces of #502703

RGB 80393
HSL0.080.930.16
HSV28°96°31°
CMYK 0.000.510.96   0.69
XYZ4.05023.16310.4832
Yxy3.16310.52620.4110
Hunter Lab17.78519.525810.8387
CIE-Lab20.685616.514728.7534

#502703 color RGB value is (80,39,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100111 00000011
Octal 120 47 3
Decimal 80 39 3
Hex 50 27 3

RGB Percentages of Color #502703

%65.57
%31.97
%2.46

CMYK Percentages of Color #502703

%0
%51
%96
%69

Triadic Colors of #502703

#502703 #035027 #270350

Analogous Colors of #502703

#502703 #504e03 #500306

Monochromatic Colors of #502703

#502703

Complementary Color

#502703 #032c50

#502703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502703 Color CSS Codes

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

#502703 Text Font Color

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

This sample text font color is #502703
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.


#502703 Background Color

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

This div background color is #502703


#502703 Border Color

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

This div border color is #502703


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,39,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 #502703">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502703


Comments

No comments written yet.

Please login to write comment.