Color Hex Logo

#371227 Color Hex

#371227
(55,18,39)
0 Favorites   0 Comments

Color spaces of #371227

RGB 551839
HSL0.910.510.14
HSV326°67°22°
CMYK 0.000.670.29   0.78
XYZ2.15811.39132.0743
Yxy1.39130.38380.2474
Hunter Lab11.795312.0169-2.1699
CIE-Lab11.899621.3271-5.3127

#371227 color RGB value is (55,18,39).

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

The process color (four color CMYK) of #371227 color hex is 0.00, 0.67, 0.29, 0.78. Web safe color of #371227 is #330033. Color #371227 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010010 00100111
Octal 67 22 47
Decimal 55 18 39
Hex 37 12 27

RGB Percentages of Color #371227

%49.11
%16.07
%34.82

CMYK Percentages of Color #371227

%0
%67
%29
%78

Triadic Colors of #371227

#371227 #273712 #122737

Analogous Colors of #371227

#371227 #371215 #351237

Monochromatic Colors of #371227

#371227

Complementary Color

#371227 #123722

#371227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371227 Color CSS Codes

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

#371227 Text Font Color

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

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


#371227 Background Color

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

This div background color is #371227


#371227 Border Color

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

This div border color is #371227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371227


Comments

No comments written yet.

Please login to write comment.