Color Hex Logo

#352615 Color Hex

#352615
(53,38,21)
0 Favorites   0 Comments

Color spaces of #352615

RGB 533821
HSL0.090.430.15
HSV32°60°21°
CMYK 0.000.280.60   0.79
XYZ2.29672.19731.0125
Yxy2.19730.41710.3990
Hunter Lab14.82331.71586.3265
CIE-Lab16.49044.507813.9605

#352615 color RGB value is (53,38,21).

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

The process color (four color CMYK) of #352615 color hex is 0.00, 0.28, 0.60, 0.79. Web safe color of #352615 is #333300. Color #352615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100110 00010101
Octal 65 46 25
Decimal 53 38 21
Hex 35 26 15

RGB Percentages of Color #352615

%47.32
%33.93
%18.75

CMYK Percentages of Color #352615

%0
%28
%60
%79

Triadic Colors of #352615

#352615 #153526 #261535

Analogous Colors of #352615

#352615 #343515 #351615

Monochromatic Colors of #352615

#352615

Complementary Color

#352615 #152435

#352615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352615 Color CSS Codes

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

#352615 Text Font Color

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

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


#352615 Background Color

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

This div background color is #352615


#352615 Border Color

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

This div border color is #352615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352615


Comments

No comments written yet.

Please login to write comment.