Color Hex Logo

#61363c Color Hex

#61363C
(97,54,60)
0 Favorites   0 Comments

Color spaces of #61363c

RGB 975460
HSL0.980.280.30
HSV352°44°38°
CMYK 0.000.440.38   0.62
XYZ7.06455.50604.9654
Yxy5.50600.40290.3140
Hunter Lab23.464912.67703.8791
CIE-Lab28.130320.00824.6324

#61363c color RGB value is (97,54,60).

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

The process color (four color CMYK) of #61363c color hex is 0.00, 0.44, 0.38, 0.62. Web safe color of #61363c is #663333. Color #61363c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110110 00111100
Octal 141 66 74
Decimal 97 54 60
Hex 61 36 3C

RGB Percentages of Color #61363c

%45.97
%25.59
%28.44

CMYK Percentages of Color #61363c

%0
%44
%38
%62

Triadic Colors of #61363c

#61363c #3c6136 #363c61

Analogous Colors of #61363c

#61363c #614636 #613652

Monochromatic Colors of #61363c

#61363c

Complementary Color

#61363c #36615b

#61363c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61363c Color Preview on White Background

Lorem ipsum dolor sit amet.

#61363c Color CSS Codes

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

#61363c Text Font Color

<p style="color:#61363c">Text here</p>

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


#61363c Background Color

<div style="background-color:#61363c">
Div content here</div>

This div background color is #61363c


#61363c Border Color

<div style="border:3px solid #61363c">
Div here</div>

This div border color is #61363c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61363c


Comments

No comments written yet.

Please login to write comment.