Color Hex Logo

#37350d Color Hex

#37350D
(55,53,13)
0 Favorites   0 Comments

Color spaces of #37350d

RGB 555313
HSL0.160.620.13
HSV57°76°22°
CMYK 0.000.040.76   0.78
XYZ2.92133.38750.8807
Yxy3.38750.40630.4712
Hunter Lab18.4052-3.877210.0465
CIE-Lab21.5334-5.161124.5295

#37350d color RGB value is (55,53,13).

#37350d hex color red value is 55, green value is 53 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #37350d hue: 0.16 , saturation: 0.62 and the lightness value of 37350d is 0.13.

The process color (four color CMYK) of #37350d color hex is 0.00, 0.04, 0.76, 0.78. Web safe color of #37350d is #333300. Color #37350d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110101 00001101
Octal 67 65 15
Decimal 55 53 13
Hex 37 35 D

RGB Percentages of Color #37350d

%45.45
%43.80
%10.74

CMYK Percentages of Color #37350d

%0
%4
%76
%78

Triadic Colors of #37350d

#37350d #0d3735 #350d37

Analogous Colors of #37350d

#37350d #24370d #37200d

Monochromatic Colors of #37350d

#37350d

Complementary Color

#37350d #0d0f37

#37350d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37350d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37350d Color CSS Codes

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

#37350d Text Font Color

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

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


#37350d Background Color

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

This div background color is #37350d


#37350d Border Color

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

This div border color is #37350d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37350d


Comments

No comments written yet.

Please login to write comment.