Color Hex Logo

#638532 Color Hex

#638532
(99,133,50)
0 Favorites   0 Comments

Color spaces of #638532

RGB 9913350
HSL0.230.450.36
HSV85°62°52°
CMYK 0.260.000.62   0.48
XYZ14.108819.65806.0684
Yxy19.65800.35420.4935
Hunter Lab44.3373-20.789022.9212
CIE-Lab51.4483-25.984939.8947

#638532 color RGB value is (99,133,50).

#638532 hex color red value is 99, green value is 133 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #638532 hue: 0.23 , saturation: 0.45 and the lightness value of 638532 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000101 00110010
Octal 143 205 62
Decimal 99 133 50
Hex 63 85 32

RGB Percentages of Color #638532

%35.11
%47.16
%17.73

CMYK Percentages of Color #638532

%26
%0
%62
%48

Triadic Colors of #638532

#638532 #326385 #853263

Analogous Colors of #638532

#638532 #3a8532 #857e32

Monochromatic Colors of #638532

#638532

Complementary Color

#638532 #543285

#638532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638532 Color CSS Codes

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

#638532 Text Font Color

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

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


#638532 Background Color

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

This div background color is #638532


#638532 Border Color

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

This div border color is #638532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638532


Comments

No comments written yet.

Please login to write comment.