Color Hex Logo

#372135 Color Hex

#372135
(55,33,53)
0 Favorites   0 Comments

Color spaces of #372135

RGB 553353
HSL0.850.250.17
HSV305°40°22°
CMYK 0.000.400.04   0.78
XYZ2.76202.15703.6389
Yxy2.15700.32270.2520
Hunter Lab14.68677.8671-4.4094
CIE-Lab16.290514.5373-8.7486

#372135 color RGB value is (55,33,53).

#372135 hex color red value is 55, green value is 33 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #372135 hue: 0.85 , saturation: 0.25 and the lightness value of 372135 is 0.17.

The process color (four color CMYK) of #372135 color hex is 0.00, 0.40, 0.04, 0.78. Web safe color of #372135 is #333333. Color #372135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100001 00110101
Octal 67 41 65
Decimal 55 33 53
Hex 37 21 35

RGB Percentages of Color #372135

%39.01
%23.40
%37.59

CMYK Percentages of Color #372135

%0
%40
%4
%78

Triadic Colors of #372135

#372135 #353721 #213537

Analogous Colors of #372135

#372135 #37212a #2e2137

Monochromatic Colors of #372135

#372135

Complementary Color

#372135 #213723

#372135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372135 Color CSS Codes

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

#372135 Text Font Color

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

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


#372135 Background Color

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

This div background color is #372135


#372135 Border Color

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

This div border color is #372135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372135


Comments

No comments written yet.

Please login to write comment.