Color Hex Logo

#3b913e Color Hex

#3B913E
(59,145,62)
0 Favorites   0 Comments

Color spaces of #3b913e

RGB 5914562
HSL0.340.420.40
HSV122°59°57°
CMYK 0.590.000.57   0.43
XYZ12.798521.52848.0383
Yxy21.52840.30210.5082
Hunter Lab46.3987-31.960822.2075
CIE-Lab53.5230-43.390835.9667

#3b913e color RGB value is (59,145,62).

#3b913e hex color red value is 59, green value is 145 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #3b913e hue: 0.34 , saturation: 0.42 and the lightness value of 3b913e is 0.40.

The process color (four color CMYK) of #3b913e color hex is 0.59, 0.00, 0.57, 0.43. Web safe color of #3b913e is #339933. Color #3b913e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10010001 00111110
Octal 73 221 76
Decimal 59 145 62
Hex 3B 91 3E

RGB Percentages of Color #3b913e

%22.18
%54.51
%23.31

CMYK Percentages of Color #3b913e

%59
%0
%57
%43

Triadic Colors of #3b913e

#3b913e #3e3b91 #913e3b

Analogous Colors of #3b913e

#3b913e #3b9169 #63913b

Monochromatic Colors of #3b913e

#3b913e

Complementary Color

#3b913e #913b8e

#3b913e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b913e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b913e Color CSS Codes

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

#3b913e Text Font Color

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

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


#3b913e Background Color

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

This div background color is #3b913e


#3b913e Border Color

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

This div border color is #3b913e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b913e


Comments

No comments written yet.

Please login to write comment.