Color Hex Logo

#3f603e Color Hex

#3F603E
(63,96,62)
0 Favorites   0 Comments

Color spaces of #3f603e

RGB 639662
HSL0.330.220.31
HSV118°35°38°
CMYK 0.340.000.35   0.62
XYZ7.10239.77036.0690
Yxy9.77030.30960.4259
Hunter Lab31.2575-14.142010.3684
CIE-Lab37.4270-19.689415.7174

#3f603e color RGB value is (63,96,62).

#3f603e hex color red value is 63, green value is 96 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #3f603e hue: 0.33 , saturation: 0.22 and the lightness value of 3f603e is 0.31.

The process color (four color CMYK) of #3f603e color hex is 0.34, 0.00, 0.35, 0.62. Web safe color of #3f603e is #336633. Color #3f603e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100000 00111110
Octal 77 140 76
Decimal 63 96 62
Hex 3F 60 3E

RGB Percentages of Color #3f603e

%28.51
%43.44
%28.05

CMYK Percentages of Color #3f603e

%34
%0
%35
%62

Triadic Colors of #3f603e

#3f603e #3e3f60 #603e3f

Analogous Colors of #3f603e

#3f603e #3e604e #50603e

Monochromatic Colors of #3f603e

#3f603e

Complementary Color

#3f603e #5f3e60

#3f603e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f603e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f603e Color CSS Codes

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

#3f603e Text Font Color

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

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


#3f603e Background Color

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

This div background color is #3f603e


#3f603e Border Color

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

This div border color is #3f603e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f603e


Comments

No comments written yet.

Please login to write comment.