Color Hex Logo

#370720 Color Hex

#370720
(55,7,32)
0 Favorites   0 Comments

Color spaces of #370720

RGB 55732
HSL0.910.770.12
HSV329°87°22°
CMYK 0.000.870.42   0.78
XYZ1.91221.06851.4719
Yxy1.06850.42950.2400
Hunter Lab10.336814.9311-1.2067
CIE-Lab9.549525.8611-3.5925

#370720 color RGB value is (55,7,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000111 00100000
Octal 67 7 40
Decimal 55 7 32
Hex 37 7 20

RGB Percentages of Color #370720

%58.51
%7.45
%34.04

CMYK Percentages of Color #370720

%0
%87
%42
%78

Triadic Colors of #370720

#370720 #203707 #072037

Analogous Colors of #370720

#370720 #370708 #360737

Monochromatic Colors of #370720

#370720

Complementary Color

#370720 #07371e

#370720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370720 Color CSS Codes

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

#370720 Text Font Color

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

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


#370720 Background Color

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

This div background color is #370720


#370720 Border Color

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

This div border color is #370720


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,7,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 #370720">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370720


Comments

No comments written yet.

Please login to write comment.