Color Hex Logo

#3d997e Color Hex

#3D997E
(61,153,126)
0 Favorites   0 Comments

Color spaces of #3d997e

RGB 61153126
HSL0.450.430.42
HSV162°60°60°
CMYK 0.600.000.18   0.40
XYZ17.081625.280923.7181
Yxy25.28090.25850.3826
Hunter Lab50.2801-27.34867.2278
CIE-Lab57.3481-33.99266.1241

#3d997e color RGB value is (61,153,126).

#3d997e hex color red value is 61, green value is 153 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #3d997e hue: 0.45 , saturation: 0.43 and the lightness value of 3d997e is 0.42.

The process color (four color CMYK) of #3d997e color hex is 0.60, 0.00, 0.18, 0.40. Web safe color of #3d997e is #339966. Color #3d997e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10011001 01111110
Octal 75 231 176
Decimal 61 153 126
Hex 3D 99 7E

RGB Percentages of Color #3d997e

%17.94
%45.00
%37.06

CMYK Percentages of Color #3d997e

%60
%0
%18
%40

Triadic Colors of #3d997e

#3d997e #7e3d99 #997e3d

Analogous Colors of #3d997e

#3d997e #3d8699 #3d9950

Monochromatic Colors of #3d997e

#3d997e

Complementary Color

#3d997e #993d58

#3d997e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d997e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d997e Color CSS Codes

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

#3d997e Text Font Color

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

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


#3d997e Background Color

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

This div background color is #3d997e


#3d997e Border Color

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

This div border color is #3d997e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d997e


Comments

No comments written yet.

Please login to write comment.