Color Hex Logo

#3b685c Color Hex

#3B685C
(59,104,92)
0 Favorites   0 Comments

Color spaces of #3b685c

RGB 5910492
HSL0.460.280.32
HSV164°43°41°
CMYK 0.430.000.12   0.59
XYZ8.685711.603111.9071
Yxy11.60310.26980.3604
Hunter Lab34.0633-14.09573.1190
CIE-Lab40.5782-18.65931.9074

#3b685c color RGB value is (59,104,92).

#3b685c hex color red value is 59, green value is 104 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #3b685c hue: 0.46 , saturation: 0.28 and the lightness value of 3b685c is 0.32.

The process color (four color CMYK) of #3b685c color hex is 0.43, 0.00, 0.12, 0.59. Web safe color of #3b685c is #336666. Color #3b685c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01101000 01011100
Octal 73 150 134
Decimal 59 104 92
Hex 3B 68 5C

RGB Percentages of Color #3b685c

%23.14
%40.78
%36.08

CMYK Percentages of Color #3b685c

%43
%0
%12
%59

Triadic Colors of #3b685c

#3b685c #5c3b68 #685c3b

Analogous Colors of #3b685c

#3b685c #3b5e68 #3b6846

Monochromatic Colors of #3b685c

#3b685c

Complementary Color

#3b685c #683b47

#3b685c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b685c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b685c Color CSS Codes

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

#3b685c Text Font Color

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

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


#3b685c Background Color

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

This div background color is #3b685c


#3b685c Border Color

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

This div border color is #3b685c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,104,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b685c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b685c;
  -webkit-box-shadow: 1px 1px 3px 2px #3b685c;
  box-shadow:         1px 1px 3px 2px #3b685c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b685c


Comments

No comments written yet.

Please login to write comment.