Color Hex Logo

#1f512e Color Hex

#1F512E
(31,81,46)
0 Favorites   0 Comments

Color spaces of #1f512e

RGB 318146
HSL0.380.450.22
HSV138°62°32°
CMYK 0.620.000.43   0.68
XYZ4.00066.37343.6041
Yxy6.37340.28620.4560
Hunter Lab25.2456-15.89349.2076
CIE-Lab30.3356-25.796115.6732

#1f512e color RGB value is (31,81,46).

#1f512e hex color red value is 31, green value is 81 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #1f512e hue: 0.38 , saturation: 0.45 and the lightness value of 1f512e is 0.22.

The process color (four color CMYK) of #1f512e color hex is 0.62, 0.00, 0.43, 0.68. Web safe color of #1f512e is #336633. Color #1f512e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01010001 00101110
Octal 37 121 56
Decimal 31 81 46
Hex 1F 51 2E

RGB Percentages of Color #1f512e

%19.62
%51.27
%29.11

CMYK Percentages of Color #1f512e

%62
%0
%43
%68

Triadic Colors of #1f512e

#1f512e #2e1f51 #512e1f

Analogous Colors of #1f512e

#1f512e #1f5147 #29511f

Monochromatic Colors of #1f512e

#1f512e

Complementary Color

#1f512e #511f42

#1f512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f512e Color CSS Codes

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

#1f512e Text Font Color

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

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


#1f512e Background Color

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

This div background color is #1f512e


#1f512e Border Color

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

This div border color is #1f512e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f512e


Comments

No comments written yet.

Please login to write comment.