Color Hex Logo

#61491e Color Hex

#61491E
(97,73,30)
0 Favorites   0 Comments

Color spaces of #61491e

RGB 977330
HSL0.110.530.25
HSV39°69°38°
CMYK 0.000.250.69   0.62
XYZ7.54677.40022.2589
Yxy7.40020.43860.4301
Hunter Lab27.20331.913414.1190
CIE-Lab32.70114.984529.0123

#61491e color RGB value is (97,73,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001001 00011110
Octal 141 111 36
Decimal 97 73 30
Hex 61 49 1E

RGB Percentages of Color #61491e

%48.50
%36.50
%15.00

CMYK Percentages of Color #61491e

%0
%25
%69
%62

Triadic Colors of #61491e

#61491e #1e6149 #491e61

Analogous Colors of #61491e

#61491e #58611e #61281e

Monochromatic Colors of #61491e

#61491e

Complementary Color

#61491e #1e3661

#61491e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61491e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61491e Color CSS Codes

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

#61491e Text Font Color

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

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


#61491e Background Color

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

This div background color is #61491e


#61491e Border Color

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

This div border color is #61491e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61491e


Comments

No comments written yet.

Please login to write comment.