Color Hex Logo

#3d712c Color Hex

#3D712C
(61,113,44)
0 Favorites   0 Comments

Color spaces of #3d712c

RGB 6111344
HSL0.290.440.31
HSV105°61°44°
CMYK 0.460.000.61   0.56
XYZ8.284212.98424.4525
Yxy12.98420.32210.5048
Hunter Lab36.0336-22.021317.8973
CIE-Lab42.7394-31.499932.3708

#3d712c color RGB value is (61,113,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 01110001 00101100
Octal 75 161 54
Decimal 61 113 44
Hex 3D 71 2C

RGB Percentages of Color #3d712c

%27.98
%51.83
%20.18

CMYK Percentages of Color #3d712c

%46
%0
%61
%56

Triadic Colors of #3d712c

#3d712c #2c3d71 #712c3d

Analogous Colors of #3d712c

#3d712c #2c713e #60712c

Monochromatic Colors of #3d712c

#3d712c

Complementary Color

#3d712c #602c71

#3d712c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d712c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d712c Color CSS Codes

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

#3d712c Text Font Color

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

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


#3d712c Background Color

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

This div background color is #3d712c


#3d712c Border Color

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

This div border color is #3d712c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d712c


Comments

No comments written yet.

Please login to write comment.