Color Hex Logo

#613940 Color Hex

#613940
(97,57,64)
0 Favorites   0 Comments

Color spaces of #613940

RGB 975764
HSL0.970.260.30
HSV350°41°38°
CMYK 0.000.410.34   0.62
XYZ7.31835.83785.5916
Yxy5.83780.39040.3114
Hunter Lab24.161511.78333.1919
CIE-Lab28.999518.74963.2454

#613940 color RGB value is (97,57,64).

#613940 hex color red value is 97, green value is 57 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #613940 hue: 0.97 , saturation: 0.26 and the lightness value of 613940 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111001 01000000
Octal 141 71 100
Decimal 97 57 64
Hex 61 39 40

RGB Percentages of Color #613940

%44.50
%26.15
%29.36

CMYK Percentages of Color #613940

%0
%41
%34
%62

Triadic Colors of #613940

#613940 #406139 #394061

Analogous Colors of #613940

#613940 #614639 #613954

Monochromatic Colors of #613940

#613940

Complementary Color

#613940 #39615a

#613940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613940 Color CSS Codes

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

#613940 Text Font Color

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

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


#613940 Background Color

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

This div background color is #613940


#613940 Border Color

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

This div border color is #613940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613940


Comments

No comments written yet.

Please login to write comment.