Color Hex Logo

#2f715d Color Hex

#2F715D
(47,113,93)
0 Favorites   0 Comments

Color spaces of #2f715d

RGB 4711393
HSL0.450.410.31
HSV162°58°44°
CMYK 0.580.000.18   0.56
XYZ9.053213.204912.4276
Yxy13.20490.26100.3807
Hunter Lab36.3385-19.12195.1601
CIE-Lab43.0704-26.26884.8304

#2f715d color RGB value is (47,113,93).

#2f715d hex color red value is 47, green value is 113 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #2f715d hue: 0.45 , saturation: 0.41 and the lightness value of 2f715d is 0.31.

The process color (four color CMYK) of #2f715d color hex is 0.58, 0.00, 0.18, 0.56. Web safe color of #2f715d is #336666. Color #2f715d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01110001 01011101
Octal 57 161 135
Decimal 47 113 93
Hex 2F 71 5D

RGB Percentages of Color #2f715d

%18.58
%44.66
%36.76

CMYK Percentages of Color #2f715d

%58
%0
%18
%56

Triadic Colors of #2f715d

#2f715d #5d2f71 #715d2f

Analogous Colors of #2f715d

#2f715d #2f6471 #2f713c

Monochromatic Colors of #2f715d

#2f715d

Complementary Color

#2f715d #712f43

#2f715d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f715d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f715d Color CSS Codes

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

#2f715d Text Font Color

<p style="color:#2f715d">Text here</p>

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


#2f715d Background Color

<div style="background-color:#2f715d">
Div content here</div>

This div background color is #2f715d


#2f715d Border Color

<div style="border:3px solid #2f715d">
Div here</div>

This div border color is #2f715d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,113,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f715d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f715d;
  -webkit-box-shadow: 1px 1px 3px 2px #2f715d;
  box-shadow:         1px 1px 3px 2px #2f715d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,113,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f715d


Comments

No comments written yet.

Please login to write comment.