Color Hex Logo

#5f314f Color Hex

#5F314F
(95,49,79)
0 Favorites   0 Comments

Color spaces of #5f314f

RGB 954979
HSL0.890.320.28
HSV321°48°37°
CMYK 0.000.480.17   0.63
XYZ7.22895.19408.0187
Yxy5.19400.35360.2541
Hunter Lab22.790316.7355-4.9077
CIE-Lab27.280525.2895-9.2108

#5f314f color RGB value is (95,49,79).

#5f314f hex color red value is 95, green value is 49 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #5f314f hue: 0.89 , saturation: 0.32 and the lightness value of 5f314f is 0.28.

The process color (four color CMYK) of #5f314f color hex is 0.00, 0.48, 0.17, 0.63. Web safe color of #5f314f is #663366. Color #5f314f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00110001 01001111
Octal 137 61 117
Decimal 95 49 79
Hex 5F 31 4F

RGB Percentages of Color #5f314f

%42.60
%21.97
%35.43

CMYK Percentages of Color #5f314f

%0
%48
%17
%63

Triadic Colors of #5f314f

#5f314f #4f5f31 #314f5f

Analogous Colors of #5f314f

#5f314f #5f3138 #58315f

Monochromatic Colors of #5f314f

#5f314f

Complementary Color

#5f314f #315f41

#5f314f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f314f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f314f Color CSS Codes

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

#5f314f Text Font Color

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

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


#5f314f Background Color

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

This div background color is #5f314f


#5f314f Border Color

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

This div border color is #5f314f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,49,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f314f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f314f;
  -webkit-box-shadow: 1px 1px 3px 2px #5f314f;
  box-shadow:         1px 1px 3px 2px #5f314f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f314f


Comments

No comments written yet.

Please login to write comment.