Color Hex Logo

#373421 Color Hex

#373421
(55,52,33)
0 Favorites   0 Comments

Color spaces of #373421

RGB 555233
HSL0.140.250.17
HSV52°40°22°
CMYK 0.000.050.40   0.78
XYZ3.07813.37801.9286
Yxy3.37800.36710.4029
Hunter Lab18.3793-2.26946.6441
CIE-Lab21.4983-2.256212.5178

#373421 color RGB value is (55,52,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110100 00100001
Octal 67 64 41
Decimal 55 52 33
Hex 37 34 21

RGB Percentages of Color #373421

%39.29
%37.14
%23.57

CMYK Percentages of Color #373421

%0
%5
%40
%78

Triadic Colors of #373421

#373421 #213734 #342137

Analogous Colors of #373421

#373421 #2f3721 #372921

Monochromatic Colors of #373421

#373421

Complementary Color

#373421 #212437

#373421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373421 Color CSS Codes

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

#373421 Text Font Color

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

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


#373421 Background Color

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

This div background color is #373421


#373421 Border Color

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

This div border color is #373421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373421


Comments

No comments written yet.

Please login to write comment.