Color Hex Logo

#354643 Color Hex

#354643
(53,70,67)
0 Favorites   0 Comments

Color spaces of #354643

RGB 537067
HSL0.470.140.24
HSV169°24°27°
CMYK 0.240.000.04   0.73
XYZ4.67155.54246.1338
Yxy5.54240.28580.3390
Hunter Lab23.5423-5.77931.0320
CIE-Lab28.2273-7.4840-0.4150

#354643 color RGB value is (53,70,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000110 01000011
Octal 65 106 103
Decimal 53 70 67
Hex 35 46 43

RGB Percentages of Color #354643

%27.89
%36.84
%35.26

CMYK Percentages of Color #354643

%24
%0
%4
%73

Triadic Colors of #354643

#354643 #433546 #464335

Analogous Colors of #354643

#354643 #354146 #35463b

Monochromatic Colors of #354643

#354643

Complementary Color

#354643 #463538

#354643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354643 Color CSS Codes

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

#354643 Text Font Color

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

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


#354643 Background Color

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

This div background color is #354643


#354643 Border Color

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

This div border color is #354643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354643


Comments

No comments written yet.

Please login to write comment.