Color Hex Logo

#638470 Color Hex

#638470
(99,132,112)
0 Favorites   0 Comments

Color spaces of #638470

RGB 99132112
HSL0.400.140.45
HSV144°25°52°
CMYK 0.250.000.15   0.48
XYZ16.321520.325018.3921
Yxy20.32500.29650.3693
Hunter Lab45.0833-14.27337.3704
CIE-Lab52.2027-16.06307.0336

#638470 color RGB value is (99,132,112).

#638470 hex color red value is 99, green value is 132 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #638470 hue: 0.40 , saturation: 0.14 and the lightness value of 638470 is 0.45.

The process color (four color CMYK) of #638470 color hex is 0.25, 0.00, 0.15, 0.48. Web safe color of #638470 is #669966. Color #638470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000100 01110000
Octal 143 204 160
Decimal 99 132 112
Hex 63 84 70

RGB Percentages of Color #638470

%28.86
%38.48
%32.65

CMYK Percentages of Color #638470

%25
%0
%15
%48

Triadic Colors of #638470

#638470 #706384 #847063

Analogous Colors of #638470

#638470 #638481 #678463

Monochromatic Colors of #638470

#638470

Complementary Color

#638470 #846377

#638470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638470 Color CSS Codes

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

#638470 Text Font Color

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

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


#638470 Background Color

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

This div background color is #638470


#638470 Border Color

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

This div border color is #638470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638470


Comments

No comments written yet.

Please login to write comment.