Color Hex Logo

#335d58 Color Hex

#335D58
(51,93,88)
0 Favorites   0 Comments

Color spaces of #335d58

RGB 519388
HSL0.480.290.28
HSV173°45°36°
CMYK 0.450.000.05   0.64
XYZ7.04109.237110.6444
Yxy9.23710.26150.3431
Hunter Lab30.3926-11.83430.5097
CIE-Lab36.4368-16.0292-1.7250

#335d58 color RGB value is (51,93,88).

#335d58 hex color red value is 51, green value is 93 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #335d58 hue: 0.48 , saturation: 0.29 and the lightness value of 335d58 is 0.28.

The process color (four color CMYK) of #335d58 color hex is 0.45, 0.00, 0.05, 0.64. Web safe color of #335d58 is #336666. Color #335d58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011101 01011000
Octal 63 135 130
Decimal 51 93 88
Hex 33 5D 58

RGB Percentages of Color #335d58

%21.98
%40.09
%37.93

CMYK Percentages of Color #335d58

%45
%0
%5
%64

Triadic Colors of #335d58

#335d58 #58335d #5d5833

Analogous Colors of #335d58

#335d58 #334d5d #335d43

Monochromatic Colors of #335d58

#335d58

Complementary Color

#335d58 #5d3338

#335d58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335d58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335d58 Color CSS Codes

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

#335d58 Text Font Color

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

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


#335d58 Background Color

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

This div background color is #335d58


#335d58 Border Color

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

This div border color is #335d58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,93,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #335d58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #335d58;
  -webkit-box-shadow: 1px 1px 3px 2px #335d58;
  box-shadow:         1px 1px 3px 2px #335d58; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,93,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 #335d58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335d58


Comments

No comments written yet.

Please login to write comment.