Color Hex Logo

#638b5a Color Hex

#638B5A
(99,139,90)
0 Favorites   0 Comments

Color spaces of #638b5a

RGB 9913990
HSL0.300.210.45
HSV109°35°55°
CMYK 0.290.000.35   0.45
XYZ16.223721.856113.0364
Yxy21.85610.31740.4276
Hunter Lab46.7505-19.869016.1923
CIE-Lab53.8740-23.823121.8984

#638b5a color RGB value is (99,139,90).

#638b5a hex color red value is 99, green value is 139 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #638b5a hue: 0.30 , saturation: 0.21 and the lightness value of 638b5a is 0.45.

The process color (four color CMYK) of #638b5a color hex is 0.29, 0.00, 0.35, 0.45. Web safe color of #638b5a is #669966. Color #638b5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001011 01011010
Octal 143 213 132
Decimal 99 139 90
Hex 63 8B 5A

RGB Percentages of Color #638b5a

%30.18
%42.38
%27.44

CMYK Percentages of Color #638b5a

%29
%0
%35
%45

Triadic Colors of #638b5a

#638b5a #5a638b #8b5a63

Analogous Colors of #638b5a

#638b5a #5a8b6a #7c8b5a

Monochromatic Colors of #638b5a

#638b5a

Complementary Color

#638b5a #825a8b

#638b5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638b5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#638b5a Color CSS Codes

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

#638b5a Text Font Color

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

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


#638b5a Background Color

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

This div background color is #638b5a


#638b5a Border Color

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

This div border color is #638b5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,139,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #638b5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #638b5a;
  -webkit-box-shadow: 1px 1px 3px 2px #638b5a;
  box-shadow:         1px 1px 3px 2px #638b5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638b5a

#638b5a Color Palettes


Comments

No comments written yet.

Please login to write comment.