Color Hex Logo

#372315 Color Hex

#372315
(55,35,21)
0 Favorites   0 Comments

Color spaces of #372315

RGB 553521
HSL0.070.450.15
HSV25°62°22°
CMYK 0.000.360.62   0.78
XYZ2.31192.06840.9869
Yxy2.06840.43070.3854
Hunter Lab14.38193.52555.9988
CIE-Lab15.84227.619813.2005

#372315 color RGB value is (55,35,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100011 00010101
Octal 67 43 25
Decimal 55 35 21
Hex 37 23 15

RGB Percentages of Color #372315

%49.55
%31.53
%18.92

CMYK Percentages of Color #372315

%0
%36
%62
%78

Triadic Colors of #372315

#372315 #153723 #231537

Analogous Colors of #372315

#372315 #373415 #371518

Monochromatic Colors of #372315

#372315

Complementary Color

#372315 #152937

#372315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372315 Color CSS Codes

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

#372315 Text Font Color

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

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


#372315 Background Color

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

This div background color is #372315


#372315 Border Color

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

This div border color is #372315


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,35,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 #372315">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372315


Comments

No comments written yet.

Please login to write comment.