Color Hex Logo

#335950 Color Hex

#335950
(51,89,80)
0 Favorites   0 Comments

Color spaces of #335950

RGB 518980
HSL0.460.270.27
HSV166°43°35°
CMYK 0.430.000.10   0.65
XYZ6.38568.42788.8796
Yxy8.42780.26950.3557
Hunter Lab29.0307-11.54072.1865
CIE-Lab34.8584-15.95450.9559

#335950 color RGB value is (51,89,80).

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

The process color (four color CMYK) of #335950 color hex is 0.43, 0.00, 0.10, 0.65. Web safe color of #335950 is #336666. Color #335950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011001 01010000
Octal 63 131 120
Decimal 51 89 80
Hex 33 59 50

RGB Percentages of Color #335950

%23.18
%40.45
%36.36

CMYK Percentages of Color #335950

%43
%0
%10
%65

Triadic Colors of #335950

#335950 #503359 #595033

Analogous Colors of #335950

#335950 #334f59 #33593d

Monochromatic Colors of #335950

#335950

Complementary Color

#335950 #59333c

#335950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335950 Color CSS Codes

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

#335950 Text Font Color

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

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


#335950 Background Color

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

This div background color is #335950


#335950 Border Color

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

This div border color is #335950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335950


Comments

No comments written yet.

Please login to write comment.