Color Hex Logo

#379551 Color Hex

#379551
(55,149,81)
0 Favorites   0 Comments

Color spaces of #379551

RGB 5514981
HSL0.380.460.40
HSV137°63°58°
CMYK 0.630.000.46   0.42
XYZ13.808222.901211.4772
Yxy22.90120.28660.4753
Hunter Lab47.8552-32.242019.2790
CIE-Lab54.9704-43.060127.8867

#379551 color RGB value is (55,149,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10010101 01010001
Octal 67 225 121
Decimal 55 149 81
Hex 37 95 51

RGB Percentages of Color #379551

%19.30
%52.28
%28.42

CMYK Percentages of Color #379551

%63
%0
%46
%42

Triadic Colors of #379551

#379551 #513795 #955137

Analogous Colors of #379551

#379551 #379580 #4c9537

Monochromatic Colors of #379551

#379551

Complementary Color

#379551 #95377b

#379551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#379551 Color CSS Codes

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

#379551 Text Font Color

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

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


#379551 Background Color

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

This div background color is #379551


#379551 Border Color

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

This div border color is #379551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379551


Comments

No comments written yet.

Please login to write comment.