Color Hex Logo

#370408 Color Hex

#370408
(55,4,8)
0 Favorites   0 Comments

Color spaces of #370408

RGB 5548
HSL0.990.860.12
HSV355°93°22°
CMYK 0.000.930.85   0.78
XYZ1.66280.91660.3190
Yxy0.91660.57370.3162
Hunter Lab9.573914.24754.7262
CIE-Lab8.276425.15909.7069

#370408 color RGB value is (55,4,8).

#370408 hex color red value is 55, green value is 4 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #370408 hue: 0.99 , saturation: 0.86 and the lightness value of 370408 is 0.12.

The process color (four color CMYK) of #370408 color hex is 0.00, 0.93, 0.85, 0.78. Web safe color of #370408 is #330000. Color #370408 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000100 00001000
Octal 67 4 10
Decimal 55 4 8
Hex 37 4 8

RGB Percentages of Color #370408

%82.09
%5.97
%11.94

CMYK Percentages of Color #370408

%0
%93
%85
%78

Triadic Colors of #370408

#370408 #083704 #040837

Analogous Colors of #370408

#370408 #371a04 #370422

Monochromatic Colors of #370408

#370408

Complementary Color

#370408 #043733

#370408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370408 Color CSS Codes

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

#370408 Text Font Color

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

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


#370408 Background Color

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

This div background color is #370408


#370408 Border Color

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

This div border color is #370408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370408


Comments

No comments written yet.

Please login to write comment.