Color Hex Logo

#3d694d Color Hex

#3D694D
(61,105,77)
0 Favorites   0 Comments

Color spaces of #3d694d

RGB 6110577
HSL0.390.270.33
HSV142°42°41°
CMYK 0.420.000.27   0.59
XYZ8.315611.63118.8279
Yxy11.63110.28900.4042
Hunter Lab34.1044-16.15948.5259
CIE-Lab40.6237-22.100711.0647

#3d694d color RGB value is (61,105,77).

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

The process color (four color CMYK) of #3d694d color hex is 0.42, 0.00, 0.27, 0.59. Web safe color of #3d694d is #336666. Color #3d694d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01101001 01001101
Octal 75 151 115
Decimal 61 105 77
Hex 3D 69 4D

RGB Percentages of Color #3d694d

%25.10
%43.21
%31.69

CMYK Percentages of Color #3d694d

%42
%0
%27
%59

Triadic Colors of #3d694d

#3d694d #4d3d69 #694d3d

Analogous Colors of #3d694d

#3d694d #3d6963 #43693d

Monochromatic Colors of #3d694d

#3d694d

Complementary Color

#3d694d #693d59

#3d694d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d694d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d694d Color CSS Codes

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

#3d694d Text Font Color

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

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


#3d694d Background Color

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

This div background color is #3d694d


#3d694d Border Color

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

This div border color is #3d694d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d694d


Comments

No comments written yet.

Please login to write comment.