Color Hex Logo

#3db341 Color Hex

#3DB341
(61,179,65)
0 Favorites   0 Comments

Color spaces of #3db341

RGB 6117965
HSL0.340.490.47
HSV122°66°70°
CMYK 0.660.000.64   0.30
XYZ18.998733.614010.4878
Yxy33.61400.30110.5327
Hunter Lab57.9776-42.968029.8591
CIE-Lab64.6550-55.304047.3810

#3db341 color RGB value is (61,179,65).

#3db341 hex color red value is 61, green value is 179 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #3db341 hue: 0.34 , saturation: 0.49 and the lightness value of 3db341 is 0.47.

The process color (four color CMYK) of #3db341 color hex is 0.66, 0.00, 0.64, 0.30. Web safe color of #3db341 is #33cc33. Color #3db341 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10110011 01000001
Octal 75 263 101
Decimal 61 179 65
Hex 3D B3 41

RGB Percentages of Color #3db341

%20.00
%58.69
%21.31

CMYK Percentages of Color #3db341

%66
%0
%64
%30

Triadic Colors of #3db341

#3db341 #413db3 #b3413d

Analogous Colors of #3db341

#3db341 #3db37c #74b33d

Monochromatic Colors of #3db341

#3db341

Complementary Color

#3db341 #b33daf

#3db341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3db341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3db341 Color CSS Codes

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

#3db341 Text Font Color

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

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


#3db341 Background Color

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

This div background color is #3db341


#3db341 Border Color

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

This div border color is #3db341


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,179,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3db341; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3db341;
  -webkit-box-shadow: 1px 1px 3px 2px #3db341;
  box-shadow:         1px 1px 3px 2px #3db341; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,179,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3db341


Comments

No comments written yet.

Please login to write comment.