Color Hex Logo

#61651b Color Hex

#61651B
(97,101,27)
0 Favorites   0 Comments

Color spaces of #61651b

RGB 9710127
HSL0.180.580.25
HSV63°73°40°
CMYK 0.040.000.73   0.60
XYZ9.781311.92792.8237
Yxy11.92790.39870.4862
Hunter Lab34.5368-9.885719.3283
CIE-Lab41.1013-11.817139.2513

#61651b color RGB value is (97,101,27).

#61651b hex color red value is 97, green value is 101 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #61651b hue: 0.18 , saturation: 0.58 and the lightness value of 61651b is 0.25.

The process color (four color CMYK) of #61651b color hex is 0.04, 0.00, 0.73, 0.60. Web safe color of #61651b is #666633. Color #61651b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100101 00011011
Octal 141 145 33
Decimal 97 101 27
Hex 61 65 1B

RGB Percentages of Color #61651b

%43.11
%44.89
%12.00

CMYK Percentages of Color #61651b

%4
%0
%73
%60

Triadic Colors of #61651b

#61651b #1b6165 #651b61

Analogous Colors of #61651b

#61651b #3c651b #65441b

Monochromatic Colors of #61651b

#61651b

Complementary Color

#61651b #1f1b65

#61651b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61651b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61651b Color CSS Codes

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

#61651b Text Font Color

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

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


#61651b Background Color

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

This div background color is #61651b


#61651b Border Color

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

This div border color is #61651b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,101,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61651b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61651b;
  -webkit-box-shadow: 1px 1px 3px 2px #61651b;
  box-shadow:         1px 1px 3px 2px #61651b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61651b


Comments

No comments written yet.

Please login to write comment.