Color Hex Logo

#337b76 Color Hex

#337B76
(51,123,118)
0 Favorites   0 Comments

Color spaces of #337b76

RGB 51123118
HSL0.490.410.34
HSV176°59°48°
CMYK 0.590.000.04   0.52
XYZ11.718216.177719.6445
Yxy16.17770.24650.3403
Hunter Lab40.2215-18.3832-0.8026
CIE-Lab47.2068-23.5892-4.0346

#337b76 color RGB value is (51,123,118).

#337b76 hex color red value is 51, green value is 123 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #337b76 hue: 0.49 , saturation: 0.41 and the lightness value of 337b76 is 0.34.

The process color (four color CMYK) of #337b76 color hex is 0.59, 0.00, 0.04, 0.52. Web safe color of #337b76 is #336666. Color #337b76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111011 01110110
Octal 63 173 166
Decimal 51 123 118
Hex 33 7B 76

RGB Percentages of Color #337b76

%17.47
%42.12
%40.41

CMYK Percentages of Color #337b76

%59
%0
%4
%52

Triadic Colors of #337b76

#337b76 #76337b #7b7633

Analogous Colors of #337b76

#337b76 #335c7b #337b52

Monochromatic Colors of #337b76

#337b76

Complementary Color

#337b76 #7b3338

#337b76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337b76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#337b76 Color CSS Codes

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

#337b76 Text Font Color

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

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


#337b76 Background Color

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

This div background color is #337b76


#337b76 Border Color

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

This div border color is #337b76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,123,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #337b76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #337b76;
  -webkit-box-shadow: 1px 1px 3px 2px #337b76;
  box-shadow:         1px 1px 3px 2px #337b76; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,123,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337b76


Comments

No comments written yet.

Please login to write comment.