Color Hex Logo

#63964b Color Hex

#63964B
(99,150,75)
0 Favorites   0 Comments

Color spaces of #63964b

RGB 9915075
HSL0.280.330.44
HSV101°50°59°
CMYK 0.340.000.50   0.41
XYZ17.321924.973310.5640
Yxy24.97330.32770.4724
Hunter Lab49.9733-25.581022.4478
CIE-Lab57.0494-31.388134.0464

#63964b color RGB value is (99,150,75).

#63964b hex color red value is 99, green value is 150 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #63964b hue: 0.28 , saturation: 0.33 and the lightness value of 63964b is 0.44.

The process color (four color CMYK) of #63964b color hex is 0.34, 0.00, 0.50, 0.41. Web safe color of #63964b is #669933. Color #63964b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010110 01001011
Octal 143 226 113
Decimal 99 150 75
Hex 63 96 4B

RGB Percentages of Color #63964b

%30.56
%46.30
%23.15

CMYK Percentages of Color #63964b

%34
%0
%50
%41

Triadic Colors of #63964b

#63964b #4b6396 #964b63

Analogous Colors of #63964b

#63964b #4b9659 #89964b

Monochromatic Colors of #63964b

#63964b

Complementary Color

#63964b #7e4b96

#63964b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63964b Color Preview on White Background

Lorem ipsum dolor sit amet.

#63964b Color CSS Codes

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

#63964b Text Font Color

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

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


#63964b Background Color

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

This div background color is #63964b


#63964b Border Color

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

This div border color is #63964b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,150,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63964b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63964b;
  -webkit-box-shadow: 1px 1px 3px 2px #63964b;
  box-shadow:         1px 1px 3px 2px #63964b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63964b


Comments

No comments written yet.

Please login to write comment.