Color Hex Logo

#35321f Color Hex

#35321F
(53,50,31)
0 Favorites   0 Comments

Color spaces of #35321f

RGB 535031
HSL0.140.260.16
HSV52°42°21°
CMYK 0.000.060.42   0.79
XYZ2.85613.13701.7513
Yxy3.13700.36880.4051
Hunter Lab17.7116-2.21106.5356
CIE-Lab20.5844-2.244712.5915

#35321f color RGB value is (53,50,31).

#35321f hex color red value is 53, green value is 50 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #35321f hue: 0.14 , saturation: 0.26 and the lightness value of 35321f is 0.16.

The process color (four color CMYK) of #35321f color hex is 0.00, 0.06, 0.42, 0.79. Web safe color of #35321f is #333333. Color #35321f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110010 00011111
Octal 65 62 37
Decimal 53 50 31
Hex 35 32 1F

RGB Percentages of Color #35321f

%39.55
%37.31
%23.13

CMYK Percentages of Color #35321f

%0
%6
%42
%79

Triadic Colors of #35321f

#35321f #1f3532 #321f35

Analogous Colors of #35321f

#35321f #2d351f #35271f

Monochromatic Colors of #35321f

#35321f

Complementary Color

#35321f #1f2235

#35321f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35321f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35321f Color CSS Codes

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

#35321f Text Font Color

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

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


#35321f Background Color

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

This div background color is #35321f


#35321f Border Color

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

This div border color is #35321f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35321f


Comments

No comments written yet.

Please login to write comment.