Color Hex Logo

#1f371d Color Hex

#1F371D
(31,55,29)
0 Favorites   0 Comments

Color spaces of #1f371d

RGB 315529
HSL0.320.310.16
HSV115°47°22°
CMYK 0.440.000.47   0.78
XYZ2.15303.11241.6497
Yxy3.11240.31130.4501
Hunter Lab17.6420-9.08966.8052
CIE-Lab20.4885-15.805713.4219

#1f371d color RGB value is (31,55,29).

#1f371d hex color red value is 31, green value is 55 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #1f371d hue: 0.32 , saturation: 0.31 and the lightness value of 1f371d is 0.16.

The process color (four color CMYK) of #1f371d color hex is 0.44, 0.00, 0.47, 0.78. Web safe color of #1f371d is #333333. Color #1f371d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00110111 00011101
Octal 37 67 35
Decimal 31 55 29
Hex 1F 37 1D

RGB Percentages of Color #1f371d

%26.96
%47.83
%25.22

CMYK Percentages of Color #1f371d

%44
%0
%47
%78

Triadic Colors of #1f371d

#1f371d #1d1f37 #371d1f

Analogous Colors of #1f371d

#1f371d #1d3728 #2c371d

Monochromatic Colors of #1f371d

#1f371d

Complementary Color

#1f371d #351d37

#1f371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f371d Color CSS Codes

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

#1f371d Text Font Color

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

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


#1f371d Background Color

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

This div background color is #1f371d


#1f371d Border Color

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

This div border color is #1f371d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f371d


Comments

No comments written yet.

Please login to write comment.