Color Hex Logo

#2d745e Color Hex

#2D745E
(45,116,94)
0 Favorites   0 Comments

Color spaces of #2d745e

RGB 4511694
HSL0.450.440.32
HSV161°61°45°
CMYK 0.610.000.19   0.55
XYZ9.348013.856812.7716
Yxy13.85680.25980.3852
Hunter Lab37.2247-20.31775.7152
CIE-Lab44.0269-27.93955.5925

#2d745e color RGB value is (45,116,94).

#2d745e hex color red value is 45, green value is 116 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #2d745e hue: 0.45 , saturation: 0.44 and the lightness value of 2d745e is 0.32.

The process color (four color CMYK) of #2d745e color hex is 0.61, 0.00, 0.19, 0.55. Web safe color of #2d745e is #336666. Color #2d745e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01110100 01011110
Octal 55 164 136
Decimal 45 116 94
Hex 2D 74 5E

RGB Percentages of Color #2d745e

%17.65
%45.49
%36.86

CMYK Percentages of Color #2d745e

%61
%0
%19
%55

Triadic Colors of #2d745e

#2d745e #5e2d74 #745e2d

Analogous Colors of #2d745e

#2d745e #2d6774 #2d743b

Monochromatic Colors of #2d745e

#2d745e

Complementary Color

#2d745e #742d43

#2d745e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d745e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d745e Color CSS Codes

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

#2d745e Text Font Color

<p style="color:#2d745e">Text here</p>

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


#2d745e Background Color

<div style="background-color:#2d745e">
Div content here</div>

This div background color is #2d745e


#2d745e Border Color

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

This div border color is #2d745e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d745e


Comments

No comments written yet.

Please login to write comment.