Color Hex Logo

#351917 Color Hex

#351917
(53,25,23)
0 Favorites   0 Comments

Color spaces of #351917

RGB 532523
HSL0.010.390.15
HSV57°21°
CMYK 0.000.530.57   0.79
XYZ1.97051.51400.9990
Yxy1.51400.43950.3377
Hunter Lab12.30457.05313.7994
CIE-Lab12.696813.66357.6077

#351917 color RGB value is (53,25,23).

#351917 hex color red value is 53, green value is 25 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #351917 hue: 0.01 , saturation: 0.39 and the lightness value of 351917 is 0.15.

The process color (four color CMYK) of #351917 color hex is 0.00, 0.53, 0.57, 0.79. Web safe color of #351917 is #330000. Color #351917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011001 00010111
Octal 65 31 27
Decimal 53 25 23
Hex 35 19 17

RGB Percentages of Color #351917

%52.48
%24.75
%22.77

CMYK Percentages of Color #351917

%0
%53
%57
%79

Triadic Colors of #351917

#351917 #173519 #191735

Analogous Colors of #351917

#351917 #352817 #351724

Monochromatic Colors of #351917

#351917

Complementary Color

#351917 #173335

#351917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351917 Color CSS Codes

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

#351917 Text Font Color

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

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


#351917 Background Color

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

This div background color is #351917


#351917 Border Color

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

This div border color is #351917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351917


Comments

No comments written yet.

Please login to write comment.