Color Hex Logo

#61520a Color Hex

#61520A
(97,82,10)
0 Favorites   0 Comments

Color spaces of #61520a

RGB 978210
HSL0.140.810.21
HSV50°90°38°
CMYK 0.000.150.90   0.62
XYZ8.00188.59791.5250
Yxy8.59790.44150.4744
Hunter Lab29.3222-2.602517.4419
CIE-Lab35.1983-1.543240.0633

#61520a color RGB value is (97,82,10).

#61520a hex color red value is 97, green value is 82 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #61520a hue: 0.14 , saturation: 0.81 and the lightness value of 61520a is 0.21.

The process color (four color CMYK) of #61520a color hex is 0.00, 0.15, 0.90, 0.62. Web safe color of #61520a is #666600. Color #61520a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010010 00001010
Octal 141 122 12
Decimal 97 82 10
Hex 61 52 A

RGB Percentages of Color #61520a

%51.32
%43.39
%5.29

CMYK Percentages of Color #61520a

%0
%15
%90
%62

Triadic Colors of #61520a

#61520a #0a6152 #520a61

Analogous Colors of #61520a

#61520a #45610a #61270a

Monochromatic Colors of #61520a

#61520a

Complementary Color

#61520a #0a1961

#61520a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61520a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61520a Color CSS Codes

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

#61520a Text Font Color

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

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


#61520a Background Color

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

This div background color is #61520a


#61520a Border Color

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

This div border color is #61520a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,82,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61520a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61520a;
  -webkit-box-shadow: 1px 1px 3px 2px #61520a;
  box-shadow:         1px 1px 3px 2px #61520a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61520a


Comments

No comments written yet.

Please login to write comment.