Color Hex Logo

#613832 Color Hex

#613832
(97,56,50)
0 Favorites   0 Comments

Color spaces of #613832

RGB 975650
HSL0.020.320.29
HSV48°38°
CMYK 0.000.420.48   0.62
XYZ6.91975.60003.7338
Yxy5.60000.42570.3445
Hunter Lab23.664310.78287.2101
CIE-Lab28.380017.485611.5401

#613832 color RGB value is (97,56,50).

#613832 hex color red value is 97, green value is 56 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #613832 hue: 0.02 , saturation: 0.32 and the lightness value of 613832 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111000 00110010
Octal 141 70 62
Decimal 97 56 50
Hex 61 38 32

RGB Percentages of Color #613832

%47.78
%27.59
%24.63

CMYK Percentages of Color #613832

%0
%42
%48
%62

Triadic Colors of #613832

#613832 #326138 #383261

Analogous Colors of #613832

#613832 #615032 #613244

Monochromatic Colors of #613832

#613832

Complementary Color

#613832 #325b61

#613832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613832 Color CSS Codes

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

#613832 Text Font Color

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

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


#613832 Background Color

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

This div background color is #613832


#613832 Border Color

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

This div border color is #613832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613832


Comments

No comments written yet.

Please login to write comment.