Color Hex Logo

#613131 Color Hex

#613131
(97,49,49)
0 Favorites   0 Comments

Color spaces of #613131

RGB 974949
HSL0.000.330.29
HSV49°38°
CMYK 0.000.490.49   0.62
XYZ6.58254.95983.5161
Yxy4.95980.43710.3294
Hunter Lab22.270613.78556.2287
CIE-Lab26.619921.62429.7937

#613131 color RGB value is (97,49,49).

#613131 hex color red value is 97, green value is 49 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #613131 hue: 0.00 , saturation: 0.33 and the lightness value of 613131 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110001 00110001
Octal 141 61 61
Decimal 97 49 49
Hex 61 31 31

RGB Percentages of Color #613131

%49.74
%25.13
%25.13

CMYK Percentages of Color #613131

%0
%49
%49
%62

Triadic Colors of #613131

#613131 #316131 #313161

Analogous Colors of #613131

#613131 #614931 #613149

Monochromatic Colors of #613131

#613131

Complementary Color

#613131 #316161

#613131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613131 Color CSS Codes

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

#613131 Text Font Color

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

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


#613131 Background Color

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

This div background color is #613131


#613131 Border Color

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

This div border color is #613131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613131

#613131 Color Palettes


Comments

No comments written yet.

Please login to write comment.