Color Hex Logo

#335506 Color Hex

#335506
(51,85,6)
0 Favorites   0 Comments

Color spaces of #335506

RGB 51856
HSL0.240.870.18
HSV86°93°33°
CMYK 0.400.000.93   0.67
XYZ4.64667.21401.3198
Yxy7.21400.35250.5473
Hunter Lab26.8589-16.122515.8878
CIE-Lab32.2892-25.318137.3150

#335506 color RGB value is (51,85,6).

#335506 hex color red value is 51, green value is 85 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #335506 hue: 0.24 , saturation: 0.87 and the lightness value of 335506 is 0.18.

The process color (four color CMYK) of #335506 color hex is 0.40, 0.00, 0.93, 0.67. Web safe color of #335506 is #336600. Color #335506 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010101 00000110
Octal 63 125 6
Decimal 51 85 6
Hex 33 55 6

RGB Percentages of Color #335506

%35.92
%59.86
%4.23

CMYK Percentages of Color #335506

%40
%0
%93
%67

Triadic Colors of #335506

#335506 #063355 #550633

Analogous Colors of #335506

#335506 #0c5506 #554f06

Monochromatic Colors of #335506

#335506

Complementary Color

#335506 #280655

#335506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335506 Color CSS Codes

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

#335506 Text Font Color

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

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


#335506 Background Color

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

This div background color is #335506


#335506 Border Color

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

This div border color is #335506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335506


Comments

No comments written yet.

Please login to write comment.