Color Hex Logo

#638445 Color Hex

#638445
(99,132,69)
0 Favorites   0 Comments

Color spaces of #638445

RGB 9913269
HSL0.250.310.39
HSV91°48°52°
CMYK 0.250.000.48   0.48
XYZ14.471019.58488.6478
Yxy19.58480.33890.4586
Hunter Lab44.2547-19.077419.3925
CIE-Lab51.3645-23.377230.1760

#638445 color RGB value is (99,132,69).

#638445 hex color red value is 99, green value is 132 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #638445 hue: 0.25 , saturation: 0.31 and the lightness value of 638445 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000100 01000101
Octal 143 204 105
Decimal 99 132 69
Hex 63 84 45

RGB Percentages of Color #638445

%33.00
%44.00
%23.00

CMYK Percentages of Color #638445

%25
%0
%48
%48

Triadic Colors of #638445

#638445 #456384 #844563

Analogous Colors of #638445

#638445 #458447 #838445

Monochromatic Colors of #638445

#638445

Complementary Color

#638445 #664584

#638445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638445 Color CSS Codes

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

#638445 Text Font Color

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

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


#638445 Background Color

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

This div background color is #638445


#638445 Border Color

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

This div border color is #638445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638445


Comments

No comments written yet.

Please login to write comment.