Color Hex Logo

#350515 Color Hex

#350515
(53,5,21)
0 Favorites   0 Comments

Color spaces of #350515

RGB 53521
HSL0.940.830.11
HSV340°91°21°
CMYK 0.000.910.60   0.79
XYZ1.65780.91960.7996
Yxy0.91960.49090.2723
Hunter Lab9.589614.07651.7690
CIE-Lab8.302924.91482.8783

#350515 color RGB value is (53,5,21).

#350515 hex color red value is 53, green value is 5 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #350515 hue: 0.94 , saturation: 0.83 and the lightness value of 350515 is 0.11.

The process color (four color CMYK) of #350515 color hex is 0.00, 0.91, 0.60, 0.79. Web safe color of #350515 is #330000. Color #350515 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000101 00010101
Octal 65 5 25
Decimal 53 5 21
Hex 35 5 15

RGB Percentages of Color #350515

%67.09
%6.33
%26.58

CMYK Percentages of Color #350515

%0
%91
%60
%79

Triadic Colors of #350515

#350515 #153505 #051535

Analogous Colors of #350515

#350515 #350d05 #35052d

Monochromatic Colors of #350515

#350515

Complementary Color

#350515 #053525

#350515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350515 Color CSS Codes

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

#350515 Text Font Color

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

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


#350515 Background Color

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

This div background color is #350515


#350515 Border Color

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

This div border color is #350515


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,5,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 #350515">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350515


Comments

No comments written yet.

Please login to write comment.