Color Hex Logo

#354149 Color Hex

#354149
(53,65,73)
0 Favorites   0 Comments

Color spaces of #354149

RGB 536573
HSL0.570.160.25
HSV204°27°29°
CMYK 0.270.110.00   0.71
XYZ4.56115.01857.0316
Yxy5.01850.27460.3021
Hunter Lab22.4020-2.8605-2.9287
CIE-Lab26.7874-2.7318-6.4693

#354149 color RGB value is (53,65,73).

#354149 hex color red value is 53, green value is 65 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #354149 hue: 0.57 , saturation: 0.16 and the lightness value of 354149 is 0.25.

The process color (four color CMYK) of #354149 color hex is 0.27, 0.11, 0.00, 0.71. Web safe color of #354149 is #333333. Color #354149 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000001 01001001
Octal 65 101 111
Decimal 53 65 73
Hex 35 41 49

RGB Percentages of Color #354149

%27.75
%34.03
%38.22

CMYK Percentages of Color #354149

%27
%11
%0
%71

Triadic Colors of #354149

#354149 #493541 #414935

Analogous Colors of #354149

#354149 #353749 #354947

Monochromatic Colors of #354149

#354149

Complementary Color

#354149 #493d35

#354149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354149 Color CSS Codes

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

#354149 Text Font Color

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

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


#354149 Background Color

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

This div background color is #354149


#354149 Border Color

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

This div border color is #354149


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,65,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #354149; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #354149;
  -webkit-box-shadow: 1px 1px 3px 2px #354149;
  box-shadow:         1px 1px 3px 2px #354149; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,65,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354149


Comments

No comments written yet.

Please login to write comment.