Color Hex Logo

#2d493f Color Hex

#2D493F
(45,73,63)
0 Favorites   0 Comments

Color spaces of #2d493f

RGB 457363
HSL0.440.240.23
HSV159°38°29°
CMYK 0.380.000.14   0.71
XYZ4.36195.68195.5694
Yxy5.68190.27940.3639
Hunter Lab23.8367-9.05052.8327
CIE-Lab28.5953-13.20902.6471

#2d493f color RGB value is (45,73,63).

#2d493f hex color red value is 45, green value is 73 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #2d493f hue: 0.44 , saturation: 0.24 and the lightness value of 2d493f is 0.23.

The process color (four color CMYK) of #2d493f color hex is 0.38, 0.00, 0.14, 0.71. Web safe color of #2d493f is #333333. Color #2d493f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01001001 00111111
Octal 55 111 77
Decimal 45 73 63
Hex 2D 49 3F

RGB Percentages of Color #2d493f

%24.86
%40.33
%34.81

CMYK Percentages of Color #2d493f

%38
%0
%14
%71

Triadic Colors of #2d493f

#2d493f #3f2d49 #493f2d

Analogous Colors of #2d493f

#2d493f #2d4549 #2d4931

Monochromatic Colors of #2d493f

#2d493f

Complementary Color

#2d493f #492d37

#2d493f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d493f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d493f Color CSS Codes

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

#2d493f Text Font Color

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

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


#2d493f Background Color

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

This div background color is #2d493f


#2d493f Border Color

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

This div border color is #2d493f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d493f


Comments

No comments written yet.

Please login to write comment.