Color Hex Logo

#61877f Color Hex

#61877F
(97,135,127)
0 Favorites   0 Comments

Color spaces of #61877f

RGB 97135127
HSL0.460.160.45
HSV167°28°53°
CMYK 0.280.000.06   0.47
XYZ17.424521.401623.2912
Yxy21.40160.28050.3445
Hunter Lab46.2619-13.72642.5329
CIE-Lab53.3862-15.04010.0197

#61877f color RGB value is (97,135,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000111 01111111
Octal 141 207 177
Decimal 97 135 127
Hex 61 87 7F

RGB Percentages of Color #61877f

%27.02
%37.60
%35.38

CMYK Percentages of Color #61877f

%28
%0
%6
%47

Triadic Colors of #61877f

#61877f #7f6187 #877f61

Analogous Colors of #61877f

#61877f #617c87 #61876c

Monochromatic Colors of #61877f

#61877f

Complementary Color

#61877f #876169

#61877f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61877f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61877f Color CSS Codes

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

#61877f Text Font Color

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

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


#61877f Background Color

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

This div background color is #61877f


#61877f Border Color

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

This div border color is #61877f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61877f


Comments

No comments written yet.

Please login to write comment.