Color Hex Logo

#3d693e Color Hex

#3D693E
(61,105,62)
0 Favorites   0 Comments

Color spaces of #3d693e

RGB 6110562
HSL0.340.270.33
HSV121°42°41°
CMYK 0.420.000.41   0.59
XYZ7.845511.44316.3527
Yxy11.44310.30600.4463
Hunter Lab33.8277-17.799712.5449
CIE-Lab40.3170-25.042719.5278

#3d693e color RGB value is (61,105,62).

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

The process color (four color CMYK) of #3d693e color hex is 0.42, 0.00, 0.41, 0.59. Web safe color of #3d693e is #336633. Color #3d693e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01101001 00111110
Octal 75 151 76
Decimal 61 105 62
Hex 3D 69 3E

RGB Percentages of Color #3d693e

%26.75
%46.05
%27.19

CMYK Percentages of Color #3d693e

%42
%0
%41
%59

Triadic Colors of #3d693e

#3d693e #3e3d69 #693e3d

Analogous Colors of #3d693e

#3d693e #3d6954 #52693d

Monochromatic Colors of #3d693e

#3d693e

Complementary Color

#3d693e #693d68

#3d693e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d693e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d693e Color CSS Codes

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

#3d693e Text Font Color

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

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


#3d693e Background Color

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

This div background color is #3d693e


#3d693e Border Color

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

This div border color is #3d693e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d693e


Comments

No comments written yet.

Please login to write comment.