Color Hex Logo

#61552e Color Hex

#61552E
(97,85,46)
0 Favorites   0 Comments

Color spaces of #61552e

RGB 978546
HSL0.130.360.28
HSV46°53°38°
CMYK 0.000.120.53   0.62
XYZ8.67149.23563.9104
Yxy9.23560.39750.4233
Hunter Lab30.3901-2.250213.6440
CIE-Lab36.4340-0.920024.4177

#61552e color RGB value is (97,85,46).

#61552e hex color red value is 97, green value is 85 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #61552e hue: 0.13 , saturation: 0.36 and the lightness value of 61552e is 0.28.

The process color (four color CMYK) of #61552e color hex is 0.00, 0.12, 0.53, 0.62. Web safe color of #61552e is #666633. Color #61552e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010101 00101110
Octal 141 125 56
Decimal 97 85 46
Hex 61 55 2E

RGB Percentages of Color #61552e

%42.54
%37.28
%20.18

CMYK Percentages of Color #61552e

%0
%12
%53
%62

Triadic Colors of #61552e

#61552e #2e6155 #552e61

Analogous Colors of #61552e

#61552e #54612e #613c2e

Monochromatic Colors of #61552e

#61552e

Complementary Color

#61552e #2e3a61

#61552e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61552e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61552e Color CSS Codes

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

#61552e Text Font Color

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

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


#61552e Background Color

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

This div background color is #61552e


#61552e Border Color

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

This div border color is #61552e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61552e


Comments

No comments written yet.

Please login to write comment.