Color Hex Logo

#638c5b Color Hex

#638C5B
(99,140,91)
0 Favorites   0 Comments

Color spaces of #638c5b

RGB 9914091
HSL0.310.210.45
HSV110°35°55°
CMYK 0.290.000.35   0.45
XYZ16.412022.164113.3106
Yxy22.16410.31630.4272
Hunter Lab47.0788-20.161416.1920
CIE-Lab54.2007-24.162421.7753

#638c5b color RGB value is (99,140,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001100 01011011
Octal 143 214 133
Decimal 99 140 91
Hex 63 8C 5B

RGB Percentages of Color #638c5b

%30.00
%42.42
%27.58

CMYK Percentages of Color #638c5b

%29
%0
%35
%45

Triadic Colors of #638c5b

#638c5b #5b638c #8c5b63

Analogous Colors of #638c5b

#638c5b #5b8c6c #7c8c5b

Monochromatic Colors of #638c5b

#638c5b

Complementary Color

#638c5b #845b8c

#638c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#638c5b Color CSS Codes

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

#638c5b Text Font Color

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

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


#638c5b Background Color

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

This div background color is #638c5b


#638c5b Border Color

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

This div border color is #638c5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638c5b


Comments

No comments written yet.

Please login to write comment.