Color Hex Logo

#3b978a Color Hex

#3B978A
(59,151,138)
0 Favorites   0 Comments

Color spaces of #3b978a

RGB 59151138
HSL0.480.440.41
HSV172°61°59°
CMYK 0.610.000.09   0.41
XYZ17.457724.898027.9304
Yxy24.89800.24840.3542
Hunter Lab49.8979-24.86981.7409
CIE-Lab56.9759-30.3325-1.2571

#3b978a color RGB value is (59,151,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10010111 10001010
Octal 73 227 212
Decimal 59 151 138
Hex 3B 97 8A

RGB Percentages of Color #3b978a

%16.95
%43.39
%39.66

CMYK Percentages of Color #3b978a

%61
%0
%9
%41

Triadic Colors of #3b978a

#3b978a #8a3b97 #978a3b

Analogous Colors of #3b978a

#3b978a #3b7697 #3b975c

Monochromatic Colors of #3b978a

#3b978a

Complementary Color

#3b978a #973b48

#3b978a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b978a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b978a Color CSS Codes

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

#3b978a Text Font Color

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

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


#3b978a Background Color

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

This div background color is #3b978a


#3b978a Border Color

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

This div border color is #3b978a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b978a


Comments

No comments written yet.

Please login to write comment.