Color Hex Logo

#3f173f Color Hex

#3F173F
(63,23,63)
0 Favorites   0 Comments

Color spaces of #3f173f

RGB 632363
HSL0.830.470.17
HSV300°63°25°
CMYK 0.000.630.00   0.75
XYZ3.25352.02844.9227
Yxy2.02840.31880.1988
Hunter Lab14.242215.8529-10.5236
CIE-Lab15.635625.9854-16.7047

#3f173f color RGB value is (63,23,63).

#3f173f hex color red value is 63, green value is 23 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #3f173f hue: 0.83 , saturation: 0.47 and the lightness value of 3f173f is 0.17.

The process color (four color CMYK) of #3f173f color hex is 0.00, 0.63, 0.00, 0.75. Web safe color of #3f173f is #330033. Color #3f173f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00010111 00111111
Octal 77 27 77
Decimal 63 23 63
Hex 3F 17 3F

RGB Percentages of Color #3f173f

%42.28
%15.44
%42.28

CMYK Percentages of Color #3f173f

%0
%63
%0
%75

Triadic Colors of #3f173f

#3f173f #3f3f17 #173f3f

Analogous Colors of #3f173f

#3f173f #3f172b #2b173f

Monochromatic Colors of #3f173f

#3f173f

Complementary Color

#3f173f #173f17

#3f173f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f173f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f173f Color CSS Codes

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

#3f173f Text Font Color

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

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


#3f173f Background Color

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

This div background color is #3f173f


#3f173f Border Color

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

This div border color is #3f173f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f173f


Comments

No comments written yet.

Please login to write comment.