Color Hex Logo

#36474f Color Hex

#36474F
(54,71,79)
1 Favorites   0 Comments

Color spaces of #36474f

RGB 547179
HSL0.550.190.26
HSV199°32°31°
CMYK 0.320.100.00   0.69
XYZ5.18585.85538.2540
Yxy5.85530.26880.3035
Hunter Lab24.1977-4.0918-3.2858
CIE-Lab29.0444-4.5174-6.9816

#36474f color RGB value is (54,71,79).

#36474f hex color red value is 54, green value is 71 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #36474f hue: 0.55 , saturation: 0.19 and the lightness value of 36474f is 0.26.

The process color (four color CMYK) of #36474f color hex is 0.32, 0.10, 0.00, 0.69. Web safe color of #36474f is #333366. Color #36474f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000111 01001111
Octal 66 107 117
Decimal 54 71 79
Hex 36 47 4F

RGB Percentages of Color #36474f

%26.47
%34.80
%38.73

CMYK Percentages of Color #36474f

%32
%10
%0
%69

Triadic Colors of #36474f

#36474f #4f3647 #474f36

Analogous Colors of #36474f

#36474f #363b4f #364f4b

Monochromatic Colors of #36474f

#36474f

Complementary Color

#36474f #4f3e36

#36474f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36474f Color Preview on White Background

Lorem ipsum dolor sit amet.

#36474f Color CSS Codes

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

#36474f Text Font Color

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

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


#36474f Background Color

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

This div background color is #36474f


#36474f Border Color

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

This div border color is #36474f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,71,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36474f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36474f;
  -webkit-box-shadow: 1px 1px 3px 2px #36474f;
  box-shadow:         1px 1px 3px 2px #36474f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36474f

#36474f Color Palettes


Comments

No comments written yet.

Please login to write comment.