Color Hex Logo

#3f7655 Color Hex

#3F7655
(63,118,85)
0 Favorites   0 Comments

Color spaces of #3f7655

RGB 6311885
HSL0.400.300.35
HSV144°47°46°
CMYK 0.470.000.28   0.54
XYZ10.168014.669510.8899
Yxy14.66950.28460.4106
Hunter Lab38.3008-19.63869.9529
CIE-Lab45.1782-26.341812.6433

#3f7655 color RGB value is (63,118,85).

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

The process color (four color CMYK) of #3f7655 color hex is 0.47, 0.00, 0.28, 0.54. Web safe color of #3f7655 is #336666. Color #3f7655 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01110110 01010101
Octal 77 166 125
Decimal 63 118 85
Hex 3F 76 55

RGB Percentages of Color #3f7655

%23.68
%44.36
%31.95

CMYK Percentages of Color #3f7655

%47
%0
%28
%54

Triadic Colors of #3f7655

#3f7655 #553f76 #76553f

Analogous Colors of #3f7655

#3f7655 #3f7671 #45763f

Monochromatic Colors of #3f7655

#3f7655

Complementary Color

#3f7655 #763f60

#3f7655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f7655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f7655 Color CSS Codes

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

#3f7655 Text Font Color

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

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


#3f7655 Background Color

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

This div background color is #3f7655


#3f7655 Border Color

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

This div border color is #3f7655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f7655


Comments

No comments written yet.

Please login to write comment.