Color Hex Logo

#61431e Color Hex

#61431E
(97,67,30)
0 Favorites   0 Comments

Color spaces of #61431e

RGB 976730
HSL0.090.530.25
HSV33°69°38°
CMYK 0.000.310.69   0.62
XYZ7.17136.64942.1338
Yxy6.64940.44950.4168
Hunter Lab25.78644.515213.1443
CIE-Lab30.99518.714227.1045

#61431e color RGB value is (97,67,30).

#61431e hex color red value is 97, green value is 67 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #61431e hue: 0.09 , saturation: 0.53 and the lightness value of 61431e is 0.25.

The process color (four color CMYK) of #61431e color hex is 0.00, 0.31, 0.69, 0.62. Web safe color of #61431e is #663333. Color #61431e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000011 00011110
Octal 141 103 36
Decimal 97 67 30
Hex 61 43 1E

RGB Percentages of Color #61431e

%50.00
%34.54
%15.46

CMYK Percentages of Color #61431e

%0
%31
%69
%62

Triadic Colors of #61431e

#61431e #1e6143 #431e61

Analogous Colors of #61431e

#61431e #5e611e #61221e

Monochromatic Colors of #61431e

#61431e

Complementary Color

#61431e #1e3c61

#61431e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61431e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61431e Color CSS Codes

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

#61431e Text Font Color

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

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


#61431e Background Color

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

This div background color is #61431e


#61431e Border Color

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

This div border color is #61431e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61431e


Comments

No comments written yet.

Please login to write comment.