Color Hex Logo

#3f463b Color Hex

#3F463B
(63,70,59)
0 Favorites   0 Comments

Color spaces of #3f463b

RGB 637059
HSL0.270.090.25
HSV98°16°27°
CMYK 0.100.000.16   0.73
XYZ5.02955.75284.9830
Yxy5.75280.31900.3649
Hunter Lab23.9850-4.54344.4717
CIE-Lab28.7800-5.30255.6684

#3f463b color RGB value is (63,70,59).

#3f463b hex color red value is 63, green value is 70 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #3f463b hue: 0.27 , saturation: 0.09 and the lightness value of 3f463b is 0.25.

The process color (four color CMYK) of #3f463b color hex is 0.10, 0.00, 0.16, 0.73. Web safe color of #3f463b is #333333. Color #3f463b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01000110 00111011
Octal 77 106 73
Decimal 63 70 59
Hex 3F 46 3B

RGB Percentages of Color #3f463b

%32.81
%36.46
%30.73

CMYK Percentages of Color #3f463b

%10
%0
%16
%73

Triadic Colors of #3f463b

#3f463b #3b3f46 #463b3f

Analogous Colors of #3f463b

#3f463b #3b463d #45463b

Monochromatic Colors of #3f463b

#3f463b

Complementary Color

#3f463b #423b46

#3f463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f463b Color CSS Codes

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

#3f463b Text Font Color

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

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


#3f463b Background Color

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

This div background color is #3f463b


#3f463b Border Color

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

This div border color is #3f463b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f463b


Comments

No comments written yet.

Please login to write comment.