Color Hex Logo

#335d63 Color Hex

#335D63
(51,93,99)
0 Favorites   0 Comments

Color spaces of #335d63

RGB 519399
HSL0.520.320.29
HSV188°48°39°
CMYK 0.480.060.00   0.61
XYZ7.53179.433413.2282
Yxy9.43340.24940.3124
Hunter Lab30.7138-9.9771-4.0360
CIE-Lab36.8057-12.8500-8.0108

#335d63 color RGB value is (51,93,99).

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

The process color (four color CMYK) of #335d63 color hex is 0.48, 0.06, 0.00, 0.61. Web safe color of #335d63 is #336666. Color #335d63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011101 01100011
Octal 63 135 143
Decimal 51 93 99
Hex 33 5D 63

RGB Percentages of Color #335d63

%20.99
%38.27
%40.74

CMYK Percentages of Color #335d63

%48
%6
%0
%61

Triadic Colors of #335d63

#335d63 #63335d #5d6333

Analogous Colors of #335d63

#335d63 #334563 #336351

Monochromatic Colors of #335d63

#335d63

Complementary Color

#335d63 #633933

#335d63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335d63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335d63 Color CSS Codes

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

#335d63 Text Font Color

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

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


#335d63 Background Color

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

This div background color is #335d63


#335d63 Border Color

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

This div border color is #335d63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335d63


Comments

No comments written yet.

Please login to write comment.