Color Hex Logo

#3d713e Color Hex

#3D713E
(61,113,62)
0 Favorites   0 Comments

Color spaces of #3d713e

RGB 6111362
HSL0.340.300.34
HSV121°46°44°
CMYK 0.460.000.45   0.56
XYZ8.699113.15026.6372
Yxy13.15020.30540.4616
Hunter Lab36.2632-20.640614.5325
CIE-Lab42.9887-28.933522.9931

#3d713e color RGB value is (61,113,62).

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

The process color (four color CMYK) of #3d713e color hex is 0.46, 0.00, 0.45, 0.56. Web safe color of #3d713e is #336633. Color #3d713e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01110001 00111110
Octal 75 161 76
Decimal 61 113 62
Hex 3D 71 3E

RGB Percentages of Color #3d713e

%25.85
%47.88
%26.27

CMYK Percentages of Color #3d713e

%46
%0
%45
%56

Triadic Colors of #3d713e

#3d713e #3e3d71 #713e3d

Analogous Colors of #3d713e

#3d713e #3d7158 #56713d

Monochromatic Colors of #3d713e

#3d713e

Complementary Color

#3d713e #713d70

#3d713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d713e Color CSS Codes

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

#3d713e Text Font Color

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

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


#3d713e Background Color

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

This div background color is #3d713e


#3d713e Border Color

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

This div border color is #3d713e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d713e


Comments

No comments written yet.

Please login to write comment.