Color Hex Logo

#370812 Color Hex

#370812
(55,8,18)
0 Favorites   0 Comments

Color spaces of #370812

RGB 55818
HSL0.960.750.12
HSV347°85°22°
CMYK 0.000.850.67   0.78
XYZ1.77161.02960.6776
Yxy1.02960.50930.2960
Hunter Lab10.146913.40813.1435
CIE-Lab9.235623.79596.2315

#370812 color RGB value is (55,8,18).

#370812 hex color red value is 55, green value is 8 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #370812 hue: 0.96 , saturation: 0.75 and the lightness value of 370812 is 0.12.

The process color (four color CMYK) of #370812 color hex is 0.00, 0.85, 0.67, 0.78. Web safe color of #370812 is #330000. Color #370812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001000 00010010
Octal 67 10 22
Decimal 55 8 18
Hex 37 8 12

RGB Percentages of Color #370812

%67.90
%9.88
%22.22

CMYK Percentages of Color #370812

%0
%85
%67
%78

Triadic Colors of #370812

#370812 #123708 #081237

Analogous Colors of #370812

#370812 #371608 #37082a

Monochromatic Colors of #370812

#370812

Complementary Color

#370812 #08372d

#370812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370812 Color CSS Codes

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

#370812 Text Font Color

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

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


#370812 Background Color

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

This div background color is #370812


#370812 Border Color

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

This div border color is #370812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370812


Comments

No comments written yet.

Please login to write comment.