Color Hex Logo

#3d7658 Color Hex

#3D7658
(61,118,88)
0 Favorites   0 Comments

Color spaces of #3d7658

RGB 6111888
HSL0.410.320.35
HSV148°48°46°
CMYK 0.480.000.25   0.54
XYZ10.164414.653511.5252
Yxy14.65350.27970.4032
Hunter Lab38.2799-19.59308.9451
CIE-Lab45.1559-26.273910.8336

#3d7658 color RGB value is (61,118,88).

#3d7658 hex color red value is 61, green value is 118 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #3d7658 hue: 0.41 , saturation: 0.32 and the lightness value of 3d7658 is 0.35.

The process color (four color CMYK) of #3d7658 color hex is 0.48, 0.00, 0.25, 0.54. Web safe color of #3d7658 is #336666. Color #3d7658 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01110110 01011000
Octal 75 166 130
Decimal 61 118 88
Hex 3D 76 58

RGB Percentages of Color #3d7658

%22.85
%44.19
%32.96

CMYK Percentages of Color #3d7658

%48
%0
%25
%54

Triadic Colors of #3d7658

#3d7658 #583d76 #76583d

Analogous Colors of #3d7658

#3d7658 #3d7675 #3f763d

Monochromatic Colors of #3d7658

#3d7658

Complementary Color

#3d7658 #763d5b

#3d7658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d7658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d7658 Color CSS Codes

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

#3d7658 Text Font Color

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

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


#3d7658 Background Color

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

This div background color is #3d7658


#3d7658 Border Color

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

This div border color is #3d7658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d7658


Comments

No comments written yet.

Please login to write comment.