Color Hex Logo

#33747c Color Hex

#33747C
(51,116,124)
0 Favorites   0 Comments

Color spaces of #33747c

RGB 51116124
HSL0.520.420.34
HSV187°59°49°
CMYK 0.590.060.00   0.51
XYZ11.248714.649821.3036
Yxy14.64980.23830.3104
Hunter Lab38.2751-14.5218-6.2078
CIE-Lab45.1508-18.0961-10.6753

#33747c color RGB value is (51,116,124).

#33747c hex color red value is 51, green value is 116 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #33747c hue: 0.52 , saturation: 0.42 and the lightness value of 33747c is 0.34.

The process color (four color CMYK) of #33747c color hex is 0.59, 0.06, 0.00, 0.51. Web safe color of #33747c is #336666. Color #33747c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110100 01111100
Octal 63 164 174
Decimal 51 116 124
Hex 33 74 7C

RGB Percentages of Color #33747c

%17.53
%39.86
%42.61

CMYK Percentages of Color #33747c

%59
%6
%0
%51

Triadic Colors of #33747c

#33747c #7c3374 #747c33

Analogous Colors of #33747c

#33747c #334f7c #337c60

Monochromatic Colors of #33747c

#33747c

Complementary Color

#33747c #7c3b33

#33747c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33747c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33747c Color CSS Codes

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

#33747c Text Font Color

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

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


#33747c Background Color

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

This div background color is #33747c


#33747c Border Color

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

This div border color is #33747c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,116,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33747c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33747c;
  -webkit-box-shadow: 1px 1px 3px 2px #33747c;
  box-shadow:         1px 1px 3px 2px #33747c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33747c


Comments

No comments written yet.

Please login to write comment.