Color Hex Logo

#1f472e Color Hex

#1F472E
(31,71,46)
0 Favorites   0 Comments

Color spaces of #1f472e

RGB 317146
HSL0.400.390.20
HSV143°56°28°
CMYK 0.560.000.35   0.72
XYZ3.31154.99503.3744
Yxy4.99500.28350.4276
Hunter Lab22.3495-12.66356.6928
CIE-Lab26.7205-20.835410.8345

#1f472e color RGB value is (31,71,46).

#1f472e hex color red value is 31, green value is 71 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #1f472e hue: 0.40 , saturation: 0.39 and the lightness value of 1f472e is 0.20.

The process color (four color CMYK) of #1f472e color hex is 0.56, 0.00, 0.35, 0.72. Web safe color of #1f472e is #333333. Color #1f472e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01000111 00101110
Octal 37 107 56
Decimal 31 71 46
Hex 1F 47 2E

RGB Percentages of Color #1f472e

%20.95
%47.97
%31.08

CMYK Percentages of Color #1f472e

%56
%0
%35
%72

Triadic Colors of #1f472e

#1f472e #2e1f47 #472e1f

Analogous Colors of #1f472e

#1f472e #1f4742 #24471f

Monochromatic Colors of #1f472e

#1f472e

Complementary Color

#1f472e #471f38

#1f472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f472e Color CSS Codes

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

#1f472e Text Font Color

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

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


#1f472e Background Color

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

This div background color is #1f472e


#1f472e Border Color

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

This div border color is #1f472e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,71,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f472e


Comments

No comments written yet.

Please login to write comment.