Color Hex Logo

#372342 Color Hex

#372342
(55,35,66)
0 Favorites   0 Comments

Color spaces of #372342

RGB 553566
HSL0.770.310.20
HSV279°47°26°
CMYK 0.170.470.00   0.74
XYZ3.15992.40765.4524
Yxy2.40760.28670.2185
Hunter Lab15.51649.1975-9.9727
CIE-Lab17.495516.3967-15.9670

#372342 color RGB value is (55,35,66).

#372342 hex color red value is 55, green value is 35 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #372342 hue: 0.77 , saturation: 0.31 and the lightness value of 372342 is 0.20.

The process color (four color CMYK) of #372342 color hex is 0.17, 0.47, 0.00, 0.74. Web safe color of #372342 is #333333. Color #372342 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100011 01000010
Octal 67 43 102
Decimal 55 35 66
Hex 37 23 42

RGB Percentages of Color #372342

%35.26
%22.44
%42.31

CMYK Percentages of Color #372342

%17
%47
%0
%74

Triadic Colors of #372342

#372342 #423723 #234237

Analogous Colors of #372342

#372342 #42233e #282342

Monochromatic Colors of #372342

#372342

Complementary Color

#372342 #2e4223

#372342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372342 Color CSS Codes

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

#372342 Text Font Color

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

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


#372342 Background Color

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

This div background color is #372342


#372342 Border Color

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

This div border color is #372342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372342

#372342 Color Palettes


Comments

No comments written yet.

Please login to write comment.