Color Hex Logo

#61815f Color Hex

#61815F
(97,129,95)
0 Favorites   0 Comments

Color spaces of #61815f

RGB 9712995
HSL0.320.150.44
HSV116°26°51°
CMYK 0.250.000.26   0.49
XYZ14.845619.068113.7245
Yxy19.06810.31160.4003
Hunter Lab43.6670-15.732211.9321
CIE-Lab50.7668-18.516714.8364

#61815f color RGB value is (97,129,95).

#61815f hex color red value is 97, green value is 129 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #61815f hue: 0.32 , saturation: 0.15 and the lightness value of 61815f is 0.44.

The process color (four color CMYK) of #61815f color hex is 0.25, 0.00, 0.26, 0.49. Web safe color of #61815f is #669966. Color #61815f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000001 01011111
Octal 141 201 137
Decimal 97 129 95
Hex 61 81 5F

RGB Percentages of Color #61815f

%30.22
%40.19
%29.60

CMYK Percentages of Color #61815f

%25
%0
%26
%49

Triadic Colors of #61815f

#61815f #5f6181 #815f61

Analogous Colors of #61815f

#61815f #5f816e #72815f

Monochromatic Colors of #61815f

#61815f

Complementary Color

#61815f #7f5f81

#61815f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61815f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61815f Color CSS Codes

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

#61815f Text Font Color

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

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


#61815f Background Color

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

This div background color is #61815f


#61815f Border Color

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

This div border color is #61815f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61815f


Comments

No comments written yet.

Please login to write comment.