Color Hex Logo

#335750 Color Hex

#335750
(51,87,80)
0 Favorites   0 Comments

Color spaces of #335750

RGB 518780
HSL0.470.260.27
HSV168°41°34°
CMYK 0.410.000.08   0.66
XYZ6.22148.09948.8249
Yxy8.09940.26880.3499
Hunter Lab28.4594-10.78291.5366
CIE-Lab34.1890-14.8267-0.0197

#335750 color RGB value is (51,87,80).

#335750 hex color red value is 51, green value is 87 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #335750 hue: 0.47 , saturation: 0.26 and the lightness value of 335750 is 0.27.

The process color (four color CMYK) of #335750 color hex is 0.41, 0.00, 0.08, 0.66. Web safe color of #335750 is #336666. Color #335750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010111 01010000
Octal 63 127 120
Decimal 51 87 80
Hex 33 57 50

RGB Percentages of Color #335750

%23.39
%39.91
%36.70

CMYK Percentages of Color #335750

%41
%0
%8
%66

Triadic Colors of #335750

#335750 #503357 #575033

Analogous Colors of #335750

#335750 #334c57 #33573e

Monochromatic Colors of #335750

#335750

Complementary Color

#335750 #57333a

#335750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335750 Color CSS Codes

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

#335750 Text Font Color

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

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


#335750 Background Color

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

This div background color is #335750


#335750 Border Color

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

This div border color is #335750


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,87,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #335750; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #335750;
  -webkit-box-shadow: 1px 1px 3px 2px #335750;
  box-shadow:         1px 1px 3px 2px #335750; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335750


Comments

No comments written yet.

Please login to write comment.