Color Hex Logo

#3da248 Color Hex

#3DA248
(61,162,72)
0 Favorites   0 Comments

Color spaces of #3da248

RGB 6116272
HSL0.350.450.44
HSV127°62°64°
CMYK 0.620.000.56   0.36
XYZ16.014527.300610.5564
Yxy27.30060.29730.5068
Hunter Lab52.2500-36.727624.5962
CIE-Lab59.2515-48.199537.8652

#3da248 color RGB value is (61,162,72).

#3da248 hex color red value is 61, green value is 162 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #3da248 hue: 0.35 , saturation: 0.45 and the lightness value of 3da248 is 0.44.

The process color (four color CMYK) of #3da248 color hex is 0.62, 0.00, 0.56, 0.36. Web safe color of #3da248 is #339933. Color #3da248 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10100010 01001000
Octal 75 242 110
Decimal 61 162 72
Hex 3D A2 48

RGB Percentages of Color #3da248

%20.68
%54.92
%24.41

CMYK Percentages of Color #3da248

%62
%0
%56
%36

Triadic Colors of #3da248

#3da248 #483da2 #a2483d

Analogous Colors of #3da248

#3da248 #3da27b #65a23d

Monochromatic Colors of #3da248

#3da248

Complementary Color

#3da248 #a23d97

#3da248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3da248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3da248 Color CSS Codes

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

#3da248 Text Font Color

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

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


#3da248 Background Color

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

This div background color is #3da248


#3da248 Border Color

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

This div border color is #3da248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3da248


Comments

No comments written yet.

Please login to write comment.