Color Hex Logo

#371112 Color Hex

#371112
(55,17,18)
0 Favorites   0 Comments

Color spaces of #371112

RGB 551718
HSL1.000.530.14
HSV358°69°22°
CMYK 0.000.690.67   0.78
XYZ1.88521.25680.7155
Yxy1.25680.48870.3258
Hunter Lab11.210710.39794.0634
CIE-Lab10.969919.09558.6796

#371112 color RGB value is (55,17,18).

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

The process color (four color CMYK) of #371112 color hex is 0.00, 0.69, 0.67, 0.78. Web safe color of #371112 is #330000. Color #371112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010001 00010010
Octal 67 21 22
Decimal 55 17 18
Hex 37 11 12

RGB Percentages of Color #371112

%61.11
%18.89
%20.00

CMYK Percentages of Color #371112

%0
%69
%67
%78

Triadic Colors of #371112

#371112 #123711 #111237

Analogous Colors of #371112

#371112 #372311 #371125

Monochromatic Colors of #371112

#371112

Complementary Color

#371112 #113736

#371112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371112 Color CSS Codes

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

#371112 Text Font Color

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

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


#371112 Background Color

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

This div background color is #371112


#371112 Border Color

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

This div border color is #371112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371112


Comments

No comments written yet.

Please login to write comment.