Color Hex Logo

#375845 Color Hex

#375845
(55,88,69)
0 Favorites   0 Comments

Color spaces of #375845

RGB 558869
HSL0.400.230.28
HSV145°38°35°
CMYK 0.380.000.22   0.65
XYZ6.13948.22136.8935
Yxy8.22130.28890.3868
Hunter Lab28.6728-11.95715.8165
CIE-Lab34.4396-16.79597.2529

#375845 color RGB value is (55,88,69).

#375845 hex color red value is 55, green value is 88 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #375845 hue: 0.40 , saturation: 0.23 and the lightness value of 375845 is 0.28.

The process color (four color CMYK) of #375845 color hex is 0.38, 0.00, 0.22, 0.65. Web safe color of #375845 is #336633. Color #375845 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011000 01000101
Octal 67 130 105
Decimal 55 88 69
Hex 37 58 45

RGB Percentages of Color #375845

%25.94
%41.51
%32.55

CMYK Percentages of Color #375845

%38
%0
%22
%65

Triadic Colors of #375845

#375845 #453758 #584537

Analogous Colors of #375845

#375845 #375856 #3a5837

Monochromatic Colors of #375845

#375845

Complementary Color

#375845 #58374a

#375845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375845 Color CSS Codes

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

#375845 Text Font Color

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

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


#375845 Background Color

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

This div background color is #375845


#375845 Border Color

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

This div border color is #375845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375845


Comments

No comments written yet.

Please login to write comment.