Color Hex Logo

#376963 Color Hex

#376963
(55,105,99)
0 Favorites   0 Comments

Color spaces of #376963

RGB 5510599
HSL0.480.310.31
HSV173°48°41°
CMYK 0.480.000.06   0.59
XYZ8.879311.816213.6172
Yxy11.81620.25880.3444
Hunter Lab34.3747-14.04750.5751
CIE-Lab40.9225-18.4823-1.8745

#376963 color RGB value is (55,105,99).

#376963 hex color red value is 55, green value is 105 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #376963 hue: 0.48 , saturation: 0.31 and the lightness value of 376963 is 0.31.

The process color (four color CMYK) of #376963 color hex is 0.48, 0.00, 0.06, 0.59. Web safe color of #376963 is #336666. Color #376963 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101001 01100011
Octal 67 151 143
Decimal 55 105 99
Hex 37 69 63

RGB Percentages of Color #376963

%21.24
%40.54
%38.22

CMYK Percentages of Color #376963

%48
%0
%6
%59

Triadic Colors of #376963

#376963 #633769 #696337

Analogous Colors of #376963

#376963 #375669 #37694a

Monochromatic Colors of #376963

#376963

Complementary Color

#376963 #69373d

#376963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376963 Color CSS Codes

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

#376963 Text Font Color

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

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


#376963 Background Color

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

This div background color is #376963


#376963 Border Color

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

This div border color is #376963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376963


Comments

No comments written yet.

Please login to write comment.