Color Hex Logo

#374154 Color Hex

#374154
(55,65,84)
0 Favorites   0 Comments

Color spaces of #374154

RGB 556584
HSL0.610.210.27
HSV219°35°33°
CMYK 0.350.230.00   0.67
XYZ5.06615.23299.1305
Yxy5.23290.26070.2693
Hunter Lab22.8755-0.5009-7.6520
CIE-Lab27.38831.1508-12.7330

#374154 color RGB value is (55,65,84).

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

The process color (four color CMYK) of #374154 color hex is 0.35, 0.23, 0.00, 0.67. Web safe color of #374154 is #333366. Color #374154 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000001 01010100
Octal 67 101 124
Decimal 55 65 84
Hex 37 41 54

RGB Percentages of Color #374154

%26.96
%31.86
%41.18

CMYK Percentages of Color #374154

%35
%23
%0
%67

Triadic Colors of #374154

#374154 #543741 #415437

Analogous Colors of #374154

#374154 #3c3754 #375054

Monochromatic Colors of #374154

#374154

Complementary Color

#374154 #544a37

#374154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374154 Color CSS Codes

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

#374154 Text Font Color

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

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


#374154 Background Color

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

This div background color is #374154


#374154 Border Color

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

This div border color is #374154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374154

#374154 Color Palettes


Comments

No comments written yet.

Please login to write comment.