Color Hex Logo

#3b994e Color Hex

#3B994E
(59,153,78)
0 Favorites   0 Comments

Color spaces of #3b994e

RGB 5915378
HSL0.370.440.42
HSV132°61°60°
CMYK 0.610.000.49   0.40
XYZ14.570024.262311.1229
Yxy24.26230.29170.4857
Hunter Lab49.2568-33.399621.0912
CIE-Lab56.3495-44.256731.2467

#3b994e color RGB value is (59,153,78).

#3b994e hex color red value is 59, green value is 153 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #3b994e hue: 0.37 , saturation: 0.44 and the lightness value of 3b994e is 0.42.

The process color (four color CMYK) of #3b994e color hex is 0.61, 0.00, 0.49, 0.40. Web safe color of #3b994e is #339966. Color #3b994e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10011001 01001110
Octal 73 231 116
Decimal 59 153 78
Hex 3B 99 4E

RGB Percentages of Color #3b994e

%20.34
%52.76
%26.90

CMYK Percentages of Color #3b994e

%61
%0
%49
%40

Triadic Colors of #3b994e

#3b994e #4e3b99 #994e3b

Analogous Colors of #3b994e

#3b994e #3b997d #57993b

Monochromatic Colors of #3b994e

#3b994e

Complementary Color

#3b994e #993b86

#3b994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b994e Color CSS Codes

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

#3b994e Text Font Color

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

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


#3b994e Background Color

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

This div background color is #3b994e


#3b994e Border Color

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

This div border color is #3b994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b994e


Comments

No comments written yet.

Please login to write comment.