Color Hex Logo

#370c28 Color Hex

#370C28
(55,12,40)
0 Favorites   0 Comments

Color spaces of #370c28

RGB 551240
HSL0.890.640.13
HSV321°78°22°
CMYK 0.000.780.27   0.78
XYZ2.09001.22842.1344
Yxy1.22840.38330.2253
Hunter Lab11.083314.2642-3.6596
CIE-Lab10.765224.7114-7.7795

#370c28 color RGB value is (55,12,40).

#370c28 hex color red value is 55, green value is 12 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #370c28 hue: 0.89 , saturation: 0.64 and the lightness value of 370c28 is 0.13.

The process color (four color CMYK) of #370c28 color hex is 0.00, 0.78, 0.27, 0.78. Web safe color of #370c28 is #330033. Color #370c28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001100 00101000
Octal 67 14 50
Decimal 55 12 40
Hex 37 C 28

RGB Percentages of Color #370c28

%51.40
%11.21
%37.38

CMYK Percentages of Color #370c28

%0
%78
%27
%78

Triadic Colors of #370c28

#370c28 #28370c #0c2837

Analogous Colors of #370c28

#370c28 #370c13 #310c37

Monochromatic Colors of #370c28

#370c28

Complementary Color

#370c28 #0c371b

#370c28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370c28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370c28 Color CSS Codes

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

#370c28 Text Font Color

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

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


#370c28 Background Color

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

This div background color is #370c28


#370c28 Border Color

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

This div border color is #370c28


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,12,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #370c28; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #370c28;
  -webkit-box-shadow: 1px 1px 3px 2px #370c28;
  box-shadow:         1px 1px 3px 2px #370c28; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370c28


Comments

No comments written yet.

Please login to write comment.