Color Hex Logo

#370e24 Color Hex

#370E24
(55,14,36)
0 Favorites   0 Comments

Color spaces of #370e24

RGB 551436
HSL0.910.590.14
HSV328°75°22°
CMYK 0.000.750.35   0.78
XYZ2.05101.25371.8029
Yxy1.25370.40160.2455
Hunter Lab11.196913.1024-1.7090
CIE-Lab10.947823.0480-4.5145

#370e24 color RGB value is (55,14,36).

#370e24 hex color red value is 55, green value is 14 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #370e24 hue: 0.91 , saturation: 0.59 and the lightness value of 370e24 is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001110 00100100
Octal 67 16 44
Decimal 55 14 36
Hex 37 E 24

RGB Percentages of Color #370e24

%52.38
%13.33
%34.29

CMYK Percentages of Color #370e24

%0
%75
%35
%78

Triadic Colors of #370e24

#370e24 #24370e #0e2437

Analogous Colors of #370e24

#370e24 #370e10 #360e37

Monochromatic Colors of #370e24

#370e24

Complementary Color

#370e24 #0e3721

#370e24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370e24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370e24 Color CSS Codes

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

#370e24 Text Font Color

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

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


#370e24 Background Color

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

This div background color is #370e24


#370e24 Border Color

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

This div border color is #370e24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370e24


Comments

No comments written yet.

Please login to write comment.