Color Hex Logo

#2d374d Color Hex

#2D374D
(45,55,77)
0 Favorites   0 Comments

Color spaces of #2d374d

RGB 455577
HSL0.610.260.24
HSV221°42°30°
CMYK 0.420.290.00   0.70
XYZ3.78793.82617.5600
Yxy3.82610.24960.2521
Hunter Lab19.56040.3360-9.2230
CIE-Lab23.08802.3050-14.8092

#2d374d color RGB value is (45,55,77).

#2d374d hex color red value is 45, green value is 55 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #2d374d hue: 0.61 , saturation: 0.26 and the lightness value of 2d374d is 0.24.

The process color (four color CMYK) of #2d374d color hex is 0.42, 0.29, 0.00, 0.70. Web safe color of #2d374d is #333366. Color #2d374d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 00110111 01001101
Octal 55 67 115
Decimal 45 55 77
Hex 2D 37 4D

RGB Percentages of Color #2d374d

%25.42
%31.07
%43.50

CMYK Percentages of Color #2d374d

%42
%29
%0
%70

Triadic Colors of #2d374d

#2d374d #4d2d37 #374d2d

Analogous Colors of #2d374d

#2d374d #332d4d #2d474d

Monochromatic Colors of #2d374d

#2d374d

Complementary Color

#2d374d #4d432d

#2d374d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d374d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d374d Color CSS Codes

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

#2d374d Text Font Color

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

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


#2d374d Background Color

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

This div background color is #2d374d


#2d374d Border Color

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

This div border color is #2d374d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d374d


Comments

No comments written yet.

Please login to write comment.