Color Hex Logo

#373234 Color Hex

#373234
(55,50,52)
0 Favorites   0 Comments

Color spaces of #373234

RGB 555052
HSL0.930.050.21
HSV336°22°
CMYK 0.000.090.05   0.78
XYZ3.33603.34143.7179
Yxy3.34140.32090.3214
Hunter Lab18.27950.58710.7365
CIE-Lab21.36232.6619-0.4669

#373234 color RGB value is (55,50,52).

#373234 hex color red value is 55, green value is 50 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #373234 hue: 0.93 , saturation: 0.05 and the lightness value of 373234 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110010 00110100
Octal 67 62 64
Decimal 55 50 52
Hex 37 32 34

RGB Percentages of Color #373234

%35.03
%31.85
%33.12

CMYK Percentages of Color #373234

%0
%9
%5
%78

Triadic Colors of #373234

#373234 #343732 #323437

Analogous Colors of #373234

#373234 #373332 #373237

Monochromatic Colors of #373234

#373234

Complementary Color

#373234 #323735

#373234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373234 Color CSS Codes

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

#373234 Text Font Color

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

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


#373234 Background Color

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

This div background color is #373234


#373234 Border Color

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

This div border color is #373234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373234


Comments

No comments written yet.

Please login to write comment.