Color Hex Logo

#67963f Color Hex

#67963F
(103,150,63)
0 Favorites   0 Comments

Color spaces of #67963f

RGB 10315063
HSL0.260.410.42
HSV92°58°59°
CMYK 0.310.000.58   0.41
XYZ17.397125.05518.6218
Yxy25.05510.34060.4906
Hunter Lab50.0551-25.557124.8261
CIE-Lab57.1291-31.321940.2012

#67963f color RGB value is (103,150,63).

#67963f hex color red value is 103, green value is 150 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #67963f hue: 0.26 , saturation: 0.41 and the lightness value of 67963f is 0.42.

The process color (four color CMYK) of #67963f color hex is 0.31, 0.00, 0.58, 0.41. Web safe color of #67963f is #669933. Color #67963f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010110 00111111
Octal 147 226 77
Decimal 103 150 63
Hex 67 96 3F

RGB Percentages of Color #67963f

%32.59
%47.47
%19.94

CMYK Percentages of Color #67963f

%31
%0
%58
%41

Triadic Colors of #67963f

#67963f #3f6796 #963f67

Analogous Colors of #67963f

#67963f #3f9643 #93963f

Monochromatic Colors of #67963f

#67963f

Complementary Color

#67963f #6e3f96

#67963f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67963f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67963f Color CSS Codes

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

#67963f Text Font Color

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

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


#67963f Background Color

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

This div background color is #67963f


#67963f Border Color

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

This div border color is #67963f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,150,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67963f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67963f;
  -webkit-box-shadow: 1px 1px 3px 2px #67963f;
  box-shadow:         1px 1px 3px 2px #67963f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67963f


Comments

No comments written yet.

Please login to write comment.