Color Hex Logo

#335f65 Color Hex

#335F65
(51,95,101)
0 Favorites   0 Comments

Color spaces of #335f65

RGB 5195101
HSL0.520.330.30
HSV187°50°40°
CMYK 0.500.060.00   0.60
XYZ7.80649.827813.7974
Yxy9.82780.24840.3127
Hunter Lab31.3493-10.4124-4.1501
CIE-Lab37.5316-13.3990-8.1601

#335f65 color RGB value is (51,95,101).

#335f65 hex color red value is 51, green value is 95 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #335f65 hue: 0.52 , saturation: 0.33 and the lightness value of 335f65 is 0.30.

The process color (four color CMYK) of #335f65 color hex is 0.50, 0.06, 0.00, 0.60. Web safe color of #335f65 is #336666. Color #335f65 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 01100101
Octal 63 137 145
Decimal 51 95 101
Hex 33 5F 65

RGB Percentages of Color #335f65

%20.65
%38.46
%40.89

CMYK Percentages of Color #335f65

%50
%6
%0
%60

Triadic Colors of #335f65

#335f65 #65335f #5f6533

Analogous Colors of #335f65

#335f65 #334665 #336552

Monochromatic Colors of #335f65

#335f65

Complementary Color

#335f65 #653933

#335f65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335f65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335f65 Color CSS Codes

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

#335f65 Text Font Color

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

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


#335f65 Background Color

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

This div background color is #335f65


#335f65 Border Color

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

This div border color is #335f65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335f65


Comments

No comments written yet.

Please login to write comment.