Color Hex Logo

#61807b Color Hex

#61807B
(97,128,123)
0 Favorites   0 Comments

Color spaces of #61807b

RGB 97128123
HSL0.470.140.44
HSV170°24°50°
CMYK 0.240.000.04   0.50
XYZ16.224119.409821.6303
Yxy19.40980.28330.3390
Hunter Lab44.0566-11.36521.7302
CIE-Lab51.1632-12.1366-0.8995

#61807b color RGB value is (97,128,123).

#61807b hex color red value is 97, green value is 128 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #61807b hue: 0.47 , saturation: 0.14 and the lightness value of 61807b is 0.44.

The process color (four color CMYK) of #61807b color hex is 0.24, 0.00, 0.04, 0.50. Web safe color of #61807b is #669966. Color #61807b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000000 01111011
Octal 141 200 173
Decimal 97 128 123
Hex 61 80 7B

RGB Percentages of Color #61807b

%27.87
%36.78
%35.34

CMYK Percentages of Color #61807b

%24
%0
%4
%50

Triadic Colors of #61807b

#61807b #7b6180 #807b61

Analogous Colors of #61807b

#61807b #617680 #61806c

Monochromatic Colors of #61807b

#61807b

Complementary Color

#61807b #806166

#61807b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61807b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61807b Color CSS Codes

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

#61807b Text Font Color

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

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


#61807b Background Color

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

This div background color is #61807b


#61807b Border Color

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

This div border color is #61807b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61807b


Comments

No comments written yet.

Please login to write comment.