Color Hex Logo

#377383 Color Hex

#377383
(55,115,131)
0 Favorites   0 Comments

Color spaces of #377383

RGB 55115131
HSL0.540.410.36
HSV193°58°51°
CMYK 0.580.120.00   0.49
XYZ11.803014.712423.6904
Yxy14.71240.23510.2930
Hunter Lab38.3567-12.1969-9.7697
CIE-Lab45.2377-14.5032-14.7090

#377383 color RGB value is (55,115,131).

#377383 hex color red value is 55, green value is 115 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #377383 hue: 0.54 , saturation: 0.41 and the lightness value of 377383 is 0.36.

The process color (four color CMYK) of #377383 color hex is 0.58, 0.12, 0.00, 0.49. Web safe color of #377383 is #336699. Color #377383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110011 10000011
Octal 67 163 203
Decimal 55 115 131
Hex 37 73 83

RGB Percentages of Color #377383

%18.27
%38.21
%43.52

CMYK Percentages of Color #377383

%58
%12
%0
%49

Triadic Colors of #377383

#377383 #833773 #738337

Analogous Colors of #377383

#377383 #374d83 #37836d

Monochromatic Colors of #377383

#377383

Complementary Color

#377383 #834737

#377383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377383 Color CSS Codes

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

#377383 Text Font Color

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

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


#377383 Background Color

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

This div background color is #377383


#377383 Border Color

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

This div border color is #377383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377383


Comments

No comments written yet.

Please login to write comment.