Color Hex Logo

#37070f Color Hex

#37070F
(55,7,15)
0 Favorites   0 Comments

Color spaces of #37070f

RGB 55715
HSL0.970.770.12
HSV350°87°22°
CMYK 0.000.870.73   0.78
XYZ1.73780.99870.5531
Yxy0.99870.52830.3036
Hunter Lab9.993513.55133.7140
CIE-Lab8.980624.04667.5726

#37070f color RGB value is (55,7,15).

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

The process color (four color CMYK) of #37070f color hex is 0.00, 0.87, 0.73, 0.78. Web safe color of #37070f is #330000. Color #37070f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000111 00001111
Octal 67 7 17
Decimal 55 7 15
Hex 37 7 F

RGB Percentages of Color #37070f

%71.43
%9.09
%19.48

CMYK Percentages of Color #37070f

%0
%87
%73
%78

Triadic Colors of #37070f

#37070f #0f3707 #070f37

Analogous Colors of #37070f

#37070f #371707 #370727

Monochromatic Colors of #37070f

#37070f

Complementary Color

#37070f #07372f

#37070f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37070f Color Preview on White Background

Lorem ipsum dolor sit amet.

#37070f Color CSS Codes

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

#37070f Text Font Color

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

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


#37070f Background Color

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

This div background color is #37070f


#37070f Border Color

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

This div border color is #37070f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37070f


Comments

No comments written yet.

Please login to write comment.