Color Hex Logo

#3f493f Color Hex

#3F493F
(63,73,63)
0 Favorites   0 Comments

Color spaces of #3f493f

RGB 637363
HSL0.330.070.27
HSV120°14°29°
CMYK 0.140.000.14   0.71
XYZ5.32966.18075.6147
Yxy6.18070.31120.3609
Hunter Lab24.8610-5.24074.0124
CIE-Lab29.8639-6.31254.6335

#3f493f color RGB value is (63,73,63).

#3f493f hex color red value is 63, green value is 73 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #3f493f hue: 0.33 , saturation: 0.07 and the lightness value of 3f493f is 0.27.

The process color (four color CMYK) of #3f493f color hex is 0.14, 0.00, 0.14, 0.71. Web safe color of #3f493f is #333333. Color #3f493f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01001001 00111111
Octal 77 111 77
Decimal 63 73 63
Hex 3F 49 3F

RGB Percentages of Color #3f493f

%31.66
%36.68
%31.66

CMYK Percentages of Color #3f493f

%14
%0
%14
%71

Triadic Colors of #3f493f

#3f493f #3f3f49 #493f3f

Analogous Colors of #3f493f

#3f493f #3f4944 #44493f

Monochromatic Colors of #3f493f

#3f493f

Complementary Color

#3f493f #493f49

#3f493f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f493f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f493f Color CSS Codes

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

#3f493f Text Font Color

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

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


#3f493f Background Color

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

This div background color is #3f493f


#3f493f Border Color

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

This div border color is #3f493f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,73,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 #3f493f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f493f


Comments

No comments written yet.

Please login to write comment.