Color Hex Logo

#638372 Color Hex

#638372
(99,131,114)
0 Favorites   0 Comments

Color spaces of #638372

RGB 99131114
HSL0.410.140.45
HSV148°24°51°
CMYK 0.240.000.13   0.49
XYZ16.299220.100218.9402
Yxy20.10020.29450.3632
Hunter Lab44.8332-13.56426.3357
CIE-Lab51.9503-15.10185.5110

#638372 color RGB value is (99,131,114).

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

The process color (four color CMYK) of #638372 color hex is 0.24, 0.00, 0.13, 0.49. Web safe color of #638372 is #669966. Color #638372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000011 01110010
Octal 143 203 162
Decimal 99 131 114
Hex 63 83 72

RGB Percentages of Color #638372

%28.78
%38.08
%33.14

CMYK Percentages of Color #638372

%24
%0
%13
%49

Triadic Colors of #638372

#638372 #726383 #837263

Analogous Colors of #638372

#638372 #638382 #648363

Monochromatic Colors of #638372

#638372

Complementary Color

#638372 #836374

#638372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638372 Color CSS Codes

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

#638372 Text Font Color

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

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


#638372 Background Color

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

This div background color is #638372


#638372 Border Color

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

This div border color is #638372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638372


Comments

No comments written yet.

Please login to write comment.