Color Hex Logo

#3f755e Color Hex

#3F755E
(63,117,94)
0 Favorites   0 Comments

Color spaces of #3f755e

RGB 6311794
HSL0.430.300.35
HSV154°46°46°
CMYK 0.460.000.20   0.54
XYZ10.431614.587512.8555
Yxy14.58750.27540.3852
Hunter Lab38.1936-18.08616.7792
CIE-Lab45.0640-23.81597.1667

#3f755e color RGB value is (63,117,94).

#3f755e hex color red value is 63, green value is 117 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #3f755e hue: 0.43 , saturation: 0.30 and the lightness value of 3f755e is 0.35.

The process color (four color CMYK) of #3f755e color hex is 0.46, 0.00, 0.20, 0.54. Web safe color of #3f755e is #336666. Color #3f755e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01110101 01011110
Octal 77 165 136
Decimal 63 117 94
Hex 3F 75 5E

RGB Percentages of Color #3f755e

%22.99
%42.70
%34.31

CMYK Percentages of Color #3f755e

%46
%0
%20
%54

Triadic Colors of #3f755e

#3f755e #5e3f75 #755e3f

Analogous Colors of #3f755e

#3f755e #3f7175 #3f7543

Monochromatic Colors of #3f755e

#3f755e

Complementary Color

#3f755e #753f56

#3f755e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f755e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f755e Color CSS Codes

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

#3f755e Text Font Color

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

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


#3f755e Background Color

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

This div background color is #3f755e


#3f755e Border Color

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

This div border color is #3f755e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f755e


Comments

No comments written yet.

Please login to write comment.