Color Hex Logo

#61816b Color Hex

#61816B
(97,129,107)
0 Favorites   0 Comments

Color spaces of #61816b

RGB 97129107
HSL0.390.140.44
HSV139°25°51°
CMYK 0.250.000.17   0.49
XYZ15.433919.303416.8224
Yxy19.30340.29930.3744
Hunter Lab43.9356-14.18318.0536
CIE-Lab51.0403-16.18488.2687

#61816b color RGB value is (97,129,107).

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

The process color (four color CMYK) of #61816b color hex is 0.25, 0.00, 0.17, 0.49. Web safe color of #61816b is #669966. Color #61816b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000001 01101011
Octal 141 201 153
Decimal 97 129 107
Hex 61 81 6B

RGB Percentages of Color #61816b

%29.13
%38.74
%32.13

CMYK Percentages of Color #61816b

%25
%0
%17
%49

Triadic Colors of #61816b

#61816b #6b6181 #816b61

Analogous Colors of #61816b

#61816b #61817b #678161

Monochromatic Colors of #61816b

#61816b

Complementary Color

#61816b #816177

#61816b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61816b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61816b Color CSS Codes

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

#61816b Text Font Color

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

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


#61816b Background Color

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

This div background color is #61816b


#61816b Border Color

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

This div border color is #61816b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61816b


Comments

No comments written yet.

Please login to write comment.