Color Hex Logo

#2c715e Color Hex

#2C715E
(44,113,94)
0 Favorites   0 Comments

Color spaces of #2c715e

RGB 4411394
HSL0.450.440.31
HSV163°61°44°
CMYK 0.610.000.17   0.56
XYZ8.964213.153912.6562
Yxy13.15390.25780.3783
Hunter Lab36.2683-19.35094.6980
CIE-Lab42.9942-26.69134.1079

#2c715e color RGB value is (44,113,94).

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

The process color (four color CMYK) of #2c715e color hex is 0.61, 0.00, 0.17, 0.56. Web safe color of #2c715e is #336666. Color #2c715e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01110001 01011110
Octal 54 161 136
Decimal 44 113 94
Hex 2C 71 5E

RGB Percentages of Color #2c715e

%17.53
%45.02
%37.45

CMYK Percentages of Color #2c715e

%61
%0
%17
%56

Triadic Colors of #2c715e

#2c715e #5e2c71 #715e2c

Analogous Colors of #2c715e

#2c715e #2c6271 #2c713c

Monochromatic Colors of #2c715e

#2c715e

Complementary Color

#2c715e #712c3f

#2c715e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c715e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c715e Color CSS Codes

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

#2c715e Text Font Color

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

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


#2c715e Background Color

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

This div background color is #2c715e


#2c715e Border Color

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

This div border color is #2c715e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c715e


Comments

No comments written yet.

Please login to write comment.