Color Hex Logo

#61857d Color Hex

#61857D
(97,133,125)
0 Favorites   0 Comments

Color spaces of #61857d

RGB 97133125
HSL0.460.160.45
HSV167°27°52°
CMYK 0.270.000.06   0.48
XYZ17.019020.797122.5193
Yxy20.79710.28210.3447
Hunter Lab45.6038-13.19192.6451
CIE-Lab52.7267-14.41800.2188

#61857d color RGB value is (97,133,125).

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

The process color (four color CMYK) of #61857d color hex is 0.27, 0.00, 0.06, 0.48. Web safe color of #61857d is #669966. Color #61857d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000101 01111101
Octal 141 205 175
Decimal 97 133 125
Hex 61 85 7D

RGB Percentages of Color #61857d

%27.32
%37.46
%35.21

CMYK Percentages of Color #61857d

%27
%0
%6
%48

Triadic Colors of #61857d

#61857d #7d6185 #857d61

Analogous Colors of #61857d

#61857d #617b85 #61856b

Monochromatic Colors of #61857d

#61857d

Complementary Color

#61857d #856169

#61857d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61857d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61857d Color CSS Codes

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

#61857d Text Font Color

<p style="color:#61857d">Text here</p>

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


#61857d Background Color

<div style="background-color:#61857d">
Div content here</div>

This div background color is #61857d


#61857d Border Color

<div style="border:3px solid #61857d">
Div here</div>

This div border color is #61857d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,133,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61857d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61857d;
  -webkit-box-shadow: 1px 1px 3px 2px #61857d;
  box-shadow:         1px 1px 3px 2px #61857d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61857d


Comments

No comments written yet.

Please login to write comment.