Color Hex Logo

#63807c Color Hex

#63807C
(99,128,124)
0 Favorites   0 Comments

Color spaces of #63807c

RGB 99128124
HSL0.480.130.45
HSV172°23°50°
CMYK 0.230.000.03   0.50
XYZ16.502919.546221.9718
Yxy19.54620.28440.3369
Hunter Lab44.2111-10.73981.4821
CIE-Lab51.3202-11.2334-1.2398

#63807c color RGB value is (99,128,124).

#63807c hex color red value is 99, green value is 128 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #63807c hue: 0.48 , saturation: 0.13 and the lightness value of 63807c is 0.45.

The process color (four color CMYK) of #63807c color hex is 0.23, 0.00, 0.03, 0.50. Web safe color of #63807c is #669966. Color #63807c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000000 01111100
Octal 143 200 174
Decimal 99 128 124
Hex 63 80 7C

RGB Percentages of Color #63807c

%28.21
%36.47
%35.33

CMYK Percentages of Color #63807c

%23
%0
%3
%50

Triadic Colors of #63807c

#63807c #7c6380 #807c63

Analogous Colors of #63807c

#63807c #637680 #63806e

Monochromatic Colors of #63807c

#63807c

Complementary Color

#63807c #806367

#63807c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63807c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63807c Color CSS Codes

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

#63807c Text Font Color

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

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


#63807c Background Color

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

This div background color is #63807c


#63807c Border Color

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

This div border color is #63807c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,128,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63807c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63807c;
  -webkit-box-shadow: 1px 1px 3px 2px #63807c;
  box-shadow:         1px 1px 3px 2px #63807c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63807c


Comments

No comments written yet.

Please login to write comment.