Color Hex Logo

#352c2e Color Hex

#352C2E
(53,44,46)
0 Favorites   0 Comments

Color spaces of #352c2e

RGB 534446
HSL0.960.090.19
HSV347°17°21°
CMYK 0.000.170.13   0.79
XYZ2.86202.75552.9658
Yxy2.75550.33340.3210
Hunter Lab16.59971.72621.0267
CIE-Lab19.03684.53290.2322

#352c2e color RGB value is (53,44,46).

#352c2e hex color red value is 53, green value is 44 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #352c2e hue: 0.96 , saturation: 0.09 and the lightness value of 352c2e is 0.19.

The process color (four color CMYK) of #352c2e color hex is 0.00, 0.17, 0.13, 0.79. Web safe color of #352c2e is #333333. Color #352c2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101100 00101110
Octal 65 54 56
Decimal 53 44 46
Hex 35 2C 2E

RGB Percentages of Color #352c2e

%37.06
%30.77
%32.17

CMYK Percentages of Color #352c2e

%0
%17
%13
%79

Triadic Colors of #352c2e

#352c2e #2e352c #2c2e35

Analogous Colors of #352c2e

#352c2e #352f2c #352c33

Monochromatic Colors of #352c2e

#352c2e

Complementary Color

#352c2e #2c3533

#352c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#352c2e Color CSS Codes

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

#352c2e Text Font Color

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

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


#352c2e Background Color

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

This div background color is #352c2e


#352c2e Border Color

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

This div border color is #352c2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352c2e


Comments

No comments written yet.

Please login to write comment.