Color Hex Logo

#3c6d58 Color Hex

#3C6D58
(60,109,88)
0 Favorites   0 Comments

Color spaces of #3c6d58

RGB 6010988
HSL0.430.290.33
HSV154°45°43°
CMYK 0.450.000.19   0.57
XYZ9.093612.602511.1858
Yxy12.60250.27660.3833
Hunter Lab35.5000-16.40086.1681
CIE-Lab42.1581-21.99756.6029

#3c6d58 color RGB value is (60,109,88).

#3c6d58 hex color red value is 60, green value is 109 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #3c6d58 hue: 0.43 , saturation: 0.29 and the lightness value of 3c6d58 is 0.33.

The process color (four color CMYK) of #3c6d58 color hex is 0.45, 0.00, 0.19, 0.57. Web safe color of #3c6d58 is #336666. Color #3c6d58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01101101 01011000
Octal 74 155 130
Decimal 60 109 88
Hex 3C 6D 58

RGB Percentages of Color #3c6d58

%23.35
%42.41
%34.24

CMYK Percentages of Color #3c6d58

%45
%0
%19
%57

Triadic Colors of #3c6d58

#3c6d58 #583c6d #6d583c

Analogous Colors of #3c6d58

#3c6d58 #3c6a6d #3c6d40

Monochromatic Colors of #3c6d58

#3c6d58

Complementary Color

#3c6d58 #6d3c51

#3c6d58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c6d58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c6d58 Color CSS Codes

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

#3c6d58 Text Font Color

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

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


#3c6d58 Background Color

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

This div background color is #3c6d58


#3c6d58 Border Color

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

This div border color is #3c6d58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,109,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c6d58


Comments

No comments written yet.

Please login to write comment.