Color Hex Logo

#35474e Color Hex

#35474E
(53,71,78)
0 Favorites   0 Comments

Color spaces of #35474e

RGB 537178
HSL0.550.190.26
HSV197°32°31°
CMYK 0.320.090.00   0.69
XYZ5.09665.81348.0612
Yxy5.81340.26860.3064
Hunter Lab24.1110-4.4628-2.9452
CIE-Lab28.9367-5.1467-6.5030

#35474e color RGB value is (53,71,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000111 01001110
Octal 65 107 116
Decimal 53 71 78
Hex 35 47 4E

RGB Percentages of Color #35474e

%26.24
%35.15
%38.61

CMYK Percentages of Color #35474e

%32
%9
%0
%69

Triadic Colors of #35474e

#35474e #4e3547 #474e35

Analogous Colors of #35474e

#35474e #353b4e #354e49

Monochromatic Colors of #35474e

#35474e

Complementary Color

#35474e #4e3c35

#35474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35474e Color CSS Codes

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

#35474e Text Font Color

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

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


#35474e Background Color

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

This div background color is #35474e


#35474e Border Color

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

This div border color is #35474e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,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 #35474e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35474e

#35474e Color Palettes


Comments

No comments written yet.

Please login to write comment.