Color Hex Logo

#61875f Color Hex

#61875F
(97,135,95)
0 Favorites   0 Comments

Color spaces of #61875f

RGB 9713595
HSL0.330.170.45
HSV117°30°53°
CMYK 0.280.000.30   0.47
XYZ15.659320.695613.9958
Yxy20.69560.31100.4110
Hunter Lab45.4924-18.168913.6040
CIE-Lab52.6147-21.649617.3661

#61875f color RGB value is (97,135,95).

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

The process color (four color CMYK) of #61875f color hex is 0.28, 0.00, 0.30, 0.47. Web safe color of #61875f is #669966. Color #61875f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000111 01011111
Octal 141 207 137
Decimal 97 135 95
Hex 61 87 5F

RGB Percentages of Color #61875f

%29.66
%41.28
%29.05

CMYK Percentages of Color #61875f

%28
%0
%30
%47

Triadic Colors of #61875f

#61875f #5f6187 #875f61

Analogous Colors of #61875f

#61875f #5f8771 #75875f

Monochromatic Colors of #61875f

#61875f

Complementary Color

#61875f #855f87

#61875f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61875f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61875f Color CSS Codes

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

#61875f Text Font Color

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

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


#61875f Background Color

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

This div background color is #61875f


#61875f Border Color

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

This div border color is #61875f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61875f


Comments

No comments written yet.

Please login to write comment.