Color Hex Logo

#3fa385 Color Hex

#3FA385
(63,163,133)
0 Favorites   0 Comments

Color spaces of #3fa385

RGB 63163133
HSL0.450.440.44
HSV162°61°64°
CMYK 0.610.000.18   0.36
XYZ19.380728.944626.7557
Yxy28.94460.25810.3855
Hunter Lab53.8002-29.84848.1743
CIE-Lab60.7327-36.45117.0273

#3fa385 color RGB value is (63,163,133).

#3fa385 hex color red value is 63, green value is 163 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #3fa385 hue: 0.45 , saturation: 0.44 and the lightness value of 3fa385 is 0.44.

The process color (four color CMYK) of #3fa385 color hex is 0.61, 0.00, 0.18, 0.36. Web safe color of #3fa385 is #339999. Color #3fa385 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10100011 10000101
Octal 77 243 205
Decimal 63 163 133
Hex 3F A3 85

RGB Percentages of Color #3fa385

%17.55
%45.40
%37.05

CMYK Percentages of Color #3fa385

%61
%0
%18
%36

Triadic Colors of #3fa385

#3fa385 #853fa3 #a3853f

Analogous Colors of #3fa385

#3fa385 #3f8fa3 #3fa353

Monochromatic Colors of #3fa385

#3fa385

Complementary Color

#3fa385 #a33f5d

#3fa385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fa385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fa385 Color CSS Codes

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

#3fa385 Text Font Color

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

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


#3fa385 Background Color

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

This div background color is #3fa385


#3fa385 Border Color

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

This div border color is #3fa385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fa385


Comments

No comments written yet.

Please login to write comment.