Color Hex Logo

#3f653d Color Hex

#3F653D
(63,101,61)
0 Favorites   0 Comments

Color spaces of #3f653d

RGB 6310161
HSL0.330.250.32
HSV117°40°40°
CMYK 0.380.000.40   0.60
XYZ7.545910.70106.0827
Yxy10.70100.31020.4398
Hunter Lab32.7124-16.071311.8740
CIE-Lab39.0722-22.484818.4966

#3f653d color RGB value is (63,101,61).

#3f653d hex color red value is 63, green value is 101 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #3f653d hue: 0.33 , saturation: 0.25 and the lightness value of 3f653d is 0.32.

The process color (four color CMYK) of #3f653d color hex is 0.38, 0.00, 0.40, 0.60. Web safe color of #3f653d is #336633. Color #3f653d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100101 00111101
Octal 77 145 75
Decimal 63 101 61
Hex 3F 65 3D

RGB Percentages of Color #3f653d

%28.00
%44.89
%27.11

CMYK Percentages of Color #3f653d

%38
%0
%40
%60

Triadic Colors of #3f653d

#3f653d #3d3f65 #653d3f

Analogous Colors of #3f653d

#3f653d #3d654f #53653d

Monochromatic Colors of #3f653d

#3f653d

Complementary Color

#3f653d #633d65

#3f653d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f653d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f653d Color CSS Codes

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

#3f653d Text Font Color

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

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


#3f653d Background Color

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

This div background color is #3f653d


#3f653d Border Color

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

This div border color is #3f653d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f653d

#3f653d Color Palettes


Comments

No comments written yet.

Please login to write comment.