Color Hex Logo

#378448 Color Hex

#378448
(55,132,72)
0 Favorites   0 Comments

Color spaces of #378448

RGB 5513272
HSL0.370.410.37
HSV133°58°52°
CMYK 0.580.000.45   0.48
XYZ10.996517.78268.9837
Yxy17.78260.29120.4709
Hunter Lab42.1694-27.249116.8876
CIE-Lab49.2314-37.533325.3992

#378448 color RGB value is (55,132,72).

#378448 hex color red value is 55, green value is 132 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #378448 hue: 0.37 , saturation: 0.41 and the lightness value of 378448 is 0.37.

The process color (four color CMYK) of #378448 color hex is 0.58, 0.00, 0.45, 0.48. Web safe color of #378448 is #339933. Color #378448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000100 01001000
Octal 67 204 110
Decimal 55 132 72
Hex 37 84 48

RGB Percentages of Color #378448

%21.24
%50.97
%27.80

CMYK Percentages of Color #378448

%58
%0
%45
%48

Triadic Colors of #378448

#378448 #483784 #844837

Analogous Colors of #378448

#378448 #37846f #4d8437

Monochromatic Colors of #378448

#378448

Complementary Color

#378448 #843773

#378448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378448 Color CSS Codes

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

#378448 Text Font Color

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

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


#378448 Background Color

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

This div background color is #378448


#378448 Border Color

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

This div border color is #378448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378448


Comments

No comments written yet.

Please login to write comment.