Color Hex Logo

#354639 Color Hex

#354639
(53,70,57)
0 Favorites   0 Comments

Color spaces of #354639

RGB 537057
HSL0.370.140.24
HSV134°24°27°
CMYK 0.240.000.19   0.73
XYZ4.39695.43264.6878
Yxy5.43260.30290.3742
Hunter Lab23.3079-7.11604.3909
CIE-Lab27.9333-9.87815.6500

#354639 color RGB value is (53,70,57).

#354639 hex color red value is 53, green value is 70 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #354639 hue: 0.37 , saturation: 0.14 and the lightness value of 354639 is 0.24.

The process color (four color CMYK) of #354639 color hex is 0.24, 0.00, 0.19, 0.73. Web safe color of #354639 is #333333. Color #354639 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000110 00111001
Octal 65 106 71
Decimal 53 70 57
Hex 35 46 39

RGB Percentages of Color #354639

%29.44
%38.89
%31.67

CMYK Percentages of Color #354639

%24
%0
%19
%73

Triadic Colors of #354639

#354639 #393546 #463935

Analogous Colors of #354639

#354639 #354642 #3a4635

Monochromatic Colors of #354639

#354639

Complementary Color

#354639 #463542

#354639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354639 Color CSS Codes

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

#354639 Text Font Color

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

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


#354639 Background Color

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

This div background color is #354639


#354639 Border Color

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

This div border color is #354639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354639


Comments

No comments written yet.

Please login to write comment.