Color Hex Logo

#3f634b Color Hex

#3F634B
(63,99,75)
0 Favorites   0 Comments

Color spaces of #3f634b

RGB 639975
HSL0.390.220.32
HSV140°36°39°
CMYK 0.360.000.24   0.61
XYZ7.781710.48848.2709
Yxy10.48840.29320.3952
Hunter Lab32.3858-13.78497.5282
CIE-Lab38.7051-18.68679.6170

#3f634b color RGB value is (63,99,75).

#3f634b hex color red value is 63, green value is 99 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #3f634b hue: 0.39 , saturation: 0.22 and the lightness value of 3f634b is 0.32.

The process color (four color CMYK) of #3f634b color hex is 0.36, 0.00, 0.24, 0.61. Web safe color of #3f634b is #336633. Color #3f634b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100011 01001011
Octal 77 143 113
Decimal 63 99 75
Hex 3F 63 4B

RGB Percentages of Color #3f634b

%26.58
%41.77
%31.65

CMYK Percentages of Color #3f634b

%36
%0
%24
%61

Triadic Colors of #3f634b

#3f634b #4b3f63 #634b3f

Analogous Colors of #3f634b

#3f634b #3f635d #45633f

Monochromatic Colors of #3f634b

#3f634b

Complementary Color

#3f634b #633f57

#3f634b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f634b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f634b Color CSS Codes

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

#3f634b Text Font Color

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

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


#3f634b Background Color

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

This div background color is #3f634b


#3f634b Border Color

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

This div border color is #3f634b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f634b


Comments

No comments written yet.

Please login to write comment.