Color Hex Logo

#3f670e Color Hex

#3F670E
(63,103,14)
0 Favorites   0 Comments

Color spaces of #3f670e

RGB 6310314
HSL0.240.760.23
HSV87°86°40°
CMYK 0.390.000.86   0.60
XYZ6.979410.78902.1301
Yxy10.78900.35080.5422
Hunter Lab32.8466-19.553119.1477
CIE-Lab39.2228-28.651841.3215

#3f670e color RGB value is (63,103,14).

#3f670e hex color red value is 63, green value is 103 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #3f670e hue: 0.24 , saturation: 0.76 and the lightness value of 3f670e is 0.23.

The process color (four color CMYK) of #3f670e color hex is 0.39, 0.00, 0.86, 0.60. Web safe color of #3f670e is #336600. Color #3f670e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100111 00001110
Octal 77 147 16
Decimal 63 103 14
Hex 3F 67 E

RGB Percentages of Color #3f670e

%35.00
%57.22
%7.78

CMYK Percentages of Color #3f670e

%39
%0
%86
%60

Triadic Colors of #3f670e

#3f670e #0e3f67 #670e3f

Analogous Colors of #3f670e

#3f670e #13670e #67620e

Monochromatic Colors of #3f670e

#3f670e

Complementary Color

#3f670e #360e67

#3f670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f670e Color CSS Codes

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

#3f670e Text Font Color

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

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


#3f670e Background Color

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

This div background color is #3f670e


#3f670e Border Color

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

This div border color is #3f670e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f670e


Comments

No comments written yet.

Please login to write comment.