Color Hex Logo

#378955 Color Hex

#378955
(55,137,85)
0 Favorites   0 Comments

Color spaces of #378955

RGB 5513785
HSL0.390.430.38
HSV142°60°54°
CMYK 0.600.000.38   0.46
XYZ12.160919.359411.6901
Yxy19.35940.28140.4480
Hunter Lab43.9993-27.663515.0469
CIE-Lab51.1051-37.297120.6417

#378955 color RGB value is (55,137,85).

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

The process color (four color CMYK) of #378955 color hex is 0.60, 0.00, 0.38, 0.46. Web safe color of #378955 is #339966. Color #378955 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001001 01010101
Octal 67 211 125
Decimal 55 137 85
Hex 37 89 55

RGB Percentages of Color #378955

%19.86
%49.46
%30.69

CMYK Percentages of Color #378955

%60
%0
%38
%46

Triadic Colors of #378955

#378955 #553789 #895537

Analogous Colors of #378955

#378955 #37897e #428937

Monochromatic Colors of #378955

#378955

Complementary Color

#378955 #89376b

#378955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378955 Color CSS Codes

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

#378955 Text Font Color

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

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


#378955 Background Color

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

This div background color is #378955


#378955 Border Color

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

This div border color is #378955


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,137,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 #378955">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378955


Comments

No comments written yet.

Please login to write comment.