Color Hex Logo

#63952a Color Hex

#63952A
(99,149,42)
0 Favorites   0 Comments

Color spaces of #63952a

RGB 9914942
HSL0.240.560.37
HSV88°72°58°
CMYK 0.340.000.72   0.42
XYZ16.311024.31476.0240
Yxy24.31470.34960.5212
Hunter Lab49.3099-27.247227.2737
CIE-Lab56.4015-34.221048.6214

#63952a color RGB value is (99,149,42).

#63952a hex color red value is 99, green value is 149 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #63952a hue: 0.24 , saturation: 0.56 and the lightness value of 63952a is 0.37.

The process color (four color CMYK) of #63952a color hex is 0.34, 0.00, 0.72, 0.42. Web safe color of #63952a is #669933. Color #63952a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010101 00101010
Octal 143 225 52
Decimal 99 149 42
Hex 63 95 2A

RGB Percentages of Color #63952a

%34.14
%51.38
%14.48

CMYK Percentages of Color #63952a

%34
%0
%72
%42

Triadic Colors of #63952a

#63952a #2a6395 #952a63

Analogous Colors of #63952a

#63952a #2e952a #95922a

Monochromatic Colors of #63952a

#63952a

Complementary Color

#63952a #5c2a95

#63952a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63952a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63952a Color CSS Codes

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

#63952a Text Font Color

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

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


#63952a Background Color

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

This div background color is #63952a


#63952a Border Color

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

This div border color is #63952a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,149,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63952a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63952a;
  -webkit-box-shadow: 1px 1px 3px 2px #63952a;
  box-shadow:         1px 1px 3px 2px #63952a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63952a


Comments

No comments written yet.

Please login to write comment.