Color Hex Logo

#354439 Color Hex

#354439
(53,68,57)
0 Favorites   0 Comments

Color spaces of #354439

RGB 536857
HSL0.380.120.24
HSV136°22°27°
CMYK 0.220.000.16   0.73
XYZ4.27385.18654.6467
Yxy5.18650.30300.3677
Hunter Lab22.7739-6.35663.8444
CIE-Lab27.2596-8.66524.6940

#354439 color RGB value is (53,68,57).

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

The process color (four color CMYK) of #354439 color hex is 0.22, 0.00, 0.16, 0.73. Web safe color of #354439 is #333333. Color #354439 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000100 00111001
Octal 65 104 71
Decimal 53 68 57
Hex 35 44 39

RGB Percentages of Color #354439

%29.78
%38.20
%32.02

CMYK Percentages of Color #354439

%22
%0
%16
%73

Triadic Colors of #354439

#354439 #393544 #443935

Analogous Colors of #354439

#354439 #354441 #394435

Monochromatic Colors of #354439

#354439

Complementary Color

#354439 #443540

#354439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354439 Color CSS Codes

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

#354439 Text Font Color

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

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


#354439 Background Color

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

This div background color is #354439


#354439 Border Color

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

This div border color is #354439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354439


Comments

No comments written yet.

Please login to write comment.