Color Hex Logo

#379355 Color Hex

#379355
(55,147,85)
0 Favorites   0 Comments

Color spaces of #379355

RGB 5514785
HSL0.390.460.40
HSV140°63°58°
CMYK 0.630.000.42   0.42
XYZ13.649022.335512.1861
Yxy22.33550.28330.4637
Hunter Lab47.2604-31.154317.7944
CIE-Lab54.3812-41.534324.9644

#379355 color RGB value is (55,147,85).

#379355 hex color red value is 55, green value is 147 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #379355 hue: 0.39 , saturation: 0.46 and the lightness value of 379355 is 0.40.

The process color (four color CMYK) of #379355 color hex is 0.63, 0.00, 0.42, 0.42. Web safe color of #379355 is #339966. Color #379355 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10010011 01010101
Octal 67 223 125
Decimal 55 147 85
Hex 37 93 55

RGB Percentages of Color #379355

%19.16
%51.22
%29.62

CMYK Percentages of Color #379355

%63
%0
%42
%42

Triadic Colors of #379355

#379355 #553793 #935537

Analogous Colors of #379355

#379355 #379383 #479337

Monochromatic Colors of #379355

#379355

Complementary Color

#379355 #933775

#379355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#379355 Color CSS Codes

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

#379355 Text Font Color

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

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


#379355 Background Color

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

This div background color is #379355


#379355 Border Color

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

This div border color is #379355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379355


Comments

No comments written yet.

Please login to write comment.