Color Hex Logo

#637275 Color Hex

#637275
(99,114,117)
0 Favorites   0 Comments

Color spaces of #637275

RGB 99114117
HSL0.530.080.42
HSV190°15°46°
CMYK 0.150.030.00   0.54
XYZ14.373815.971619.1549
Yxy15.97160.29040.3227
Hunter Lab39.9645-5.7378-0.4424
CIE-Lab46.9372-4.8932-3.5526

#637275 color RGB value is (99,114,117).

#637275 hex color red value is 99, green value is 114 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #637275 hue: 0.53 , saturation: 0.08 and the lightness value of 637275 is 0.42.

The process color (four color CMYK) of #637275 color hex is 0.15, 0.03, 0.00, 0.54. Web safe color of #637275 is #666666. Color #637275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110010 01110101
Octal 143 162 165
Decimal 99 114 117
Hex 63 72 75

RGB Percentages of Color #637275

%30.00
%34.55
%35.45

CMYK Percentages of Color #637275

%15
%3
%0
%54

Triadic Colors of #637275

#637275 #756372 #727563

Analogous Colors of #637275

#637275 #636975 #63756f

Monochromatic Colors of #637275

#637275

Complementary Color

#637275 #756663

#637275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#637275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#637275 Color CSS Codes

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

#637275 Text Font Color

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

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


#637275 Background Color

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

This div background color is #637275


#637275 Border Color

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

This div border color is #637275


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,114,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #637275; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #637275;
  -webkit-box-shadow: 1px 1px 3px 2px #637275;
  box-shadow:         1px 1px 3px 2px #637275; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #637275


Comments

No comments written yet.

Please login to write comment.