Color Hex Logo

#3d7070 Color Hex

#3D7070
(61,112,112)
0 Favorites   0 Comments

Color spaces of #3d7070

RGB 61112112
HSL0.500.290.34
HSV180°46°44°
CMYK 0.460.000.00   0.56
XYZ10.643313.750317.4223
Yxy13.75030.25450.3288
Hunter Lab37.0814-13.6584-1.8998
CIE-Lab43.8727-17.0725-5.3501

#3d7070 color RGB value is (61,112,112).

#3d7070 hex color red value is 61, green value is 112 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #3d7070 hue: 0.50 , saturation: 0.29 and the lightness value of 3d7070 is 0.34.

The process color (four color CMYK) of #3d7070 color hex is 0.46, 0.00, 0.00, 0.56. Web safe color of #3d7070 is #336666. Color #3d7070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01110000 01110000
Octal 75 160 160
Decimal 61 112 112
Hex 3D 70 70

RGB Percentages of Color #3d7070

%21.40
%39.30
%39.30

CMYK Percentages of Color #3d7070

%46
%0
%0
%56

Triadic Colors of #3d7070

#3d7070 #703d70 #70703d

Analogous Colors of #3d7070

#3d7070 #3d5770 #3d7057

Monochromatic Colors of #3d7070

#3d7070

Complementary Color

#3d7070 #703d3d

#3d7070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d7070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d7070 Color CSS Codes

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

#3d7070 Text Font Color

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

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


#3d7070 Background Color

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

This div background color is #3d7070


#3d7070 Border Color

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

This div border color is #3d7070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d7070


Comments

No comments written yet.

Please login to write comment.