Color Hex Logo

#61253c Color Hex

#61253C
(97,37,60)
0 Favorites   0 Comments

Color spaces of #61253c

RGB 973760
HSL0.940.450.26
HSV337°62°38°
CMYK 0.000.620.38   0.62
XYZ6.40694.19084.7462
Yxy4.19080.41760.2731
Hunter Lab20.471420.03970.5839
CIE-Lab24.292429.8142-0.9172

#61253c color RGB value is (97,37,60).

#61253c hex color red value is 97, green value is 37 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #61253c hue: 0.94 , saturation: 0.45 and the lightness value of 61253c is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100101 00111100
Octal 141 45 74
Decimal 97 37 60
Hex 61 25 3C

RGB Percentages of Color #61253c

%50.00
%19.07
%30.93

CMYK Percentages of Color #61253c

%0
%62
%38
%62

Triadic Colors of #61253c

#61253c #3c6125 #253c61

Analogous Colors of #61253c

#61253c #612c25 #61255a

Monochromatic Colors of #61253c

#61253c

Complementary Color

#61253c #25614a

#61253c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61253c Color Preview on White Background

Lorem ipsum dolor sit amet.

#61253c Color CSS Codes

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

#61253c Text Font Color

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

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


#61253c Background Color

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

This div background color is #61253c


#61253c Border Color

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

This div border color is #61253c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61253c


Comments

No comments written yet.

Please login to write comment.