Color Hex Logo

#337d5b Color Hex

#337D5B
(51,125,91)
0 Favorites   0 Comments

Color spaces of #337d5b

RGB 5112591
HSL0.420.420.35
HSV152°59°49°
CMYK 0.590.000.27   0.51
XYZ10.587216.126412.4522
Yxy16.12640.27030.4117
Hunter Lab40.1577-23.21619.7256
CIE-Lab47.1399-31.579511.7829

#337d5b color RGB value is (51,125,91).

#337d5b hex color red value is 51, green value is 125 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #337d5b hue: 0.42 , saturation: 0.42 and the lightness value of 337d5b is 0.35.

The process color (four color CMYK) of #337d5b color hex is 0.59, 0.00, 0.27, 0.51. Web safe color of #337d5b is #336666. Color #337d5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111101 01011011
Octal 63 175 133
Decimal 51 125 91
Hex 33 7D 5B

RGB Percentages of Color #337d5b

%19.10
%46.82
%34.08

CMYK Percentages of Color #337d5b

%59
%0
%27
%51

Triadic Colors of #337d5b

#337d5b #5b337d #7d5b33

Analogous Colors of #337d5b

#337d5b #337a7d #337d36

Monochromatic Colors of #337d5b

#337d5b

Complementary Color

#337d5b #7d3355

#337d5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337d5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#337d5b Color CSS Codes

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

#337d5b Text Font Color

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

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


#337d5b Background Color

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

This div background color is #337d5b


#337d5b Border Color

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

This div border color is #337d5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337d5b


Comments

No comments written yet.

Please login to write comment.