Color Hex Logo

#3db546 Color Hex

#3DB546
(61,181,70)
0 Favorites   0 Comments

Color spaces of #3db546

RGB 6118170
HSL0.350.500.47
HSV125°66°71°
CMYK 0.660.000.61   0.29
XYZ19.553834.482011.4195
Yxy34.48200.29870.5268
Hunter Lab58.7214-43.323229.5749
CIE-Lab65.3434-55.451145.9297

#3db546 color RGB value is (61,181,70).

#3db546 hex color red value is 61, green value is 181 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #3db546 hue: 0.35 , saturation: 0.50 and the lightness value of 3db546 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10110101 01000110
Octal 75 265 106
Decimal 61 181 70
Hex 3D B5 46

RGB Percentages of Color #3db546

%19.55
%58.01
%22.44

CMYK Percentages of Color #3db546

%66
%0
%61
%29

Triadic Colors of #3db546

#3db546 #463db5 #b5463d

Analogous Colors of #3db546

#3db546 #3db582 #70b53d

Monochromatic Colors of #3db546

#3db546

Complementary Color

#3db546 #b53dac

#3db546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3db546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3db546 Color CSS Codes

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

#3db546 Text Font Color

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

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


#3db546 Background Color

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

This div background color is #3db546


#3db546 Border Color

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

This div border color is #3db546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3db546


Comments

No comments written yet.

Please login to write comment.