Color Hex Logo

#376258 Color Hex

#376258
(55,98,88)
0 Favorites   0 Comments

Color spaces of #376258

RGB 559888
HSL0.460.280.30
HSV166°44°38°
CMYK 0.440.000.10   0.62
XYZ7.704710.252210.8053
Yxy10.25220.26790.3564
Hunter Lab32.0191-13.08112.4051
CIE-Lab38.2913-17.62171.0104

#376258 color RGB value is (55,98,88).

#376258 hex color red value is 55, green value is 98 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #376258 hue: 0.46 , saturation: 0.28 and the lightness value of 376258 is 0.30.

The process color (four color CMYK) of #376258 color hex is 0.44, 0.00, 0.10, 0.62. Web safe color of #376258 is #336666. Color #376258 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100010 01011000
Octal 67 142 130
Decimal 55 98 88
Hex 37 62 58

RGB Percentages of Color #376258

%22.82
%40.66
%36.51

CMYK Percentages of Color #376258

%44
%0
%10
%62

Triadic Colors of #376258

#376258 #583762 #625837

Analogous Colors of #376258

#376258 #375762 #376243

Monochromatic Colors of #376258

#376258

Complementary Color

#376258 #623741

#376258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376258 Color CSS Codes

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

#376258 Text Font Color

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

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


#376258 Background Color

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

This div background color is #376258


#376258 Border Color

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

This div border color is #376258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376258


Comments

No comments written yet.

Please login to write comment.