Color Hex Logo

#61364a Color Hex

#61364A
(97,54,74)
0 Favorites   0 Comments

Color spaces of #61364a

RGB 975474
HSL0.920.280.30
HSV332°44°38°
CMYK 0.000.440.24   0.62
XYZ7.48505.67417.1793
Yxy5.67410.36800.2790
Hunter Lab23.820414.4038-1.1954
CIE-Lab28.574922.1828-3.9454

#61364a color RGB value is (97,54,74).

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

The process color (four color CMYK) of #61364a color hex is 0.00, 0.44, 0.24, 0.62. Web safe color of #61364a is #663333. Color #61364a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110110 01001010
Octal 141 66 112
Decimal 97 54 74
Hex 61 36 4A

RGB Percentages of Color #61364a

%43.11
%24.00
%32.89

CMYK Percentages of Color #61364a

%0
%44
%24
%62

Triadic Colors of #61364a

#61364a #4a6136 #364a61

Analogous Colors of #61364a

#61364a #613836 #613660

Monochromatic Colors of #61364a

#61364a

Complementary Color

#61364a #36614d

#61364a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61364a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61364a Color CSS Codes

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

#61364a Text Font Color

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

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


#61364a Background Color

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

This div background color is #61364a


#61364a Border Color

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

This div border color is #61364a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,54,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61364a


Comments

No comments written yet.

Please login to write comment.