Color Hex Logo

#50351f Color Hex

#50351F
(80,53,31)
0 Favorites   0 Comments

Color spaces of #50351f

RGB 805331
HSL0.070.440.22
HSV27°61°31°
CMYK 0.000.340.61   0.69
XYZ4.82874.35061.8816
Yxy4.35060.43660.3933
Hunter Lab20.85814.82159.2521
CIE-Lab24.79829.328518.6344

#50351f color RGB value is (80,53,31).

#50351f hex color red value is 80, green value is 53 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #50351f hue: 0.07 , saturation: 0.44 and the lightness value of 50351f is 0.22.

The process color (four color CMYK) of #50351f color hex is 0.00, 0.34, 0.61, 0.69. Web safe color of #50351f is #663333. Color #50351f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 00011111
Octal 120 65 37
Decimal 80 53 31
Hex 50 35 1F

RGB Percentages of Color #50351f

%48.78
%32.32
%18.90

CMYK Percentages of Color #50351f

%0
%34
%61
%69

Triadic Colors of #50351f

#50351f #1f5035 #351f50

Analogous Colors of #50351f

#50351f #504e1f #501f22

Monochromatic Colors of #50351f

#50351f

Complementary Color

#50351f #1f3a50

#50351f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50351f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50351f Color CSS Codes

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

#50351f Text Font Color

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

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


#50351f Background Color

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

This div background color is #50351f


#50351f Border Color

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

This div border color is #50351f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50351f


Comments

No comments written yet.

Please login to write comment.