Color Hex Logo

#377b50 Color Hex

#377B50
(55,123,80)
0 Favorites   0 Comments

Color spaces of #377b50

RGB 5512380
HSL0.390.380.35
HSV142°55°48°
CMYK 0.550.000.35   0.52
XYZ10.106515.557310.0596
Yxy15.55730.28290.4355
Hunter Lab39.4427-23.287412.4884
CIE-Lab46.3882-32.037217.1517

#377b50 color RGB value is (55,123,80).

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

The process color (four color CMYK) of #377b50 color hex is 0.55, 0.00, 0.35, 0.52. Web safe color of #377b50 is #336666. Color #377b50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111011 01010000
Octal 67 173 120
Decimal 55 123 80
Hex 37 7B 50

RGB Percentages of Color #377b50

%21.32
%47.67
%31.01

CMYK Percentages of Color #377b50

%55
%0
%35
%52

Triadic Colors of #377b50

#377b50 #50377b #7b5037

Analogous Colors of #377b50

#377b50 #377b72 #407b37

Monochromatic Colors of #377b50

#377b50

Complementary Color

#377b50 #7b3762

#377b50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377b50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377b50 Color CSS Codes

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

#377b50 Text Font Color

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

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


#377b50 Background Color

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

This div background color is #377b50


#377b50 Border Color

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

This div border color is #377b50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377b50


Comments

No comments written yet.

Please login to write comment.