Color Hex Logo

#3d7073 Color Hex

#3D7073
(61,112,115)
0 Favorites   0 Comments

Color spaces of #3d7073

RGB 61112115
HSL0.510.310.35
HSV183°47°45°
CMYK 0.470.030.00   0.55
XYZ10.813213.818218.3169
Yxy13.81820.25180.3217
Hunter Lab37.1728-13.1286-3.1941
CIE-Lab43.9711-16.2210-7.0079

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

#3d7073 hex color red value is 61, green value is 112 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #3d7073 hue: 0.51 , saturation: 0.31 and the lightness value of 3d7073 is 0.35.

The process color (four color CMYK) of #3d7073 color hex is 0.47, 0.03, 0.00, 0.55. Web safe color of #3d7073 is #336666. Color #3d7073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01110000 01110011
Octal 75 160 163
Decimal 61 112 115
Hex 3D 70 73

RGB Percentages of Color #3d7073

%21.18
%38.89
%39.93

CMYK Percentages of Color #3d7073

%47
%3
%0
%55

Triadic Colors of #3d7073

#3d7073 #733d70 #70733d

Analogous Colors of #3d7073

#3d7073 #3d5573 #3d735b

Monochromatic Colors of #3d7073

#3d7073

Complementary Color

#3d7073 #73403d

#3d7073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d7073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d7073 Color CSS Codes

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

#3d7073 Text Font Color

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

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


#3d7073 Background Color

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

This div background color is #3d7073


#3d7073 Border Color

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

This div border color is #3d7073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d7073


Comments

No comments written yet.

Please login to write comment.