Color Hex Logo

#1f724d Color Hex

#1F724D
(31,114,77)
0 Favorites   0 Comments

Color spaces of #1f724d

RGB 3111477
HSL0.430.570.28
HSV153°73°45°
CMYK 0.730.000.32   0.55
XYZ7.921912.86189.0862
Yxy12.86180.26520.4306
Hunter Lab35.8634-23.331810.0829
CIE-Lab42.5543-33.981913.5571

#1f724d color RGB value is (31,114,77).

#1f724d hex color red value is 31, green value is 114 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #1f724d hue: 0.43 , saturation: 0.57 and the lightness value of 1f724d is 0.28.

The process color (four color CMYK) of #1f724d color hex is 0.73, 0.00, 0.32, 0.55. Web safe color of #1f724d is #336666. Color #1f724d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01110010 01001101
Octal 37 162 115
Decimal 31 114 77
Hex 1F 72 4D

RGB Percentages of Color #1f724d

%13.96
%51.35
%34.68

CMYK Percentages of Color #1f724d

%73
%0
%32
%55

Triadic Colors of #1f724d

#1f724d #4d1f72 #724d1f

Analogous Colors of #1f724d

#1f724d #1f6e72 #1f7224

Monochromatic Colors of #1f724d

#1f724d

Complementary Color

#1f724d #721f44

#1f724d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f724d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f724d Color CSS Codes

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

#1f724d Text Font Color

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

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


#1f724d Background Color

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

This div background color is #1f724d


#1f724d Border Color

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

This div border color is #1f724d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f724d


Comments

No comments written yet.

Please login to write comment.