Color Hex Logo

#372215 Color Hex

#372215
(55,34,21)
1 Favorites   0 Comments

Color spaces of #372215

RGB 553421
HSL0.060.450.15
HSV23°62°22°
CMYK 0.000.380.62   0.78
XYZ2.28292.01040.9772
Yxy2.01040.43310.3814
Hunter Lab14.17893.92685.8390
CIE-Lab15.54178.306612.8195

#372215 color RGB value is (55,34,21).

#372215 hex color red value is 55, green value is 34 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #372215 hue: 0.06 , saturation: 0.45 and the lightness value of 372215 is 0.15.

The process color (four color CMYK) of #372215 color hex is 0.00, 0.38, 0.62, 0.78. Web safe color of #372215 is #333300. Color #372215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100010 00010101
Octal 67 42 25
Decimal 55 34 21
Hex 37 22 15

RGB Percentages of Color #372215

%50.00
%30.91
%19.09

CMYK Percentages of Color #372215

%0
%38
%62
%78

Triadic Colors of #372215

#372215 #153722 #221537

Analogous Colors of #372215

#372215 #373315 #371519

Monochromatic Colors of #372215

#372215

Complementary Color

#372215 #152a37

#372215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372215 Color CSS Codes

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

#372215 Text Font Color

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

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


#372215 Background Color

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

This div background color is #372215


#372215 Border Color

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

This div border color is #372215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372215


Comments

No comments written yet.

Please login to write comment.