Color Hex Logo

#61721b Color Hex

#61721B
(97,114,27)
0 Favorites   0 Comments

Color spaces of #61721b

RGB 9711427
HSL0.200.620.28
HSV72°76°45°
CMYK 0.150.000.76   0.55
XYZ11.144914.65513.2782
Yxy14.65510.38330.5040
Hunter Lab38.2820-15.027421.7202
CIE-Lab45.1581-18.885343.2262

#61721b color RGB value is (97,114,27).

#61721b hex color red value is 97, green value is 114 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #61721b hue: 0.20 , saturation: 0.62 and the lightness value of 61721b is 0.28.

The process color (four color CMYK) of #61721b color hex is 0.15, 0.00, 0.76, 0.55. Web safe color of #61721b is #666633. Color #61721b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110010 00011011
Octal 141 162 33
Decimal 97 114 27
Hex 61 72 1B

RGB Percentages of Color #61721b

%40.76
%47.90
%11.34

CMYK Percentages of Color #61721b

%15
%0
%76
%55

Triadic Colors of #61721b

#61721b #1b6172 #721b61

Analogous Colors of #61721b

#61721b #36721b #72581b

Monochromatic Colors of #61721b

#61721b

Complementary Color

#61721b #2c1b72

#61721b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61721b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61721b Color CSS Codes

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

#61721b Text Font Color

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

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


#61721b Background Color

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

This div background color is #61721b


#61721b Border Color

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

This div border color is #61721b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,114,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 #61721b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61721b


Comments

No comments written yet.

Please login to write comment.