Color Hex Logo

#37112d Color Hex

#37112D
(55,17,45)
0 Favorites   0 Comments

Color spaces of #37112d

RGB 551745
HSL0.880.530.14
HSV316°69°22°
CMYK 0.000.690.18   0.78
XYZ2.24971.40262.6348
Yxy1.40260.35780.2231
Hunter Lab11.843113.1820-4.9003
CIE-Lab11.974922.9779-9.6159

#37112d color RGB value is (55,17,45).

#37112d hex color red value is 55, green value is 17 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #37112d hue: 0.88 , saturation: 0.53 and the lightness value of 37112d is 0.14.

The process color (four color CMYK) of #37112d color hex is 0.00, 0.69, 0.18, 0.78. Web safe color of #37112d is #330033. Color #37112d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010001 00101101
Octal 67 21 55
Decimal 55 17 45
Hex 37 11 2D

RGB Percentages of Color #37112d

%47.01
%14.53
%38.46

CMYK Percentages of Color #37112d

%0
%69
%18
%78

Triadic Colors of #37112d

#37112d #2d3711 #112d37

Analogous Colors of #37112d

#37112d #37111a #2e1137

Monochromatic Colors of #37112d

#37112d

Complementary Color

#37112d #11371b

#37112d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37112d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37112d Color CSS Codes

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

#37112d Text Font Color

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

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


#37112d Background Color

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

This div background color is #37112d


#37112d Border Color

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

This div border color is #37112d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37112d


Comments

No comments written yet.

Please login to write comment.