Color Hex Logo

#3f985d Color Hex

#3F985D
(63,152,93)
0 Favorites   0 Comments

Color spaces of #3f985d

RGB 6315293
HSL0.390.410.42
HSV140°59°60°
CMYK 0.590.000.39   0.40
XYZ15.253924.303514.2430
Yxy24.30350.28350.4517
Hunter Lab49.2986-31.041317.3794
CIE-Lab56.3904-40.310123.2851

#3f985d color RGB value is (63,152,93).

#3f985d hex color red value is 63, green value is 152 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #3f985d hue: 0.39 , saturation: 0.41 and the lightness value of 3f985d is 0.42.

The process color (four color CMYK) of #3f985d color hex is 0.59, 0.00, 0.39, 0.40. Web safe color of #3f985d is #339966. Color #3f985d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10011000 01011101
Octal 77 230 135
Decimal 63 152 93
Hex 3F 98 5D

RGB Percentages of Color #3f985d

%20.45
%49.35
%30.19

CMYK Percentages of Color #3f985d

%59
%0
%39
%40

Triadic Colors of #3f985d

#3f985d #5d3f98 #985d3f

Analogous Colors of #3f985d

#3f985d #3f988a #4e983f

Monochromatic Colors of #3f985d

#3f985d

Complementary Color

#3f985d #983f7a

#3f985d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f985d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f985d Color CSS Codes

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

#3f985d Text Font Color

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

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


#3f985d Background Color

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

This div background color is #3f985d


#3f985d Border Color

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

This div border color is #3f985d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f985d


Comments

No comments written yet.

Please login to write comment.