Color Hex Logo

#612f48 Color Hex

#612F48
(97,47,72)
0 Favorites   0 Comments

Color spaces of #612f48

RGB 974772
HSL0.920.350.28
HSV330°52°38°
CMYK 0.000.520.26   0.62
XYZ7.11605.04236.7291
Yxy5.04230.37680.2670
Hunter Lab22.455117.2702-2.0489
CIE-Lab26.854926.0150-5.1853

#612f48 color RGB value is (97,47,72).

#612f48 hex color red value is 97, green value is 47 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #612f48 hue: 0.92 , saturation: 0.35 and the lightness value of 612f48 is 0.28.

The process color (four color CMYK) of #612f48 color hex is 0.00, 0.52, 0.26, 0.62. Web safe color of #612f48 is #663333. Color #612f48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101111 01001000
Octal 141 57 110
Decimal 97 47 72
Hex 61 2F 48

RGB Percentages of Color #612f48

%44.91
%21.76
%33.33

CMYK Percentages of Color #612f48

%0
%52
%26
%62

Triadic Colors of #612f48

#612f48 #48612f #2f4861

Analogous Colors of #612f48

#612f48 #612f2f #612f61

Monochromatic Colors of #612f48

#612f48

Complementary Color

#612f48 #2f6148

#612f48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612f48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612f48 Color CSS Codes

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

#612f48 Text Font Color

<p style="color:#612f48">Text here</p>

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


#612f48 Background Color

<div style="background-color:#612f48">
Div content here</div>

This div background color is #612f48


#612f48 Border Color

<div style="border:3px solid #612f48">
Div here</div>

This div border color is #612f48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,47,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #612f48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #612f48;
  -webkit-box-shadow: 1px 1px 3px 2px #612f48;
  box-shadow:         1px 1px 3px 2px #612f48; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612f48


Comments

No comments written yet.

Please login to write comment.