Color Hex Logo

#1f846f Color Hex

#1F846F
(31,132,111)
0 Favorites   0 Comments

Color spaces of #1f846f

RGB 31132111
HSL0.470.620.32
HSV168°77°52°
CMYK 0.770.000.16   0.48
XYZ11.685617.941517.8861
Yxy17.94150.24590.3776
Hunter Lab42.3574-24.88074.6140
CIE-Lab49.4251-33.38193.2680

#1f846f color RGB value is (31,132,111).

#1f846f hex color red value is 31, green value is 132 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #1f846f hue: 0.47 , saturation: 0.62 and the lightness value of 1f846f is 0.32.

The process color (four color CMYK) of #1f846f color hex is 0.77, 0.00, 0.16, 0.48. Web safe color of #1f846f is #339966. Color #1f846f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10000100 01101111
Octal 37 204 157
Decimal 31 132 111
Hex 1F 84 6F

RGB Percentages of Color #1f846f

%11.31
%48.18
%40.51

CMYK Percentages of Color #1f846f

%77
%0
%16
%48

Triadic Colors of #1f846f

#1f846f #6f1f84 #846f1f

Analogous Colors of #1f846f

#1f846f #1f6784 #1f843d

Monochromatic Colors of #1f846f

#1f846f

Complementary Color

#1f846f #841f34

#1f846f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f846f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f846f Color CSS Codes

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

#1f846f Text Font Color

<p style="color:#1f846f">Text here</p>

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


#1f846f Background Color

<div style="background-color:#1f846f">
Div content here</div>

This div background color is #1f846f


#1f846f Border Color

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

This div border color is #1f846f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,132,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 #1f846f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f846f


Comments

No comments written yet.

Please login to write comment.