Color Hex Logo

#353304 Color Hex

#353304
(53,51,4)
0 Favorites   0 Comments

Color spaces of #353304

RGB 53514
HSL0.160.860.11
HSV58°92°21°
CMYK 0.000.040.92   0.79
XYZ2.67393.13330.5787
Yxy3.13330.41870.4907
Hunter Lab17.7011-4.013110.4524
CIE-Lab20.5700-5.561127.1882

#353304 color RGB value is (53,51,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110011 00000100
Octal 65 63 4
Decimal 53 51 4
Hex 35 33 4

RGB Percentages of Color #353304

%49.07
%47.22
%3.70

CMYK Percentages of Color #353304

%0
%4
%92
%79

Triadic Colors of #353304

#353304 #043533 #330435

Analogous Colors of #353304

#353304 #1f3504 #351b04

Monochromatic Colors of #353304

#353304

Complementary Color

#353304 #040635

#353304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353304 Color CSS Codes

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

#353304 Text Font Color

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

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


#353304 Background Color

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

This div background color is #353304


#353304 Border Color

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

This div border color is #353304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353304


Comments

No comments written yet.

Please login to write comment.