Color Hex Logo

#3b6855 Color Hex

#3B6855
(59,104,85)
0 Favorites   0 Comments

Color spaces of #3b6855

RGB 5910485
HSL0.430.280.32
HSV155°43°41°
CMYK 0.430.000.18   0.59
XYZ8.393611.486310.3690
Yxy11.48630.27750.3797
Hunter Lab33.8914-15.10255.5844
CIE-Lab40.3877-20.39185.8884

#3b6855 color RGB value is (59,104,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01101000 01010101
Octal 73 150 125
Decimal 59 104 85
Hex 3B 68 55

RGB Percentages of Color #3b6855

%23.79
%41.94
%34.27

CMYK Percentages of Color #3b6855

%43
%0
%18
%59

Triadic Colors of #3b6855

#3b6855 #553b68 #68553b

Analogous Colors of #3b6855

#3b6855 #3b6568 #3b683f

Monochromatic Colors of #3b6855

#3b6855

Complementary Color

#3b6855 #683b4e

#3b6855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b6855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b6855 Color CSS Codes

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

#3b6855 Text Font Color

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

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


#3b6855 Background Color

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

This div background color is #3b6855


#3b6855 Border Color

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

This div border color is #3b6855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b6855


Comments

No comments written yet.

Please login to write comment.