Color Hex Logo

#336855 Color Hex

#336855
(51,104,85)
0 Favorites   0 Comments

Color spaces of #336855

RGB 5110485
HSL0.440.340.30
HSV158°51°41°
CMYK 0.510.000.18   0.59
XYZ7.955211.260310.3485
Yxy11.26030.26910.3809
Hunter Lab33.5564-16.40675.2049
CIE-Lab40.0155-22.73325.3068

#336855 color RGB value is (51,104,85).

#336855 hex color red value is 51, green value is 104 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #336855 hue: 0.44 , saturation: 0.34 and the lightness value of 336855 is 0.30.

The process color (four color CMYK) of #336855 color hex is 0.51, 0.00, 0.18, 0.59. Web safe color of #336855 is #336666. Color #336855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101000 01010101
Octal 63 150 125
Decimal 51 104 85
Hex 33 68 55

RGB Percentages of Color #336855

%21.25
%43.33
%35.42

CMYK Percentages of Color #336855

%51
%0
%18
%59

Triadic Colors of #336855

#336855 #553368 #685533

Analogous Colors of #336855

#336855 #336168 #33683b

Monochromatic Colors of #336855

#336855

Complementary Color

#336855 #683346

#336855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#336855 Color CSS Codes

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

#336855 Text Font Color

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

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


#336855 Background Color

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

This div background color is #336855


#336855 Border Color

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

This div border color is #336855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336855


Comments

No comments written yet.

Please login to write comment.