Color Hex Logo

#35320c Color Hex

#35320C
(53,50,12)
0 Favorites   0 Comments

Color spaces of #35320c

RGB 535012
HSL0.150.630.13
HSV56°77°21°
CMYK 0.000.060.77   0.79
XYZ2.67523.06460.7984
Yxy3.06460.40920.4687
Hunter Lab17.5060-3.35789.5501
CIE-Lab20.3008-4.375823.5815

#35320c color RGB value is (53,50,12).

#35320c hex color red value is 53, green value is 50 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #35320c hue: 0.15 , saturation: 0.63 and the lightness value of 35320c is 0.13.

The process color (four color CMYK) of #35320c color hex is 0.00, 0.06, 0.77, 0.79. Web safe color of #35320c is #333300. Color #35320c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110010 00001100
Octal 65 62 14
Decimal 53 50 12
Hex 35 32 C

RGB Percentages of Color #35320c

%46.09
%43.48
%10.43

CMYK Percentages of Color #35320c

%0
%6
%77
%79

Triadic Colors of #35320c

#35320c #0c3532 #320c35

Analogous Colors of #35320c

#35320c #24350c #351e0c

Monochromatic Colors of #35320c

#35320c

Complementary Color

#35320c #0c0f35

#35320c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35320c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35320c Color CSS Codes

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

#35320c Text Font Color

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

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


#35320c Background Color

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

This div background color is #35320c


#35320c Border Color

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

This div border color is #35320c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35320c


Comments

No comments written yet.

Please login to write comment.