Color Hex Logo

#3db074 Color Hex

#3DB074
(61,176,116)
0 Favorites   0 Comments

Color spaces of #3db074

RGB 61176116
HSL0.410.490.46
HSV149°65°69°
CMYK 0.650.000.34   0.31
XYZ20.602233.303721.8654
Yxy33.30370.27190.4395
Hunter Lab57.7094-37.267017.9323
CIE-Lab64.4061-46.227321.5117

#3db074 color RGB value is (61,176,116).

#3db074 hex color red value is 61, green value is 176 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #3db074 hue: 0.41 , saturation: 0.49 and the lightness value of 3db074 is 0.46.

The process color (four color CMYK) of #3db074 color hex is 0.65, 0.00, 0.34, 0.31. Web safe color of #3db074 is #339966. Color #3db074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10110000 01110100
Octal 75 260 164
Decimal 61 176 116
Hex 3D B0 74

RGB Percentages of Color #3db074

%17.28
%49.86
%32.86

CMYK Percentages of Color #3db074

%65
%0
%34
%31

Triadic Colors of #3db074

#3db074 #743db0 #b0743d

Analogous Colors of #3db074

#3db074 #3db0ae #3fb03d

Monochromatic Colors of #3db074

#3db074

Complementary Color

#3db074 #b03d79

#3db074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3db074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3db074 Color CSS Codes

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

#3db074 Text Font Color

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

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


#3db074 Background Color

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

This div background color is #3db074


#3db074 Border Color

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

This div border color is #3db074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3db074


Comments

No comments written yet.

Please login to write comment.