Color Hex Logo

#613634 Color Hex

#613634
(97,54,52)
0 Favorites   0 Comments

Color spaces of #613634

RGB 975452
HSL0.010.300.29
HSV46°38°
CMYK 0.000.440.46   0.62
XYZ6.86885.42773.9344
Yxy5.42770.42320.3344
Hunter Lab23.297411.85686.2955
CIE-Lab27.920118.95489.6038

#613634 color RGB value is (97,54,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110110 00110100
Octal 141 66 64
Decimal 97 54 52
Hex 61 36 34

RGB Percentages of Color #613634

%47.78
%26.60
%25.62

CMYK Percentages of Color #613634

%0
%44
%46
%62

Triadic Colors of #613634

#613634 #346136 #363461

Analogous Colors of #613634

#613634 #614d34 #613449

Monochromatic Colors of #613634

#613634

Complementary Color

#613634 #345f61

#613634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613634 Color CSS Codes

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

#613634 Text Font Color

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

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


#613634 Background Color

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

This div background color is #613634


#613634 Border Color

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

This div border color is #613634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613634


Comments

No comments written yet.

Please login to write comment.