Color Hex Logo

#61372e Color Hex

#61372E
(97,55,46)
0 Favorites   0 Comments

Color spaces of #61372e

RGB 975546
HSL0.030.360.28
HSV11°53°38°
CMYK 0.000.430.53   0.62
XYZ6.78915.47103.2830
Yxy5.47100.43680.3520
Hunter Lab23.390210.87768.0513
CIE-Lab28.036617.644113.6760

#61372e color RGB value is (97,55,46).

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

The process color (four color CMYK) of #61372e color hex is 0.00, 0.43, 0.53, 0.62. Web safe color of #61372e is #663333. Color #61372e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110111 00101110
Octal 141 67 56
Decimal 97 55 46
Hex 61 37 2E

RGB Percentages of Color #61372e

%48.99
%27.78
%23.23

CMYK Percentages of Color #61372e

%0
%43
%53
%62

Triadic Colors of #61372e

#61372e #2e6137 #372e61

Analogous Colors of #61372e

#61372e #61512e #612e3f

Monochromatic Colors of #61372e

#61372e

Complementary Color

#61372e #2e5861

#61372e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61372e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61372e Color CSS Codes

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

#61372e Text Font Color

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

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


#61372e Background Color

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

This div background color is #61372e


#61372e Border Color

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

This div border color is #61372e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,55,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 #61372e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61372e


Comments

No comments written yet.

Please login to write comment.