Color Hex Logo

#3f674b Color Hex

#3F674B
(63,103,75)
0 Favorites   0 Comments

Color spaces of #3f674b

RGB 6310375
HSL0.380.240.33
HSV138°39°40°
CMYK 0.390.000.27   0.60
XYZ8.170111.26538.4004
Yxy11.26530.29350.4047
Hunter Lab33.5638-15.28628.6555
CIE-Lab40.0238-20.817011.4508

#3f674b color RGB value is (63,103,75).

#3f674b hex color red value is 63, green value is 103 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #3f674b hue: 0.38 , saturation: 0.24 and the lightness value of 3f674b is 0.33.

The process color (four color CMYK) of #3f674b color hex is 0.39, 0.00, 0.27, 0.60. Web safe color of #3f674b is #336633. Color #3f674b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100111 01001011
Octal 77 147 113
Decimal 63 103 75
Hex 3F 67 4B

RGB Percentages of Color #3f674b

%26.14
%42.74
%31.12

CMYK Percentages of Color #3f674b

%39
%0
%27
%60

Triadic Colors of #3f674b

#3f674b #4b3f67 #674b3f

Analogous Colors of #3f674b

#3f674b #3f675f #47673f

Monochromatic Colors of #3f674b

#3f674b

Complementary Color

#3f674b #673f5b

#3f674b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f674b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f674b Color CSS Codes

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

#3f674b Text Font Color

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

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


#3f674b Background Color

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

This div background color is #3f674b


#3f674b Border Color

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

This div border color is #3f674b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f674b


Comments

No comments written yet.

Please login to write comment.