Color Hex Logo

#50350f Color Hex

#50350F
(80,53,15)
0 Favorites   0 Comments

Color spaces of #50350f

RGB 805315
HSL0.100.680.19
HSV35°81°31°
CMYK 0.000.340.81   0.69
XYZ4.66764.28621.0332
Yxy4.28620.46740.4292
Hunter Lab20.70314.013011.5333
CIE-Lab24.59598.117727.6509

#50350f color RGB value is (80,53,15).

#50350f hex color red value is 80, green value is 53 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #50350f hue: 0.10 , saturation: 0.68 and the lightness value of 50350f is 0.19.

The process color (four color CMYK) of #50350f color hex is 0.00, 0.34, 0.81, 0.69. Web safe color of #50350f is #663300. Color #50350f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 00001111
Octal 120 65 17
Decimal 80 53 15
Hex 50 35 F

RGB Percentages of Color #50350f

%54.05
%35.81
%10.14

CMYK Percentages of Color #50350f

%0
%34
%81
%69

Triadic Colors of #50350f

#50350f #0f5035 #350f50

Analogous Colors of #50350f

#50350f #4b500f #50150f

Monochromatic Colors of #50350f

#50350f

Complementary Color

#50350f #0f2a50

#50350f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50350f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50350f Color CSS Codes

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

#50350f Text Font Color

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

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


#50350f Background Color

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

This div background color is #50350f


#50350f Border Color

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

This div border color is #50350f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50350f


Comments

No comments written yet.

Please login to write comment.