Color Hex Logo

#374152 Color Hex

#374152
(55,65,82)
0 Favorites   0 Comments

Color spaces of #374152

RGB 556582
HSL0.600.200.27
HSV218°33°32°
CMYK 0.330.210.00   0.68
XYZ4.98885.20208.7238
Yxy5.20200.26380.2750
Hunter Lab22.8079-0.8703-6.7123
CIE-Lab27.30270.5577-11.5610

#374152 color RGB value is (55,65,82).

#374152 hex color red value is 55, green value is 65 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #374152 hue: 0.60 , saturation: 0.20 and the lightness value of 374152 is 0.27.

The process color (four color CMYK) of #374152 color hex is 0.33, 0.21, 0.00, 0.68. Web safe color of #374152 is #333366. Color #374152 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000001 01010010
Octal 67 101 122
Decimal 55 65 82
Hex 37 41 52

RGB Percentages of Color #374152

%27.23
%32.18
%40.59

CMYK Percentages of Color #374152

%33
%21
%0
%68

Triadic Colors of #374152

#374152 #523741 #415237

Analogous Colors of #374152

#374152 #3b3752 #374f52

Monochromatic Colors of #374152

#374152

Complementary Color

#374152 #524837

#374152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374152 Color CSS Codes

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

#374152 Text Font Color

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

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


#374152 Background Color

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

This div background color is #374152


#374152 Border Color

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

This div border color is #374152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374152


Comments

No comments written yet.

Please login to write comment.