Color Hex Logo

#375142 Color Hex

#375142
(55,81,66)
0 Favorites   0 Comments

Color spaces of #375142

RGB 558166
HSL0.400.190.27
HSV145°32°32°
CMYK 0.320.000.19   0.68
XYZ5.50137.09046.2329
Yxy7.09040.29220.3767
Hunter Lab26.6278-9.72064.7612
CIE-Lab32.0118-13.53755.6993

#375142 color RGB value is (55,81,66).

#375142 hex color red value is 55, green value is 81 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #375142 hue: 0.40 , saturation: 0.19 and the lightness value of 375142 is 0.27.

The process color (four color CMYK) of #375142 color hex is 0.32, 0.00, 0.19, 0.68. Web safe color of #375142 is #336633. Color #375142 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010001 01000010
Octal 67 121 102
Decimal 55 81 66
Hex 37 51 42

RGB Percentages of Color #375142

%27.23
%40.10
%32.67

CMYK Percentages of Color #375142

%32
%0
%19
%68

Triadic Colors of #375142

#375142 #423751 #514237

Analogous Colors of #375142

#375142 #37514f #395137

Monochromatic Colors of #375142

#375142

Complementary Color

#375142 #513746

#375142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375142 Color CSS Codes

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

#375142 Text Font Color

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

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


#375142 Background Color

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

This div background color is #375142


#375142 Border Color

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

This div border color is #375142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375142


Comments

No comments written yet.

Please login to write comment.