Color Hex Logo

#370520 Color Hex

#370520
(55,5,32)
0 Favorites   0 Comments

Color spaces of #370520

RGB 55532
HSL0.910.830.12
HSV328°91°22°
CMYK 0.000.910.42   0.78
XYZ1.89051.02511.4647
Yxy1.02510.43160.2340
Hunter Lab10.124715.6115-1.4899
CIE-Lab9.198826.8564-4.1194

#370520 color RGB value is (55,5,32).

#370520 hex color red value is 55, green value is 5 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #370520 hue: 0.91 , saturation: 0.83 and the lightness value of 370520 is 0.12.

The process color (four color CMYK) of #370520 color hex is 0.00, 0.91, 0.42, 0.78. Web safe color of #370520 is #330033. Color #370520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000101 00100000
Octal 67 5 40
Decimal 55 5 32
Hex 37 5 20

RGB Percentages of Color #370520

%59.78
%5.43
%34.78

CMYK Percentages of Color #370520

%0
%91
%42
%78

Triadic Colors of #370520

#370520 #203705 #052037

Analogous Colors of #370520

#370520 #370507 #350537

Monochromatic Colors of #370520

#370520

Complementary Color

#370520 #05371c

#370520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370520 Color CSS Codes

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

#370520 Text Font Color

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

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


#370520 Background Color

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

This div background color is #370520


#370520 Border Color

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

This div border color is #370520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370520


Comments

No comments written yet.

Please login to write comment.