Color Hex Logo

#61364f Color Hex

#61364F
(97,54,79)
0 Favorites   0 Comments

Color spaces of #61364f

RGB 975479
HSL0.900.280.30
HSV325°44°38°
CMYK 0.000.440.19   0.62
XYZ7.66025.74428.1021
Yxy5.74420.35620.2671
Hunter Lab23.967115.1087-3.2661
CIE-Lab28.757723.0541-6.9535

#61364f color RGB value is (97,54,79).

#61364f hex color red value is 97, green value is 54 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #61364f hue: 0.90 , saturation: 0.28 and the lightness value of 61364f is 0.30.

The process color (four color CMYK) of #61364f color hex is 0.00, 0.44, 0.19, 0.62. Web safe color of #61364f is #663366. Color #61364f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110110 01001111
Octal 141 66 117
Decimal 97 54 79
Hex 61 36 4F

RGB Percentages of Color #61364f

%42.17
%23.48
%34.35

CMYK Percentages of Color #61364f

%0
%44
%19
%62

Triadic Colors of #61364f

#61364f #4f6136 #364f61

Analogous Colors of #61364f

#61364f #61363a #5e3661

Monochromatic Colors of #61364f

#61364f

Complementary Color

#61364f #366148

#61364f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61364f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61364f Color CSS Codes

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

#61364f Text Font Color

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

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


#61364f Background Color

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

This div background color is #61364f


#61364f Border Color

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

This div border color is #61364f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,54,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61364f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61364f;
  -webkit-box-shadow: 1px 1px 3px 2px #61364f;
  box-shadow:         1px 1px 3px 2px #61364f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,54,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 #61364f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61364f


Comments

No comments written yet.

Please login to write comment.