Color Hex Logo

#354349 Color Hex

#354349
(53,67,73)
0 Favorites   0 Comments

Color spaces of #354349

RGB 536773
HSL0.550.160.25
HSV198°27°29°
CMYK 0.270.080.00   0.71
XYZ4.67805.25227.0706
Yxy5.25220.27520.3089
Hunter Lab22.9177-3.6702-2.2499
CIE-Lab27.4415-4.0120-5.4896

#354349 color RGB value is (53,67,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000011 01001001
Octal 65 103 111
Decimal 53 67 73
Hex 35 43 49

RGB Percentages of Color #354349

%27.46
%34.72
%37.82

CMYK Percentages of Color #354349

%27
%8
%0
%71

Triadic Colors of #354349

#354349 #493543 #434935

Analogous Colors of #354349

#354349 #353949 #354945

Monochromatic Colors of #354349

#354349

Complementary Color

#354349 #493b35

#354349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354349 Color CSS Codes

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

#354349 Text Font Color

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

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


#354349 Background Color

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

This div background color is #354349


#354349 Border Color

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

This div border color is #354349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354349


Comments

No comments written yet.

Please login to write comment.