Color Hex Logo

#613b45 Color Hex

#613B45
(97,59,69)
0 Favorites   0 Comments

Color spaces of #613b45

RGB 975969
HSL0.960.240.31
HSV344°39°38°
CMYK 0.000.390.29   0.62
XYZ7.56796.09906.4086
Yxy6.09900.37700.3038
Hunter Lab24.696211.48131.9017
CIE-Lab29.660918.29010.9284

#613b45 color RGB value is (97,59,69).

#613b45 hex color red value is 97, green value is 59 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #613b45 hue: 0.96 , saturation: 0.24 and the lightness value of 613b45 is 0.31.

The process color (four color CMYK) of #613b45 color hex is 0.00, 0.39, 0.29, 0.62. Web safe color of #613b45 is #663333. Color #613b45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111011 01000101
Octal 141 73 105
Decimal 97 59 69
Hex 61 3B 45

RGB Percentages of Color #613b45

%43.11
%26.22
%30.67

CMYK Percentages of Color #613b45

%0
%39
%29
%62

Triadic Colors of #613b45

#613b45 #45613b #3b4561

Analogous Colors of #613b45

#613b45 #61443b #613b58

Monochromatic Colors of #613b45

#613b45

Complementary Color

#613b45 #3b6157

#613b45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613b45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613b45 Color CSS Codes

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

#613b45 Text Font Color

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

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


#613b45 Background Color

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

This div background color is #613b45


#613b45 Border Color

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

This div border color is #613b45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613b45


Comments

No comments written yet.

Please login to write comment.