Color Hex Logo

#335852 Color Hex

#335852
(51,88,82)
0 Favorites   0 Comments

Color spaces of #335852

RGB 518882
HSL0.470.270.27
HSV170°42°35°
CMYK 0.420.000.07   0.65
XYZ6.37808.29259.2471
Yxy8.29250.26670.3467
Hunter Lab28.7967-10.85941.1187
CIE-Lab34.5848-14.8558-0.6963

#335852 color RGB value is (51,88,82).

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

The process color (four color CMYK) of #335852 color hex is 0.42, 0.00, 0.07, 0.65. Web safe color of #335852 is #336666. Color #335852 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011000 01010010
Octal 63 130 122
Decimal 51 88 82
Hex 33 58 52

RGB Percentages of Color #335852

%23.08
%39.82
%37.10

CMYK Percentages of Color #335852

%42
%0
%7
%65

Triadic Colors of #335852

#335852 #523358 #585233

Analogous Colors of #335852

#335852 #334c58 #335840

Monochromatic Colors of #335852

#335852

Complementary Color

#335852 #583339

#335852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335852 Color CSS Codes

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

#335852 Text Font Color

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

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


#335852 Background Color

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

This div background color is #335852


#335852 Border Color

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

This div border color is #335852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335852


Comments

No comments written yet.

Please login to write comment.