Color Hex Logo

#3c694d Color Hex

#3C694D
(60,105,77)
0 Favorites   0 Comments

Color spaces of #3c694d

RGB 6010577
HSL0.400.270.32
HSV143°43°41°
CMYK 0.430.000.27   0.59
XYZ8.254611.59968.8251
Yxy11.59960.28780.4045
Hunter Lab34.0582-16.33928.4776
CIE-Lab40.5725-22.424210.9856

#3c694d color RGB value is (60,105,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 01101001 01001101
Octal 74 151 115
Decimal 60 105 77
Hex 3C 69 4D

RGB Percentages of Color #3c694d

%24.79
%43.39
%31.82

CMYK Percentages of Color #3c694d

%43
%0
%27
%59

Triadic Colors of #3c694d

#3c694d #4d3c69 #694d3c

Analogous Colors of #3c694d

#3c694d #3c6964 #42693c

Monochromatic Colors of #3c694d

#3c694d

Complementary Color

#3c694d #693c58

#3c694d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c694d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c694d Color CSS Codes

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

#3c694d Text Font Color

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

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


#3c694d Background Color

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

This div background color is #3c694d


#3c694d Border Color

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

This div border color is #3c694d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c694d


Comments

No comments written yet.

Please login to write comment.