Color Hex Logo

#3db221 Color Hex

#3DB221
(61,178,33)
0 Favorites   0 Comments

Color spaces of #3db221

RGB 6117833
HSL0.300.690.41
HSV108°81°70°
CMYK 0.660.000.81   0.30
XYZ18.119432.94276.8424
Yxy32.94270.31290.5689
Hunter Lab57.3957-44.091433.1088
CIE-Lab64.1145-57.555758.6140

#3db221 color RGB value is (61,178,33).

#3db221 hex color red value is 61, green value is 178 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #3db221 hue: 0.30 , saturation: 0.69 and the lightness value of 3db221 is 0.41.

The process color (four color CMYK) of #3db221 color hex is 0.66, 0.00, 0.81, 0.30. Web safe color of #3db221 is #339933. Color #3db221 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10110010 00100001
Octal 75 262 41
Decimal 61 178 33
Hex 3D B2 21

RGB Percentages of Color #3db221

%22.43
%65.44
%12.13

CMYK Percentages of Color #3db221

%66
%0
%81
%30

Triadic Colors of #3db221

#3db221 #213db2 #b2213d

Analogous Colors of #3db221

#3db221 #21b24e #86b221

Monochromatic Colors of #3db221

#3db221

Complementary Color

#3db221 #9621b2

#3db221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3db221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3db221 Color CSS Codes

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

#3db221 Text Font Color

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

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


#3db221 Background Color

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

This div background color is #3db221


#3db221 Border Color

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

This div border color is #3db221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3db221


Comments

No comments written yet.

Please login to write comment.