Color Hex Logo

#63714d Color Hex

#63714D
(99,113,77)
0 Favorites   0 Comments

Color spaces of #63714d

RGB 9911377
HSL0.230.190.37
HSV83°32°44°
CMYK 0.120.000.32   0.56
XYZ12.390314.99879.2632
Yxy14.99870.33810.4092
Hunter Lab38.7282-10.666812.9284
CIE-Lab45.6324-12.133718.3004

#63714d color RGB value is (99,113,77).

#63714d hex color red value is 99, green value is 113 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #63714d hue: 0.23 , saturation: 0.19 and the lightness value of 63714d is 0.37.

The process color (four color CMYK) of #63714d color hex is 0.12, 0.00, 0.32, 0.56. Web safe color of #63714d is #666666. Color #63714d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110001 01001101
Octal 143 161 115
Decimal 99 113 77
Hex 63 71 4D

RGB Percentages of Color #63714d

%34.26
%39.10
%26.64

CMYK Percentages of Color #63714d

%12
%0
%32
%56

Triadic Colors of #63714d

#63714d #4d6371 #714d63

Analogous Colors of #63714d

#63714d #51714d #716d4d

Monochromatic Colors of #63714d

#63714d

Complementary Color

#63714d #5b4d71

#63714d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63714d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63714d Color CSS Codes

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

#63714d Text Font Color

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

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


#63714d Background Color

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

This div background color is #63714d


#63714d Border Color

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

This div border color is #63714d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,113,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63714d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63714d;
  -webkit-box-shadow: 1px 1px 3px 2px #63714d;
  box-shadow:         1px 1px 3px 2px #63714d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63714d

#63714d Color Palettes


Comments

No comments written yet.

Please login to write comment.