Color Hex Logo

#61462f Color Hex

#61462F
(97,70,47)
0 Favorites   0 Comments

Color spaces of #61462f

RGB 977047
HSL0.080.350.28
HSV28°52°38°
CMYK 0.000.280.52   0.62
XYZ7.63307.12693.6627
Yxy7.12690.41430.3869
Hunter Lab26.69634.318310.5528
CIE-Lab32.09418.417218.3588

#61462f color RGB value is (97,70,47).

#61462f hex color red value is 97, green value is 70 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #61462f hue: 0.08 , saturation: 0.35 and the lightness value of 61462f is 0.28.

The process color (four color CMYK) of #61462f color hex is 0.00, 0.28, 0.52, 0.62. Web safe color of #61462f is #663333. Color #61462f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000110 00101111
Octal 141 106 57
Decimal 97 70 47
Hex 61 46 2F

RGB Percentages of Color #61462f

%45.33
%32.71
%21.96

CMYK Percentages of Color #61462f

%0
%28
%52
%62

Triadic Colors of #61462f

#61462f #2f6146 #462f61

Analogous Colors of #61462f

#61462f #615f2f #612f31

Monochromatic Colors of #61462f

#61462f

Complementary Color

#61462f #2f4a61

#61462f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61462f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61462f Color CSS Codes

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

#61462f Text Font Color

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

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


#61462f Background Color

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

This div background color is #61462f


#61462f Border Color

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

This div border color is #61462f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,70,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61462f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61462f;
  -webkit-box-shadow: 1px 1px 3px 2px #61462f;
  box-shadow:         1px 1px 3px 2px #61462f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61462f


Comments

No comments written yet.

Please login to write comment.