Color Hex Logo

#377263 Color Hex

#377263
(55,114,99)
0 Favorites   0 Comments

Color spaces of #377263

RGB 5511499
HSL0.460.350.33
HSV165°52°45°
CMYK 0.520.000.13   0.55
XYZ9.845013.747713.9391
Yxy13.74770.26230.3663
Hunter Lab37.0779-17.49063.6650
CIE-Lab43.8689-23.23892.4236

#377263 color RGB value is (55,114,99).

#377263 hex color red value is 55, green value is 114 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #377263 hue: 0.46 , saturation: 0.35 and the lightness value of 377263 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110010 01100011
Octal 67 162 143
Decimal 55 114 99
Hex 37 72 63

RGB Percentages of Color #377263

%20.52
%42.54
%36.94

CMYK Percentages of Color #377263

%52
%0
%13
%55

Triadic Colors of #377263

#377263 #633772 #726337

Analogous Colors of #377263

#377263 #376472 #377246

Monochromatic Colors of #377263

#377263

Complementary Color

#377263 #723746

#377263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377263 Color CSS Codes

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

#377263 Text Font Color

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

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


#377263 Background Color

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

This div background color is #377263


#377263 Border Color

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

This div border color is #377263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377263


Comments

No comments written yet.

Please login to write comment.