Color Hex Logo

#638314 Color Hex

#638314
(99,131,20)
0 Favorites   0 Comments

Color spaces of #638314

RGB 9913120
HSL0.210.740.30
HSV77°85°51°
CMYK 0.240.000.85   0.49
XYZ13.388218.93583.6112
Yxy18.93580.37260.5269
Hunter Lab43.5153-21.233325.5404
CIE-Lab50.6120-26.966350.5903

#638314 color RGB value is (99,131,20).

#638314 hex color red value is 99, green value is 131 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #638314 hue: 0.21 , saturation: 0.74 and the lightness value of 638314 is 0.30.

The process color (four color CMYK) of #638314 color hex is 0.24, 0.00, 0.85, 0.49. Web safe color of #638314 is #669900. Color #638314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000011 00010100
Octal 143 203 24
Decimal 99 131 20
Hex 63 83 14

RGB Percentages of Color #638314

%39.60
%52.40
%8.00

CMYK Percentages of Color #638314

%24
%0
%85
%49

Triadic Colors of #638314

#638314 #146383 #831463

Analogous Colors of #638314

#638314 #2c8314 #836c14

Monochromatic Colors of #638314

#638314

Complementary Color

#638314 #341483

#638314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638314 Color CSS Codes

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

#638314 Text Font Color

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

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


#638314 Background Color

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

This div background color is #638314


#638314 Border Color

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

This div border color is #638314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638314


Comments

No comments written yet.

Please login to write comment.