Color Hex Logo

#354943 Color Hex

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

Color spaces of #354943

RGB 537367
HSL0.450.160.25
HSV162°27°29°
CMYK 0.270.000.08   0.71
XYZ4.86395.92726.1979
Yxy5.92720.28630.3489
Hunter Lab24.3458-6.94381.9482
CIE-Lab29.2280-9.31681.0442

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

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

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

Base Numbers

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

RGB Percentages of Color #354943

%27.46
%37.82
%34.72

CMYK Percentages of Color #354943

%27
%0
%8
%71

Triadic Colors of #354943

#354943 #433549 #494335

Analogous Colors of #354943

#354943 #354549 #354939

Monochromatic Colors of #354943

#354943

Complementary Color

#354943 #49353b

#354943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354943 Color CSS Codes

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

#354943 Text Font Color

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

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


#354943 Background Color

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

This div background color is #354943


#354943 Border Color

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

This div border color is #354943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354943


Comments

No comments written yet.

Please login to write comment.