Color Hex Logo

#612509 Color Hex

#612509
(97,37,9)
0 Favorites   0 Comments

Color spaces of #612509

RGB 97379
HSL0.050.830.21
HSV19°91°38°
CMYK 0.000.620.91   0.62
XYZ5.64063.88420.7109
Yxy3.88420.55110.3795
Hunter Lab19.708416.597611.6572
CIE-Lab23.284925.697629.9780

#612509 color RGB value is (97,37,9).

#612509 hex color red value is 97, green value is 37 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #612509 hue: 0.05 , saturation: 0.83 and the lightness value of 612509 is 0.21.

The process color (four color CMYK) of #612509 color hex is 0.00, 0.62, 0.91, 0.62. Web safe color of #612509 is #663300. Color #612509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100101 00001001
Octal 141 45 11
Decimal 97 37 9
Hex 61 25 9

RGB Percentages of Color #612509

%67.83
%25.87
%6.29

CMYK Percentages of Color #612509

%0
%62
%91
%62

Triadic Colors of #612509

#612509 #096125 #250961

Analogous Colors of #612509

#612509 #615109 #610919

Monochromatic Colors of #612509

#612509

Complementary Color

#612509 #094561

#612509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612509 Color CSS Codes

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

#612509 Text Font Color

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

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


#612509 Background Color

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

This div background color is #612509


#612509 Border Color

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

This div border color is #612509


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,37,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #612509; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #612509;
  -webkit-box-shadow: 1px 1px 3px 2px #612509;
  box-shadow:         1px 1px 3px 2px #612509; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612509


Comments

No comments written yet.

Please login to write comment.