Color Hex Logo

#61751c Color Hex

#61751C
(97,117,28)
0 Favorites   0 Comments

Color spaces of #61751c

RGB 9711728
HSL0.200.610.28
HSV73°76°46°
CMYK 0.170.000.76   0.54
XYZ11.500715.34783.4549
Yxy15.34780.37950.5065
Hunter Lab39.1763-16.157522.1947
CIE-Lab46.1069-20.397843.7637

#61751c color RGB value is (97,117,28).

#61751c hex color red value is 97, green value is 117 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #61751c hue: 0.20 , saturation: 0.61 and the lightness value of 61751c is 0.28.

The process color (four color CMYK) of #61751c color hex is 0.17, 0.00, 0.76, 0.54. Web safe color of #61751c is #666633. Color #61751c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110101 00011100
Octal 141 165 34
Decimal 97 117 28
Hex 61 75 1C

RGB Percentages of Color #61751c

%40.08
%48.35
%11.57

CMYK Percentages of Color #61751c

%17
%0
%76
%54

Triadic Colors of #61751c

#61751c #1c6175 #751c61

Analogous Colors of #61751c

#61751c #35751c #755d1c

Monochromatic Colors of #61751c

#61751c

Complementary Color

#61751c #301c75

#61751c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61751c Color Preview on White Background

Lorem ipsum dolor sit amet.

#61751c Color CSS Codes

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

#61751c Text Font Color

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

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


#61751c Background Color

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

This div background color is #61751c


#61751c Border Color

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

This div border color is #61751c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,117,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61751c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61751c;
  -webkit-box-shadow: 1px 1px 3px 2px #61751c;
  box-shadow:         1px 1px 3px 2px #61751c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61751c


Comments

No comments written yet.

Please login to write comment.