Color Hex Logo

#638c42 Color Hex

#638C42
(99,140,66)
0 Favorites   0 Comments

Color spaces of #638c42

RGB 9914066
HSL0.260.360.40
HSV93°53°55°
CMYK 0.290.000.53   0.45
XYZ15.507021.80228.5452
Yxy21.80220.33820.4755
Hunter Lab46.6928-22.431421.8344
CIE-Lab53.8165-27.721234.7450

#638c42 color RGB value is (99,140,66).

#638c42 hex color red value is 99, green value is 140 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #638c42 hue: 0.26 , saturation: 0.36 and the lightness value of 638c42 is 0.40.

The process color (four color CMYK) of #638c42 color hex is 0.29, 0.00, 0.53, 0.45. Web safe color of #638c42 is #669933. Color #638c42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001100 01000010
Octal 143 214 102
Decimal 99 140 66
Hex 63 8C 42

RGB Percentages of Color #638c42

%32.46
%45.90
%21.64

CMYK Percentages of Color #638c42

%29
%0
%53
%45

Triadic Colors of #638c42

#638c42 #42638c #8c4263

Analogous Colors of #638c42

#638c42 #428c46 #888c42

Monochromatic Colors of #638c42

#638c42

Complementary Color

#638c42 #6b428c

#638c42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638c42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638c42 Color CSS Codes

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

#638c42 Text Font Color

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

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


#638c42 Background Color

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

This div background color is #638c42


#638c42 Border Color

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

This div border color is #638c42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638c42


Comments

No comments written yet.

Please login to write comment.