Color Hex Logo

#63685b Color Hex

#63685B
(99,104,91)
0 Favorites   0 Comments

Color spaces of #63685b

RGB 9910491
HSL0.230.070.38
HSV83°13°41°
CMYK 0.050.000.13   0.59
XYZ11.984213.308611.8347
Yxy13.30860.32280.3585
Hunter Lab36.4810-5.20346.3025
CIE-Lab43.2246-4.55586.6644

#63685b color RGB value is (99,104,91).

#63685b hex color red value is 99, green value is 104 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #63685b hue: 0.23 , saturation: 0.07 and the lightness value of 63685b is 0.38.

The process color (four color CMYK) of #63685b color hex is 0.05, 0.00, 0.13, 0.59. Web safe color of #63685b is #666666. Color #63685b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01101000 01011011
Octal 143 150 133
Decimal 99 104 91
Hex 63 68 5B

RGB Percentages of Color #63685b

%33.67
%35.37
%30.95

CMYK Percentages of Color #63685b

%5
%0
%13
%59

Triadic Colors of #63685b

#63685b #5b6368 #685b63

Analogous Colors of #63685b

#63685b #5d685b #68675b

Monochromatic Colors of #63685b

#63685b

Complementary Color

#63685b #605b68

#63685b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63685b Color Preview on White Background

Lorem ipsum dolor sit amet.

#63685b Color CSS Codes

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

#63685b Text Font Color

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

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


#63685b Background Color

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

This div background color is #63685b


#63685b Border Color

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

This div border color is #63685b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,104,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63685b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63685b;
  -webkit-box-shadow: 1px 1px 3px 2px #63685b;
  box-shadow:         1px 1px 3px 2px #63685b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63685b


Comments

No comments written yet.

Please login to write comment.