Color Hex Logo

#370302 Color Hex

#370302
(55,3,2)
0 Favorites   0 Comments

Color spaces of #370302

RGB 5532
HSL0.000.930.11
HSV96°22°
CMYK 0.000.950.96   0.78
XYZ1.61910.88170.1423
Yxy0.88170.61260.3336
Hunter Lab9.389914.34655.6744
CIE-Lab7.964325.357111.6962

#370302 color RGB value is (55,3,2).

#370302 hex color red value is 55, green value is 3 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #370302 hue: 0.00 , saturation: 0.93 and the lightness value of 370302 is 0.11.

The process color (four color CMYK) of #370302 color hex is 0.00, 0.95, 0.96, 0.78. Web safe color of #370302 is #330000. Color #370302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000011 00000010
Octal 67 3 2
Decimal 55 3 2
Hex 37 3 2

RGB Percentages of Color #370302

%91.67
%5.00
%3.33

CMYK Percentages of Color #370302

%0
%95
%96
%78

Triadic Colors of #370302

#370302 #023703 #030237

Analogous Colors of #370302

#370302 #371e02 #37021c

Monochromatic Colors of #370302

#370302

Complementary Color

#370302 #023637

#370302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370302 Color CSS Codes

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

#370302 Text Font Color

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

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


#370302 Background Color

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

This div background color is #370302


#370302 Border Color

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

This div border color is #370302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370302


Comments

No comments written yet.

Please login to write comment.