Color Hex Logo

#3db481 Color Hex

#3DB481
(61,180,129)
0 Favorites   0 Comments

Color spaces of #3db481

RGB 61180129
HSL0.430.490.47
HSV154°66°71°
CMYK 0.660.000.28   0.29
XYZ22.208235.219626.3964
Yxy35.21960.26490.4202
Hunter Lab59.3461-37.058315.1708
CIE-Lab65.9193-45.139916.5329

#3db481 color RGB value is (61,180,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10110100 10000001
Octal 75 264 201
Decimal 61 180 129
Hex 3D B4 81

RGB Percentages of Color #3db481

%16.49
%48.65
%34.86

CMYK Percentages of Color #3db481

%66
%0
%28
%29

Triadic Colors of #3db481

#3db481 #813db4 #b4813d

Analogous Colors of #3db481

#3db481 #3dacb4 #3db446

Monochromatic Colors of #3db481

#3db481

Complementary Color

#3db481 #b43d70

#3db481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3db481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3db481 Color CSS Codes

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

#3db481 Text Font Color

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

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


#3db481 Background Color

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

This div background color is #3db481


#3db481 Border Color

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

This div border color is #3db481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3db481


Comments

No comments written yet.

Please login to write comment.