Color Hex Logo

#3d7276 Color Hex

#3D7276
(61,114,118)
0 Favorites   0 Comments

Color spaces of #3d7276

RGB 61114118
HSL0.510.320.35
HSV184°48°46°
CMYK 0.480.030.00   0.54
XYZ11.211814.334719.3155
Yxy14.33470.24990.3195
Hunter Lab37.8612-13.3981-3.7449
CIE-Lab44.7092-16.4613-7.7063

#3d7276 color RGB value is (61,114,118).

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

The process color (four color CMYK) of #3d7276 color hex is 0.48, 0.03, 0.00, 0.54. Web safe color of #3d7276 is #336666. Color #3d7276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01110010 01110110
Octal 75 162 166
Decimal 61 114 118
Hex 3D 72 76

RGB Percentages of Color #3d7276

%20.82
%38.91
%40.27

CMYK Percentages of Color #3d7276

%48
%3
%0
%54

Triadic Colors of #3d7276

#3d7276 #763d72 #72763d

Analogous Colors of #3d7276

#3d7276 #3d5676 #3d765e

Monochromatic Colors of #3d7276

#3d7276

Complementary Color

#3d7276 #76413d

#3d7276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d7276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d7276 Color CSS Codes

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

#3d7276 Text Font Color

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

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


#3d7276 Background Color

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

This div background color is #3d7276


#3d7276 Border Color

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

This div border color is #3d7276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d7276


Comments

No comments written yet.

Please login to write comment.