Color Hex Logo

#33655a Color Hex

#33655A
(51,101,90)
0 Favorites   0 Comments

Color spaces of #33655a

RGB 5110190
HSL0.460.330.30
HSV167°50°40°
CMYK 0.500.000.11   0.60
XYZ7.864410.749411.3332
Yxy10.74940.26260.3589
Hunter Lab32.7863-14.55942.4557
CIE-Lab39.1551-19.86021.0158

#33655a color RGB value is (51,101,90).

#33655a hex color red value is 51, green value is 101 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #33655a hue: 0.46 , saturation: 0.33 and the lightness value of 33655a is 0.30.

The process color (four color CMYK) of #33655a color hex is 0.50, 0.00, 0.11, 0.60. Web safe color of #33655a is #336666. Color #33655a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100101 01011010
Octal 63 145 132
Decimal 51 101 90
Hex 33 65 5A

RGB Percentages of Color #33655a

%21.07
%41.74
%37.19

CMYK Percentages of Color #33655a

%50
%0
%11
%60

Triadic Colors of #33655a

#33655a #5a3365 #655a33

Analogous Colors of #33655a

#33655a #335765 #336541

Monochromatic Colors of #33655a

#33655a

Complementary Color

#33655a #65333e

#33655a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33655a Color Preview on White Background

Lorem ipsum dolor sit amet.

#33655a Color CSS Codes

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

#33655a Text Font Color

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

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


#33655a Background Color

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

This div background color is #33655a


#33655a Border Color

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

This div border color is #33655a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,101,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33655a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33655a;
  -webkit-box-shadow: 1px 1px 3px 2px #33655a;
  box-shadow:         1px 1px 3px 2px #33655a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33655a


Comments

No comments written yet.

Please login to write comment.