Color Hex Logo

#353314 Color Hex

#353314
(53,51,20)
0 Favorites   0 Comments

Color spaces of #353314

RGB 535120
HSL0.160.450.14
HSV56°62°21°
CMYK 0.000.040.62   0.79
XYZ2.77833.17501.1282
Yxy3.17500.39230.4484
Hunter Lab17.8185-3.35048.7190
CIE-Lab20.7315-4.303319.7284

#353314 color RGB value is (53,51,20).

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

The process color (four color CMYK) of #353314 color hex is 0.00, 0.04, 0.62, 0.79. Web safe color of #353314 is #333300. Color #353314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110011 00010100
Octal 65 63 24
Decimal 53 51 20
Hex 35 33 14

RGB Percentages of Color #353314

%42.74
%41.13
%16.13

CMYK Percentages of Color #353314

%0
%4
%62
%79

Triadic Colors of #353314

#353314 #143533 #331435

Analogous Colors of #353314

#353314 #273514 #352314

Monochromatic Colors of #353314

#353314

Complementary Color

#353314 #141635

#353314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353314 Color CSS Codes

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

#353314 Text Font Color

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

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


#353314 Background Color

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

This div background color is #353314


#353314 Border Color

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

This div border color is #353314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353314


Comments

No comments written yet.

Please login to write comment.