Color Hex Logo

#33474e Color Hex

#33474E
(51,71,78)
0 Favorites   0 Comments

Color spaces of #33474e

RGB 517178
HSL0.540.210.25
HSV196°35°31°
CMYK 0.350.090.00   0.69
XYZ4.99365.76038.0564
Yxy5.76030.26550.3062
Hunter Lab24.0006-4.8622-3.1017
CIE-Lab28.7995-5.8340-6.7230

#33474e color RGB value is (51,71,78).

#33474e hex color red value is 51, green value is 71 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #33474e hue: 0.54 , saturation: 0.21 and the lightness value of 33474e is 0.25.

The process color (four color CMYK) of #33474e color hex is 0.35, 0.09, 0.00, 0.69. Web safe color of #33474e is #333366. Color #33474e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000111 01001110
Octal 63 107 116
Decimal 51 71 78
Hex 33 47 4E

RGB Percentages of Color #33474e

%25.50
%35.50
%39.00

CMYK Percentages of Color #33474e

%35
%9
%0
%69

Triadic Colors of #33474e

#33474e #4e3347 #474e33

Analogous Colors of #33474e

#33474e #333a4e #334e48

Monochromatic Colors of #33474e

#33474e

Complementary Color

#33474e #4e3a33

#33474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33474e Color CSS Codes

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

#33474e Text Font Color

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

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


#33474e Background Color

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

This div background color is #33474e


#33474e Border Color

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

This div border color is #33474e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,71,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33474e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33474e;
  -webkit-box-shadow: 1px 1px 3px 2px #33474e;
  box-shadow:         1px 1px 3px 2px #33474e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33474e


Comments

No comments written yet.

Please login to write comment.