Color Hex Logo

#33768a Color Hex

#33768A
(51,118,138)
0 Favorites   0 Comments

Color spaces of #33768a

RGB 51118138
HSL0.540.460.37
HSV194°63°54°
CMYK 0.630.140.00   0.46
XYZ12.431115.495726.3805
Yxy15.49570.22890.2853
Hunter Lab39.3646-12.5188-12.1785
CIE-Lab46.3058-14.7582-17.2584

#33768a color RGB value is (51,118,138).

#33768a hex color red value is 51, green value is 118 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #33768a hue: 0.54 , saturation: 0.46 and the lightness value of 33768a is 0.37.

The process color (four color CMYK) of #33768a color hex is 0.63, 0.14, 0.00, 0.46. Web safe color of #33768a is #336699. Color #33768a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110110 10001010
Octal 63 166 212
Decimal 51 118 138
Hex 33 76 8A

RGB Percentages of Color #33768a

%16.61
%38.44
%44.95

CMYK Percentages of Color #33768a

%63
%14
%0
%46

Triadic Colors of #33768a

#33768a #8a3376 #768a33

Analogous Colors of #33768a

#33768a #334b8a #338a73

Monochromatic Colors of #33768a

#33768a

Complementary Color

#33768a #8a4733

#33768a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33768a Color Preview on White Background

Lorem ipsum dolor sit amet.

#33768a Color CSS Codes

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

#33768a Text Font Color

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

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


#33768a Background Color

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

This div background color is #33768a


#33768a Border Color

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

This div border color is #33768a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33768a


Comments

No comments written yet.

Please login to write comment.