Color Hex Logo

#63514e Color Hex

#63514E
(99,81,78)
0 Favorites   0 Comments

Color spaces of #63514e

RGB 998178
HSL0.020.120.35
HSV21°39°
CMYK 0.000.180.21   0.61
XYZ9.46329.08768.4630
Yxy9.08760.35030.3364
Hunter Lab30.14563.27914.4571
CIE-Lab36.15246.94634.5651

#63514e color RGB value is (99,81,78).

#63514e hex color red value is 99, green value is 81 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #63514e hue: 0.02 , saturation: 0.12 and the lightness value of 63514e is 0.35.

The process color (four color CMYK) of #63514e color hex is 0.00, 0.18, 0.21, 0.61. Web safe color of #63514e is #666666. Color #63514e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010001 01001110
Octal 143 121 116
Decimal 99 81 78
Hex 63 51 4E

RGB Percentages of Color #63514e

%38.37
%31.40
%30.23

CMYK Percentages of Color #63514e

%0
%18
%21
%61

Triadic Colors of #63514e

#63514e #4e6351 #514e63

Analogous Colors of #63514e

#63514e #635c4e #634e56

Monochromatic Colors of #63514e

#63514e

Complementary Color

#63514e #4e6063

#63514e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63514e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63514e Color CSS Codes

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

#63514e Text Font Color

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

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


#63514e Background Color

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

This div background color is #63514e


#63514e Border Color

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

This div border color is #63514e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,81,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63514e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63514e;
  -webkit-box-shadow: 1px 1px 3px 2px #63514e;
  box-shadow:         1px 1px 3px 2px #63514e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63514e


Comments

No comments written yet.

Please login to write comment.