Color Hex Logo

#61845f Color Hex

#61845F
(97,132,95)
0 Favorites   0 Comments

Color spaces of #61845f

RGB 9713295
HSL0.320.160.45
HSV117°28°52°
CMYK 0.270.000.28   0.48
XYZ15.246619.870113.8582
Yxy19.87010.31130.4057
Hunter Lab44.5759-16.954212.7705
CIE-Lab51.6900-20.093316.1036

#61845f color RGB value is (97,132,95).

#61845f hex color red value is 97, green value is 132 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #61845f hue: 0.32 , saturation: 0.16 and the lightness value of 61845f is 0.45.

The process color (four color CMYK) of #61845f color hex is 0.27, 0.00, 0.28, 0.48. Web safe color of #61845f is #669966. Color #61845f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000100 01011111
Octal 141 204 137
Decimal 97 132 95
Hex 61 84 5F

RGB Percentages of Color #61845f

%29.94
%40.74
%29.32

CMYK Percentages of Color #61845f

%27
%0
%28
%48

Triadic Colors of #61845f

#61845f #5f6184 #845f61

Analogous Colors of #61845f

#61845f #5f8470 #74845f

Monochromatic Colors of #61845f

#61845f

Complementary Color

#61845f #825f84

#61845f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61845f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61845f Color CSS Codes

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

#61845f Text Font Color

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

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


#61845f Background Color

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

This div background color is #61845f


#61845f Border Color

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

This div border color is #61845f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,132,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61845f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61845f;
  -webkit-box-shadow: 1px 1px 3px 2px #61845f;
  box-shadow:         1px 1px 3px 2px #61845f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61845f


Comments

No comments written yet.

Please login to write comment.