Color Hex Logo

#377950 Color Hex

#377950
(55,121,80)
0 Favorites   0 Comments

Color spaces of #377950

RGB 5512180
HSL0.400.380.35
HSV143°55°47°
CMYK 0.550.000.34   0.53
XYZ9.860915.06629.9778
Yxy15.06620.28250.4316
Hunter Lab38.8152-22.579211.9296
CIE-Lab45.7247-31.111816.2534

#377950 color RGB value is (55,121,80).

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

The process color (four color CMYK) of #377950 color hex is 0.55, 0.00, 0.34, 0.53. Web safe color of #377950 is #336666. Color #377950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111001 01010000
Octal 67 171 120
Decimal 55 121 80
Hex 37 79 50

RGB Percentages of Color #377950

%21.48
%47.27
%31.25

CMYK Percentages of Color #377950

%55
%0
%34
%53

Triadic Colors of #377950

#377950 #503779 #795037

Analogous Colors of #377950

#377950 #377971 #3f7937

Monochromatic Colors of #377950

#377950

Complementary Color

#377950 #793760

#377950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377950 Color CSS Codes

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

#377950 Text Font Color

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

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


#377950 Background Color

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

This div background color is #377950


#377950 Border Color

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

This div border color is #377950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377950


Comments

No comments written yet.

Please login to write comment.