Color Hex Logo

#353716 Color Hex

#353716
(53,55,22)
0 Favorites   0 Comments

Color spaces of #353716

RGB 535522
HSL0.180.430.15
HSV64°60°22°
CMYK 0.040.000.60   0.78
XYZ2.97923.54721.2867
Yxy3.54720.38130.4540
Hunter Lab18.8340-4.72409.1332
CIE-Lab22.1142-6.636520.1591

#353716 color RGB value is (53,55,22).

#353716 hex color red value is 53, green value is 55 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #353716 hue: 0.18 , saturation: 0.43 and the lightness value of 353716 is 0.15.

The process color (four color CMYK) of #353716 color hex is 0.04, 0.00, 0.60, 0.78. Web safe color of #353716 is #333300. Color #353716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110111 00010110
Octal 65 67 26
Decimal 53 55 22
Hex 35 37 16

RGB Percentages of Color #353716

%40.77
%42.31
%16.92

CMYK Percentages of Color #353716

%4
%0
%60
%78

Triadic Colors of #353716

#353716 #163537 #371635

Analogous Colors of #353716

#353716 #253716 #372916

Monochromatic Colors of #353716

#353716

Complementary Color

#353716 #181637

#353716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353716 Color CSS Codes

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

#353716 Text Font Color

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

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


#353716 Background Color

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

This div background color is #353716


#353716 Border Color

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

This div border color is #353716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353716


Comments

No comments written yet.

Please login to write comment.