Color Hex Logo

#625261 Color Hex

#625261
(98,82,97)
0 Favorites   0 Comments

Color spaces of #625261

RGB 988297
HSL0.840.090.35
HSV304°16°38°
CMYK 0.000.160.01   0.62
XYZ10.21209.494312.6036
Yxy9.49430.31610.2939
Hunter Lab30.81285.2361-2.6829
CIE-Lab36.91919.5996-6.2311

#625261 color RGB value is (98,82,97).

#625261 hex color red value is 98, green value is 82 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #625261 hue: 0.84 , saturation: 0.09 and the lightness value of 625261 is 0.35.

The process color (four color CMYK) of #625261 color hex is 0.00, 0.16, 0.01, 0.62. Web safe color of #625261 is #666666. Color #625261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010010 01100001
Octal 142 122 141
Decimal 98 82 97
Hex 62 52 61

RGB Percentages of Color #625261

%35.38
%29.60
%35.02

CMYK Percentages of Color #625261

%0
%16
%1
%62

Triadic Colors of #625261

#625261 #616252 #526162

Analogous Colors of #625261

#625261 #625259 #5b5262

Monochromatic Colors of #625261

#625261

Complementary Color

#625261 #526253

#625261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#625261 Color CSS Codes

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

#625261 Text Font Color

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

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


#625261 Background Color

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

This div background color is #625261


#625261 Border Color

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

This div border color is #625261


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,82,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #625261; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #625261;
  -webkit-box-shadow: 1px 1px 3px 2px #625261;
  box-shadow:         1px 1px 3px 2px #625261; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625261


Comments

No comments written yet.

Please login to write comment.