Color Hex Logo

#68625d Color Hex

#68625D
(104,98,93)
0 Favorites   0 Comments

Color spaces of #68625d

RGB 1049893
HSL0.080.060.39
HSV27°11°41°
CMYK 0.000.060.11   0.59
XYZ12.052412.468712.1274
Yxy12.46870.32890.3402
Hunter Lab35.3110-0.86854.3549
CIE-Lab41.95151.40623.6890

#68625d color RGB value is (104,98,93).

#68625d hex color red value is 104, green value is 98 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #68625d hue: 0.08 , saturation: 0.06 and the lightness value of 68625d is 0.39.

The process color (four color CMYK) of #68625d color hex is 0.00, 0.06, 0.11, 0.59. Web safe color of #68625d is #666666. Color #68625d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100010 01011101
Octal 150 142 135
Decimal 104 98 93
Hex 68 62 5D

RGB Percentages of Color #68625d

%35.25
%33.22
%31.53

CMYK Percentages of Color #68625d

%0
%6
%11
%59

Triadic Colors of #68625d

#68625d #5d6862 #625d68

Analogous Colors of #68625d

#68625d #68685d #685d5e

Monochromatic Colors of #68625d

#68625d

Complementary Color

#68625d #5d6368

#68625d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68625d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68625d Color CSS Codes

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

#68625d Text Font Color

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

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


#68625d Background Color

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

This div background color is #68625d


#68625d Border Color

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

This div border color is #68625d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,98,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68625d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68625d;
  -webkit-box-shadow: 1px 1px 3px 2px #68625d;
  box-shadow:         1px 1px 3px 2px #68625d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68625d


Comments

No comments written yet.

Please login to write comment.