Color Hex Logo

#63981f Color Hex

#63981F
(99,152,31)
0 Favorites   0 Comments

Color spaces of #63981f

RGB 9915231
HSL0.240.660.36
HSV86°80°60°
CMYK 0.350.000.80   0.40
XYZ16.621125.20815.2859
Yxy25.20810.35280.5350
Hunter Lab50.2077-28.771528.9033
CIE-Lab57.2776-36.247653.3810

#63981f color RGB value is (99,152,31).

#63981f hex color red value is 99, green value is 152 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #63981f hue: 0.24 , saturation: 0.66 and the lightness value of 63981f is 0.36.

The process color (four color CMYK) of #63981f color hex is 0.35, 0.00, 0.80, 0.40. Web safe color of #63981f is #669933. Color #63981f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011000 00011111
Octal 143 230 37
Decimal 99 152 31
Hex 63 98 1F

RGB Percentages of Color #63981f

%35.11
%53.90
%10.99

CMYK Percentages of Color #63981f

%35
%0
%80
%40

Triadic Colors of #63981f

#63981f #1f6398 #981f63

Analogous Colors of #63981f

#63981f #27981f #98911f

Monochromatic Colors of #63981f

#63981f

Complementary Color

#63981f #541f98

#63981f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63981f Color Preview on White Background

Lorem ipsum dolor sit amet.

#63981f Color CSS Codes

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

#63981f Text Font Color

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

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


#63981f Background Color

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

This div background color is #63981f


#63981f Border Color

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

This div border color is #63981f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,152,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63981f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63981f;
  -webkit-box-shadow: 1px 1px 3px 2px #63981f;
  box-shadow:         1px 1px 3px 2px #63981f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63981f


Comments

No comments written yet.

Please login to write comment.