Color Hex Logo

#350716 Color Hex

#350716
(53,7,22)
0 Favorites   0 Comments

Color spaces of #350716

RGB 53722
HSL0.950.770.12
HSV340°87°21°
CMYK 0.000.870.58   0.79
XYZ1.68900.96680.8566
Yxy0.96680.48090.2753
Hunter Lab9.832613.45491.7176
CIE-Lab8.711823.96082.7679

#350716 color RGB value is (53,7,22).

#350716 hex color red value is 53, green value is 7 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #350716 hue: 0.95 , saturation: 0.77 and the lightness value of 350716 is 0.12.

The process color (four color CMYK) of #350716 color hex is 0.00, 0.87, 0.58, 0.79. Web safe color of #350716 is #330000. Color #350716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000111 00010110
Octal 65 7 26
Decimal 53 7 22
Hex 35 7 16

RGB Percentages of Color #350716

%64.63
%8.54
%26.83

CMYK Percentages of Color #350716

%0
%87
%58
%79

Triadic Colors of #350716

#350716 #163507 #071635

Analogous Colors of #350716

#350716 #350f07 #35072d

Monochromatic Colors of #350716

#350716

Complementary Color

#350716 #073526

#350716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350716 Color CSS Codes

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

#350716 Text Font Color

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

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


#350716 Background Color

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

This div background color is #350716


#350716 Border Color

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

This div border color is #350716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350716


Comments

No comments written yet.

Please login to write comment.