Color Hex Logo

#354448 Color Hex

#354448
(53,68,72)
0 Favorites   0 Comments

Color spaces of #354448

RGB 536872
HSL0.540.150.25
HSV193°26°28°
CMYK 0.260.060.00   0.72
XYZ4.70505.35906.9173
Yxy5.35900.27710.3156
Hunter Lab23.1495-4.2326-1.5118
CIE-Lab27.7340-4.9209-4.4001

#354448 color RGB value is (53,68,72).

#354448 hex color red value is 53, green value is 68 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #354448 hue: 0.54 , saturation: 0.15 and the lightness value of 354448 is 0.25.

The process color (four color CMYK) of #354448 color hex is 0.26, 0.06, 0.00, 0.72. Web safe color of #354448 is #333333. Color #354448 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000100 01001000
Octal 65 104 110
Decimal 53 68 72
Hex 35 44 48

RGB Percentages of Color #354448

%27.46
%35.23
%37.31

CMYK Percentages of Color #354448

%26
%6
%0
%72

Triadic Colors of #354448

#354448 #483544 #444835

Analogous Colors of #354448

#354448 #353b48 #354843

Monochromatic Colors of #354448

#354448

Complementary Color

#354448 #483935

#354448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354448 Color CSS Codes

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

#354448 Text Font Color

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

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


#354448 Background Color

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

This div background color is #354448


#354448 Border Color

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

This div border color is #354448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354448


Comments

No comments written yet.

Please login to write comment.