Color Hex Logo

#3d715d Color Hex

#3D715D
(61,113,93)
0 Favorites   0 Comments

Color spaces of #3d715d

RGB 6111393
HSL0.440.300.34
HSV157°46°44°
CMYK 0.460.000.18   0.56
XYZ9.805413.592712.4628
Yxy13.59270.27340.3790
Hunter Lab36.8683-17.04615.7656
CIE-Lab43.6431-22.58065.7263

#3d715d color RGB value is (61,113,93).

#3d715d hex color red value is 61, green value is 113 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #3d715d hue: 0.44 , saturation: 0.30 and the lightness value of 3d715d is 0.34.

The process color (four color CMYK) of #3d715d color hex is 0.46, 0.00, 0.18, 0.56. Web safe color of #3d715d is #336666. Color #3d715d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01110001 01011101
Octal 75 161 135
Decimal 61 113 93
Hex 3D 71 5D

RGB Percentages of Color #3d715d

%22.85
%42.32
%34.83

CMYK Percentages of Color #3d715d

%46
%0
%18
%56

Triadic Colors of #3d715d

#3d715d #5d3d71 #715d3d

Analogous Colors of #3d715d

#3d715d #3d6b71 #3d7143

Monochromatic Colors of #3d715d

#3d715d

Complementary Color

#3d715d #713d51

#3d715d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d715d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d715d Color CSS Codes

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

#3d715d Text Font Color

<p style="color:#3d715d">Text here</p>

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


#3d715d Background Color

<div style="background-color:#3d715d">
Div content here</div>

This div background color is #3d715d


#3d715d Border Color

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

This div border color is #3d715d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,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 #3d715d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d715d


Comments

No comments written yet.

Please login to write comment.