Color Hex Logo

#502731 Color Hex

#502731
(80,39,49)
0 Favorites   0 Comments

Color spaces of #502731

RGB 803949
HSL0.960.340.23
HSV345°51°31°
CMYK 0.000.510.39   0.69
XYZ4.58823.37833.3160
Yxy3.37830.40670.2994
Hunter Lab18.380212.39332.1695
CIE-Lab21.499420.42062.1970

#502731 color RGB value is (80,39,49).

#502731 hex color red value is 80, green value is 39 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #502731 hue: 0.96 , saturation: 0.34 and the lightness value of 502731 is 0.23.

The process color (four color CMYK) of #502731 color hex is 0.00, 0.51, 0.39, 0.69. Web safe color of #502731 is #663333. Color #502731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100111 00110001
Octal 120 47 61
Decimal 80 39 49
Hex 50 27 31

RGB Percentages of Color #502731

%47.62
%23.21
%29.17

CMYK Percentages of Color #502731

%0
%51
%39
%69

Triadic Colors of #502731

#502731 #315027 #273150

Analogous Colors of #502731

#502731 #503227 #502746

Monochromatic Colors of #502731

#502731

Complementary Color

#502731 #275046

#502731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502731 Color CSS Codes

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

#502731 Text Font Color

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

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


#502731 Background Color

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

This div background color is #502731


#502731 Border Color

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

This div border color is #502731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502731


Comments

No comments written yet.

Please login to write comment.