Color Hex Logo

#50273f Color Hex

#50273F
(80,39,63)
0 Favorites   0 Comments

Color spaces of #50273f

RGB 803963
HSL0.900.340.23
HSV325°51°31°
CMYK 0.000.510.21   0.69
XYZ4.93103.51545.1213
Yxy3.51540.36340.2591
Hunter Lab18.749414.1332-3.0702
CIE-Lab21.999922.6886-6.6772

#50273f color RGB value is (80,39,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100111 00111111
Octal 120 47 77
Decimal 80 39 63
Hex 50 27 3F

RGB Percentages of Color #50273f

%43.96
%21.43
%34.62

CMYK Percentages of Color #50273f

%0
%51
%21
%69

Triadic Colors of #50273f

#50273f #3f5027 #273f50

Analogous Colors of #50273f

#50273f #50272b #4d2750

Monochromatic Colors of #50273f

#50273f

Complementary Color

#50273f #275038

#50273f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50273f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50273f Color CSS Codes

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

#50273f Text Font Color

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

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


#50273f Background Color

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

This div background color is #50273f


#50273f Border Color

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

This div border color is #50273f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50273f


Comments

No comments written yet.

Please login to write comment.