Color Hex Logo

#3f836f Color Hex

#3F836F
(63,131,111)
0 Favorites   0 Comments

Color spaces of #3f836f

RGB 63131111
HSL0.450.350.38
HSV162°52°51°
CMYK 0.520.000.15   0.49
XYZ13.035418.437117.9106
Yxy18.43710.26400.3733
Hunter Lab42.9384-20.95265.3257
CIE-Lab50.0220-26.72884.2472

#3f836f color RGB value is (63,131,111).

#3f836f hex color red value is 63, green value is 131 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #3f836f hue: 0.45 , saturation: 0.35 and the lightness value of 3f836f is 0.38.

The process color (four color CMYK) of #3f836f color hex is 0.52, 0.00, 0.15, 0.49. Web safe color of #3f836f is #339966. Color #3f836f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10000011 01101111
Octal 77 203 157
Decimal 63 131 111
Hex 3F 83 6F

RGB Percentages of Color #3f836f

%20.66
%42.95
%36.39

CMYK Percentages of Color #3f836f

%52
%0
%15
%49

Triadic Colors of #3f836f

#3f836f #6f3f83 #836f3f

Analogous Colors of #3f836f

#3f836f #3f7583 #3f834d

Monochromatic Colors of #3f836f

#3f836f

Complementary Color

#3f836f #833f53

#3f836f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f836f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f836f Color CSS Codes

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

#3f836f Text Font Color

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

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


#3f836f Background Color

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

This div background color is #3f836f


#3f836f Border Color

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

This div border color is #3f836f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f836f


Comments

No comments written yet.

Please login to write comment.