Color Hex Logo

#613442 Color Hex

#613442
(97,52,66)
0 Favorites   0 Comments

Color spaces of #613442

RGB 975266
HSL0.950.300.29
HSV341°46°38°
CMYK 0.000.460.32   0.62
XYZ7.14115.39075.8184
Yxy5.39070.38920.2938
Hunter Lab23.217914.26981.3944
CIE-Lab27.820122.10250.2201

#613442 color RGB value is (97,52,66).

#613442 hex color red value is 97, green value is 52 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #613442 hue: 0.95 , saturation: 0.30 and the lightness value of 613442 is 0.29.

The process color (four color CMYK) of #613442 color hex is 0.00, 0.46, 0.32, 0.62. Web safe color of #613442 is #663333. Color #613442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110100 01000010
Octal 141 64 102
Decimal 97 52 66
Hex 61 34 42

RGB Percentages of Color #613442

%45.12
%24.19
%30.70

CMYK Percentages of Color #613442

%0
%46
%32
%62

Triadic Colors of #613442

#613442 #426134 #344261

Analogous Colors of #613442

#613442 #613d34 #613458

Monochromatic Colors of #613442

#613442

Complementary Color

#613442 #346153

#613442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613442 Color CSS Codes

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

#613442 Text Font Color

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

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


#613442 Background Color

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

This div background color is #613442


#613442 Border Color

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

This div border color is #613442


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,52,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #613442; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #613442;
  -webkit-box-shadow: 1px 1px 3px 2px #613442;
  box-shadow:         1px 1px 3px 2px #613442; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613442


Comments

No comments written yet.

Please login to write comment.