Color Hex Logo

#1f4b47 Color Hex

#1F4B47
(31,75,71)
0 Favorites   0 Comments

Color spaces of #1f4b47

RGB 317571
HSL0.480.420.21
HSV175°59°29°
CMYK 0.590.000.05   0.71
XYZ4.21855.77846.8542
Yxy5.77840.25030.3429
Hunter Lab24.0383-10.7419-0.0789
CIE-Lab28.8464-16.2748-2.2388

#1f4b47 color RGB value is (31,75,71).

#1f4b47 hex color red value is 31, green value is 75 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #1f4b47 hue: 0.48 , saturation: 0.42 and the lightness value of 1f4b47 is 0.21.

The process color (four color CMYK) of #1f4b47 color hex is 0.59, 0.00, 0.05, 0.71. Web safe color of #1f4b47 is #333333. Color #1f4b47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01001011 01000111
Octal 37 113 107
Decimal 31 75 71
Hex 1F 4B 47

RGB Percentages of Color #1f4b47

%17.51
%42.37
%40.11

CMYK Percentages of Color #1f4b47

%59
%0
%5
%71

Triadic Colors of #1f4b47

#1f4b47 #471f4b #4b471f

Analogous Colors of #1f4b47

#1f4b47 #1f394b #1f4b31

Monochromatic Colors of #1f4b47

#1f4b47

Complementary Color

#1f4b47 #4b1f23

#1f4b47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f4b47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f4b47 Color CSS Codes

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

#1f4b47 Text Font Color

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

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


#1f4b47 Background Color

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

This div background color is #1f4b47


#1f4b47 Border Color

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

This div border color is #1f4b47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f4b47


Comments

No comments written yet.

Please login to write comment.