Color Hex Logo

#3b968d Color Hex

#3B968D
(59,150,141)
0 Favorites   0 Comments

Color spaces of #3b968d

RGB 59150141
HSL0.480.440.41
HSV174°61°59°
CMYK 0.610.000.06   0.41
XYZ17.517724.665629.0370
Yxy24.66560.24600.3463
Hunter Lab49.6645-23.95210.1004
CIE-Lab56.7481-29.0255-3.3064

#3b968d color RGB value is (59,150,141).

#3b968d hex color red value is 59, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #3b968d hue: 0.48 , saturation: 0.44 and the lightness value of 3b968d is 0.41.

The process color (four color CMYK) of #3b968d color hex is 0.61, 0.00, 0.06, 0.41. Web safe color of #3b968d is #339999. Color #3b968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10010110 10001101
Octal 73 226 215
Decimal 59 150 141
Hex 3B 96 8D

RGB Percentages of Color #3b968d

%16.86
%42.86
%40.29

CMYK Percentages of Color #3b968d

%61
%0
%6
%41

Triadic Colors of #3b968d

#3b968d #8d3b96 #968d3b

Analogous Colors of #3b968d

#3b968d #3b7296 #3b9660

Monochromatic Colors of #3b968d

#3b968d

Complementary Color

#3b968d #963b44

#3b968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b968d Color CSS Codes

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

#3b968d Text Font Color

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

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


#3b968d Background Color

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

This div background color is #3b968d


#3b968d Border Color

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

This div border color is #3b968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b968d


Comments

No comments written yet.

Please login to write comment.