Color Hex Logo

#3d613e Color Hex

#3D613E
(61,97,62)
0 Favorites   0 Comments

Color spaces of #3d613e

RGB 619762
HSL0.340.230.31
HSV122°37°38°
CMYK 0.370.000.36   0.62
XYZ7.06879.88936.0937
Yxy9.88930.30660.4290
Hunter Lab31.4473-14.909610.5241
CIE-Lab37.6430-20.953215.9864

#3d613e color RGB value is (61,97,62).

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

The process color (four color CMYK) of #3d613e color hex is 0.37, 0.00, 0.36, 0.62. Web safe color of #3d613e is #336633. Color #3d613e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01100001 00111110
Octal 75 141 76
Decimal 61 97 62
Hex 3D 61 3E

RGB Percentages of Color #3d613e

%27.73
%44.09
%28.18

CMYK Percentages of Color #3d613e

%37
%0
%36
%62

Triadic Colors of #3d613e

#3d613e #3e3d61 #613e3d

Analogous Colors of #3d613e

#3d613e #3d6150 #4e613d

Monochromatic Colors of #3d613e

#3d613e

Complementary Color

#3d613e #613d60

#3d613e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d613e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d613e Color CSS Codes

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

#3d613e Text Font Color

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

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


#3d613e Background Color

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

This div background color is #3d613e


#3d613e Border Color

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

This div border color is #3d613e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d613e


Comments

No comments written yet.

Please login to write comment.